Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
TRUNCATE TABLE thesaurus;
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1, '01 - MONDE AGRICOLE', '', '', '', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2, '02 - COMMUNICATION-CULTURE-EDUCATION', '', '', '', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (3, '03 - MONDE ECONOMIQUE', '', '', '', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (4, '04 - ENVIRONNEMENT', '', '', '', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (5, '05 - INTERNATIONAL ET UNION EUROPEENNE', '', '', '', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (6, '06 - SANTE', '', '', '', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (7, '07 - SOCIAL', '', '', '', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (8, '08 - SOCIETE', '', '', '', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (9, '09 - VIE ADMINISTRATIVE ET POLITIQUE', '', '', '', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (10, '10 - VIE PROFESSIONNELLE', '', '', '', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (11, '11 - LISTES ANNEXES', '', '', '', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (12, 'Abandon d''enfant', '', '', 'Situation familiale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (13, 'Abattement', '', '', 'Fiscalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (14, 'Abattoir', '', '', 'Industrie agroalimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (15, 'Abeille', '', '', 'Insecte', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (16, 'Abrogation', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (17, 'Absentéisme', '', '', 'Comportement au travail', NULL, 'Absence');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (18, 'Abus sexuel', '', '', 'Problème social', NULL, 'Violence sexuelle');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (19, 'Accès aux documents administratifs', '', '', 'Relation administration-usager', NULL, 'Communication des documents administratifs');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (20, 'Accès aux origines', 'La loi 2001-93 du 11 janvier 2001 relative à l''accès aux origines des personnes adoptées et pupilles de l''État vise à limiter les cas dans lesquels un enfant peut être privé des informations concernant son identité et ses origines et tend également à favoriser les retrouvailles entre l''enfant et ses parents biologiques en créant le Conseil national pour l''accès aux origines personnelles (CNAOP).', '', 'Situation familiale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (21, 'Accès aux soins', '', '', 'Planification sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (22, 'Accession à la propriété', '', 'Plan local d''urbanisme (PLU)', 'Propriété', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (23, 'Accident', '', '', 'Situation de crise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (24, 'Accident chimique', '', '', 'Accident technologique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (25, 'Accident d''avion', '', 'Accident', 'Sécurité aérienne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (26, 'Accident domestique', '', '', 'Santé individuelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (27, 'Accident du travail', '', '', 'Sécurité au travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (28, 'Accident nucléaire', '', '', 'Accident technologique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (29, 'Accident scolaire', '', '', 'Education', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (30, 'Accident technologique', '', '', 'Risque majeur', NULL, 'Accident industriel');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (31, 'Accident vasculaire cérébral (AVC)', '', '', 'Maladie cérébro-vasculaire', NULL, 'AVC');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (32, 'Accompagnement scolaire', '', 'Réserve citoyenne', 'Scolarité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (33, 'Accord', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (34, 'Accord cadre', 'L''accord cadre est un accord général conclu entre différentes parties (partenaires sociaux, Etat) Il fixe de grands principes destinés à être précisés ultérieurement. Cette notion s''emploie dans différents domaines notamment dans le cadre de la négociation collective, mais également dans le cadre des marchés publics.', '', 'Texte juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (35, 'Accord collectif de travail', '', '', 'Négociation collective', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (36, 'Accord de branche', '', '', 'Négociation collective', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (37, 'Accord de groupe', '', '', 'Négociation collective', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (38, 'Accord de pêche', '', '', 'Politique de la pêche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (39, 'Accord de Schengen', '', '', 'Droit de l''Union européenne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (40, 'Accord d''entreprise', '', '', 'Négociation collective', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (41, 'Accord préélectoral', '', '', 'Election', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (42, 'Accord salarial', '', '', 'Négociation collective', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (43, 'Accord UE - Turquie sur les migrants', '', '', 'Droit de l''Union européenne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (44, 'Accords de Paris', '', '', 'Changement climatique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (45, 'Accouchement', '', '', 'Obstétrique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (46, 'Accouchement sous X', '', '', 'Situation familiale', NULL, 'Accouchement anonyme');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (47, 'Accueil', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (48, 'Accueil de jour médicalisé', 'Constitue une déclinaison de l''accueil de jour qui consiste à accueillir pour une ou plusieurs journées par semaine, voire une demi-journée des personnes âgées vivant à leur domicile, dans des locaux dédiés à cet accueil. Ce type d''accueil s''adresse essentiellement à des personnes atteintes de maladie d''Alzheimer ou de troubles apparentés. Ils peuvent être autonomes ou rattachés à une structure telle qu''un EHPAD. Il s''agit d''un ESMS tel défini à l''article L311-1.I.6e du code de l''action sociale et des familles.', '', 'Hôpital', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (49, 'Accueillant familial', 'Titulaire d''un agrément, l''accueillant familial accueille à son domicile moyennant rémunération des personnes âgées ou des personnes handicapées. Son statut est fixé par la loi du 17 janvier 2001 de modernisation sociale et complétée par l''article 57 de la loi du 5 mars 2007 instituant le droit au logement opposable.', '', 'Métier de la dépendance', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (50, 'Acharnement thérapeutique', '', '', 'Fin de vie', NULL, 'Acharnement médical');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (51, 'Achat public', '', '', 'Marché public', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (52, 'Acquisition de la nationalité', '', '', 'Nationalité', NULL, 'Naturalisation');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (53, 'Acte administratif', '', '', 'Droit public', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (54, 'Acte médical', '', '', 'Corps humain et pratique médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (55, 'Acte unique européen', '', '', 'Union européenne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (56, 'Action culturelle', '', '', 'Politique culturelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (57, 'Action logement', 'Participation des employeurs à l''effort de construction (PEEC)', '', 'Politique du logement', NULL, '1 % logement');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (58, 'Action parlementaire', '', '', 'Parlement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (59, 'Actionnariat', '', '', 'Financement de l''économie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (60, 'Actionnariat salarial', '', '', 'Financement de l''économie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (61, 'Activité agricole', '', '', 'Agriculture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (62, 'Activité syndicale', '', '', 'Syndicalisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (63, 'Activités d''adultes relais', '', '', 'Type de contrat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (64, 'Acupuncture', '', '', 'Médecine non conventionnelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (65, 'Addictologie', '', '', 'Spécialité médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (66, 'Adhésion', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (67, 'Adhésion à l''Union européenne', '', '', 'Elargissement de l''Union européenne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (68, 'Administration centrale', '', '', 'Organisation administrative', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (69, 'Administration publique', '', '', '09 - VIE ADMINISTRATIVE ET POLITIQUE', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (70, 'Admission', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (71, 'ADN', '', '', 'Chromosome', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (72, 'Adoption', '', '', 'Situation familiale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (73, 'Aéronef', '', '', 'Transport aérien', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (74, 'Aéroport', '', '', 'Infrastructure aéronautique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (75, 'Affaires intérieures', '', '', '09 - VIE ADMINISTRATIVE ET POLITIQUE', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (76, 'Affection de longue durée', '', '', 'Remboursement', NULL, 'Maladie de longue durée/ALD');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (77, 'Affiliation', '', '', 'Organisation de la sécurité sociale', NULL, 'Assujettissement');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (78, 'Afghanistan', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (79, 'Afrique', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (80, 'Afrique du Nord', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (81, 'Afrique du sud', '', '', 'Pays étranger', NULL, 'République d''Afrique du Sud/République sud-africaine');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (82, 'Afrique noire', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (83, 'Afrique sub-saharienne', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (84, 'Age de la retraite', '', '', 'Retraite', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (85, 'Agence nationale de rénovation urbaine (ANRU)', '', '', 'Politique de la ville', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (86, 'Agence nationale de traitement automatisé des infractions (ANTAI)', '', '', 'Permis de conduire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (87, 'Agence Nationale pour l''Amélioration de l''Habitat (ANAH)', '', '', 'Amélioration de l''habitat', NULL, 'Agence nationale pour l''amélioration de l''habitat');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (88, 'Agence Régionale de Santé (ARS)', 'Les Agences régionales de santé (ARS) visent à décloisonner, à rassembler le pilotage des politiques de santé au niveau régional et à contrôler les dépenses de santé. La création de ces agences, prévue dans la loi Hôpital, patients, santé et territoire (HPST) n° 2009-879 du 11 juillet 2009, est effective depuis avril 2010.', '', 'Politique de la santé', NULL, 'ARS');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (89, 'Agent artistique', '', '', 'Métier du spectacle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (90, 'Agent cancérigène', '', '', 'Sécurité sanitaire', NULL, 'Agent carcinogène/Cancérogénicité');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (91, 'Agent contractuel', '', '', 'Agent public', NULL, 'Contractuel');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (92, 'Agent de joueurs', '', '', 'Métier du sport', NULL, 'Agent sportif');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (93, 'Agent de santé communautaire', '', '', 'Profession paramédicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (94, 'Agent non titulaire', '', '', 'Agent public', NULL, 'Non titulaire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (95, 'Agent public', '', '', 'Statut général', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (96, 'Agent toxique', '', '', 'Polluant', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (97, 'Agglomération', '', '', 'Milieu urbain', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (98, 'Agression', '', '', 'Violence', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (99, 'Agriculteur', '', '', 'Métier de l''agriculture', NULL, 'Exploitant agricole');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (100, 'Agriculture', '', '', '01 - MONDE AGRICOLE', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (101, 'Agriculture biologique', '', '', 'Agriculture', NULL, 'Agrobiologie');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (102, 'Aide', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (103, 'Aide à la création d''entreprise', 'Mesure d''aide à la création d''entreprise au bénéfice des demandeurs d''emploi, des bénéficiaires de minima sociaux, des jeunes de moins de 16 ans, des créateurs d''entreprise en ZUS.', '', 'Aide aux entreprises', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (104, 'Aide à la formation', '', '', 'Financement de la formation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (105, 'Aide à l''emploi', '', '', 'Emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (106, 'Aide alimentaire', '', '', 'Aide sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (107, 'Aide au logement', '', '', 'Politique du logement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (108, 'Aide au logement temporaire (ALT)', 'Créée dans le cadre de la loi contre les exclusions de juillet 1998', '', 'Dispositif d''accueil', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (109, 'Aide au retour', '', '', 'Retour au pays d''origine', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (110, 'Aide aux chômeurs créateurs et repreneurs d''entreprise (ACCRE)', '', '', 'Aide aux entreprises', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (111, 'Aide aux entreprises', '', '', 'Entreprise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (112, 'Aide communautaire', '', '', 'Politique commune', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (113, 'Aide humanitaire', '', '', 'Aide sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (114, 'Aide juridictionnelle', '', '', 'Procédure', NULL, 'Aide judiciaire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (115, 'Aide médicale de l''Etat', 'Dispositif spécifique conçu pour prendre en charge les frais de soins des personnes de nationalité étrangère, résidant en France sans titre de séjour régulier, depuis la disparition de l''aide médicale départementale à la suite de la création de la CMU.', '', 'Aide humanitaire', NULL, 'AME');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (116, 'Aide personnalisée au logement (APL)', 'L''aide personnalisée au logement (APL) est attribuée sous conditions de ressources, aux personnes qui occupent un logement conventionné avec l''État, quelles que soient les caractéristiques familiales des occupants.', '', 'Aide au logement', NULL, 'APL');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (117, 'Aide sociale', '', '', '07 - SOCIAL', NULL, 'Assistance');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (118, 'Aide sociale à l''enfance (ASE)', '', '', 'Protection de l''enfance', NULL, 'Aide sociale à l''enfance');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (119, 'Aide-soignant', '', '', 'Profession paramédicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (120, 'Ain', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (121, 'Air France', '', '', 'Compagnie aérienne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (122, 'Aire d''accueil des gens du voyage', '', '', 'Equipement collectif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (123, 'Aisne', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (124, 'Aix-en-Provence', '', '', 'Bouches du Rhône', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (125, 'Aix-Marseille-Provence', '', '', 'Métropole', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (126, 'Albanie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (127, 'Alcool', '', 'Vin', 'Boisson', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (128, 'Alcoolisme', '', '', 'Pratique addictive', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (129, 'Alcoologie', '', '', 'Spécialité médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (130, 'Aléa thérapeutique', '', '', 'Déontologie médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (131, 'Alerte épidémiologique', '', '', 'Epidémie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (132, 'Algérie', '', 'Maghreb', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (133, 'Algue verte', '', '', 'Pollution de la mer', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (134, 'Aliment de substitution', '', '', 'Hygiène alimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (135, 'Aliment du bétail', '', 'Production végétale', 'Alimentation animale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (136, 'Aliment transformé', '', '', 'Produit alimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (137, 'Alimentation animale', '', '', 'Bien-être animal', NULL, 'Alimentation des animaux/Alimentation du bétail');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (138, 'Allaitement', '', '', 'Maternité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (139, 'Allemagne', '', 'RDA', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (140, 'Allergie', '', '', 'Pathologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (141, 'Allergologie', '', '', 'Spécialité médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (142, 'Allier', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (143, 'Allocation adulte handicapé (AAH)', '', '', 'Prestation handicapé', NULL, 'Allocation aux adultes handicapés');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (144, 'Allocation de logement familiale (ALF)', 'L''allocation de logement familiale (ALF) est attribuée spécifiquement aux ménages ou personnes isolées ayant des personnes à charge.', '', 'Aide au logement', NULL, 'ALF');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (145, 'Allocation de logement sociale (ALS)', 'L''allocation de logement sociale (ALS) est attribuée à certaines catégories de personnes, autre que les familles, caractérisées par le niveau modeste de leurs ressources.', '', 'Aide au logement', NULL, 'ALS');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (146, 'Allocation de rentrée scolaire', '', '', 'Prestation familiale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (147, 'Allocation de solidarité spécifique', '', '', 'Prestations chômage', NULL, 'ASS');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (148, 'Allocation de soutien familial (ASF)', '', '', 'Prestation familiale', NULL, 'Allocation de soutien familial');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (149, 'Allocation d''éducation de l''enfant handicapé (AEEH)', 'Remplace l''Allocation d''éducation spéciale depuis le 1er janvier 2006', '', 'Prestation handicapé', NULL, 'AEEH');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (150, 'Allocation d''orphelin', '', '', 'Prestation familiale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (328, 'Banque centrale européenne (BCE)', '', '', 'Organe communautaire', NULL, 'Banque centrale européenne');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (329, 'Banque mondiale', '', '', 'Finances internationales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (604, 'Commerce de détail', '', '', 'Commerce', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (151, 'Allocation journalière de présence parentale', 'L''allocation journalière de présence parentale (AJPP) est attribuée à toute personne qui interrompt ponctuellement son contrat de travail ou bénéficie d''un congé de présence parentale pour assumer la charge d''un enfant âgé de moins de 10 ans atteint d''une maladie, d''un handicap ou victime d''un accident d''une particulière gravité.', '', 'Prestation familiale', NULL, 'AJPP');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (152, 'Allocation parent isolé (API)', '', '', 'Prestation familiale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (153, 'Allocation parentale d''éducation (APE)', '', '', 'Prestation familiale', NULL, 'Allocation parentale d''éducation');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (154, 'Allocation personnalisée d''autonomie (APA)', 'Fait suite à la PSD, à compter du 1er janvier 2001', '', 'Prestation vieillesse', NULL, 'Allocation personnalisée d''autonomie');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (155, 'Allocation Retour à l''Emploi (ARE)', '', '', 'Prestations chômage', NULL, 'ARE');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (156, 'Alpes de Haute Provence', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (157, 'Alpes Maritimes', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (158, 'Alphabétisation', '', 'Analphabétisme', 'Enseignement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (159, 'Alternance', '', '', 'Stage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (160, 'Ambassade', '', '', 'Représentation diplomatique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (161, 'Ambulances', '', '', 'Transport sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (162, 'Ambulancier', '', '', 'Profession paramédicale', NULL, 'brancardier');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (163, 'Amélioration de l''habitat', '', '', 'Logement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (164, 'Aménagement du temps de travail', '', '', 'Durée du travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (165, 'Aménagement du territoire', '', '', 'Organisation territoriale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (166, 'Aménagement foncier', '', '', 'Aménagement du territoire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (167, 'Aménagement rural', '', '', 'Milieu rural', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (168, 'Aménagement urbain', '', '', 'Urbanisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (169, 'Amérique', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (170, 'Amérique du Nord', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (171, 'Amérique latine', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (172, 'Amiante', '', '', 'Polluant', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (173, 'Anarchisme', '', '', 'Idéologie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (174, 'Anatomie', '', '', 'Corps humain et pratique médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (175, 'Ancien combattant et victime de guerre', '', '', 'Armée', NULL, 'Ancien combattant');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (176, 'Ancien ministre', '', '', 'Ministre', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (177, 'Ancien Premier ministre', '', '', 'Premier ministre', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (178, 'Ancien Président de la République', '', '', 'Président de la République', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (179, 'Andorre', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (180, 'Anesthésie', '', '', 'Spécialité médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (181, 'Angleterre', '', '', 'Royaume-Uni', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (182, 'Angola', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (183, 'Animal de laboratoire', '', '', 'Bien-être animal', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (184, 'Animal domestique', '', '', 'Faune', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (185, 'Animal sauvage', '', '', 'Faune', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (186, 'Animateur social', '', '', 'Travailleur social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (187, 'Animateur sportif', '', '', 'Métier du sport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (188, 'Annecy', '', '', 'Haute Savoie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (189, 'Annuaire', '', '', 'Publication', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (190, 'Annuaire international', '', '', 'Annuaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (191, 'Annulation', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (192, 'Annulation d''élection', '', '', 'Droit électoral', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (193, 'Anorexie', '', '', 'Trouble du comportement alimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (194, 'Anthropologie', '', '', 'Sciences humaines', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (195, 'Antibiotique', '', '', 'Médicament', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (196, 'Antigua-et-Barbuda', '', '', 'Pays étranger', NULL, '');
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (197, 'Antilles', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (198, 'Antimusulman', '', '', 'Racisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (199, 'Antisémitisme', '', '', 'Lutte contre les discriminations', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (200, 'Apatride', '', '', 'Droit d''asile', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (201, 'Apiculture', '', 'Abeille', 'Elevage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (202, 'Appareillage', '', '', 'Corps humain et pratique médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (203, 'Appartement thérapeutique', '', '', 'Hôpital', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (204, 'Appel à projet', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (205, 'Appel d''offres', '', '', 'Marché public', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (206, 'Apprenti', '', '', 'Apprentissage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (207, 'Apprentissage', '', '', 'Stage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (208, 'Aptitude au travail', '', '', 'Conditions de travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (209, 'Aquaculture', '', '', 'Pêche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (210, 'Aqueduc', '', '', 'Ouvrage d''art', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (211, 'Aquitaine-Limousin-Poitou-Charentes', '', '', 'France par région', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (212, 'Arabie saoudite', '', 'Moyen Orient', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (213, 'Arbitre', '', '', 'Métier du sport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (214, 'Arboriculture', '', '', 'Production végétale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (215, 'Architecte', '', '', 'Métier du bâtiment et de la construction', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (216, 'Architecture', '', '', 'Logement et hébergement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (217, 'Archives', '', '', 'Communication', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (218, 'Ardèche', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (219, 'Ardennes', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (220, 'Argentine', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (221, 'Ariège', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (222, 'Armateur', '', '', 'Transport maritime', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (223, 'Arme chimique', '', '', 'Armement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (224, 'Arme nucléaire', '', '', 'Armement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (225, 'Armée', '', '', 'Défense', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (226, 'Armée de l''air', '', '', 'Forces armées', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (227, 'Armée de terre', '', '', 'Forces armées', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (228, 'Armement', '', '', 'Défense', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (229, 'Arménie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (230, 'Arrêté', '', '', 'Norme juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (231, 'Art', '', '', 'Culture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (232, 'Artisan', '', '', 'Artisanat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (233, 'Artisanat', '', '', 'Secteur économique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (234, 'Arts graphiques', '', '', 'Art', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (235, 'Arts martiaux mixtes (MMA)', '', '', 'Discipline sportive', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (236, 'Arts plastiques', '', '', 'Art', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (237, 'Asie', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (238, 'Asie du Sud-est', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (239, 'Assainissement collectif', '', '', 'Assainissement de l''eau', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (240, 'Assainissement de l''eau', '', '', 'Gestion de l''eau', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (241, 'Assainissement industriel', '', '', 'Assainissement de l''eau', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (242, 'Assainissement non collectif', '', '', 'Assainissement de l''eau', NULL, 'Assainissement autonome/Assainissement individuel');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (243, 'Assemblée nationale', '', '', 'Parlement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (244, 'Assiduité', '', '', 'Action parlementaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (245, 'Assistant de service social', '', '', 'Travailleur social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (330, 'Banque publique d''investissement (BPI)', '', '', 'Aide aux entreprises', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (331, 'Barème', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (246, 'Assistant de vie aux familles', 'Créé par l''arrêté du 11 juillet 2003 relatif au titre professionnel d''assistant de vie, l''assistant de vie aux familles apporte une aide professionnalisée à domicile auprès de familles, de personnes dites fragilisées ou sensibles comme les jeunes enfants, les personnes âgées ou handicapées.', '', 'Travailleur social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (247, 'Assistant familial', '', '', 'Travailleur social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (248, 'Assistante maternelle', '', '', 'Profession sanitaire et sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (249, 'Association', '', '', 'Aide sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (250, 'Association caritative', '', '', 'Association', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (251, 'Association de 1901', '', '', 'Association', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (252, 'Association de défense de l''environnement', '', '', 'Protection de l''environnement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (253, 'Association de malades', '', '', 'Association d''usagers', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (254, 'Association d''usagers', '', '', 'Association', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (255, 'Association générale des institutions de retraite des cadres (AGIRC)', 'Régime de retraite complémentaire des salariés cadres, qui complète le régime ARRCO', '', 'Institutions de retraites complémentaires', NULL, 'Association générale des institutions de retraite des cadres');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (256, 'Association pour le régime de retraite complémentaire des salariés (ARRCO)', 'Régime de retraite complémentaire de tous les salariés du secteur privé', '', 'Institutions de retraites complémentaires', NULL, 'Association pour le régime de retraite complémentaire des salariés');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (257, 'Assujettissement', '', '', 'Fiscalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (258, 'Assurance', '', '', 'Financement de l''économie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (259, 'Assurance chômage', '', 'Pôle emploi', 'Chômage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (260, 'Assurance décès', '', '', 'Assurance sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (261, 'Assurance invalidité', '', '', 'Assurance sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (262, 'Assurance maladie', '', '', 'Sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (263, 'Assurance sociale', '', '', 'Sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (264, 'Assurance vie', '', '', 'Assurance', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (265, 'Assuré social', '', '', 'Assurance maladie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (266, 'Asthme', '', '', 'Maladie de l''appareil respiratoire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (267, 'Astreinte', '', '', 'Durée du travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (268, 'Athlétisme', '', '', 'Discipline sportive', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (269, 'Atlanta', '', '', 'Etats-Unis', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (270, 'Atlas', '', '', 'Publication', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (271, 'Attentat', '', '', 'Terrorisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (272, 'Attractivité du territoire', 'Capacité d''un territoire, pour une période donnée, à attirer toutes sortes d''activités économiques et facteurs de production mobiles', '', 'Politique d''aménagement du territoire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (273, 'Attributions des fonds de péréquation et de solidarité', '', '', 'Fiscalité locale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (274, 'Aube', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (275, 'Aude', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (276, 'Audience', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (277, 'Audiovisuel', '', '', 'Information', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (278, 'Australie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (279, 'Autisme', '', '', 'Personne handicapée', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (280, 'Autobiographie', '', '', 'Publication', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (281, 'Autobus', '', '', 'Transport en commun en site propre', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (282, 'Autocar', '', '', 'Transport routier de personnes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (283, 'Auto-entrepreneur', '', '', 'Auto-entreprise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (284, 'Auto-entreprise', 'Nouveau régime instauré par la loi 2008-776 du 4 août 2008 qui s''adresse en particulier aux personnes qui ne veulent pas nécessairement créer une société commerciale pour exercer leur nouvelle activité et souhaitent pouvoir débuter ou arrêter facilement leur activité indépendante.', '', 'Statut de l''entreprise', NULL, 'Auto-entrepreneur');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (285, 'Autogestion', '', '', 'Mode de gestion', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (286, 'Automédication', '', '', 'Comportement de santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (287, 'Autonomie', '', '', 'Vieillesse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (288, 'Autopsie', '', '', 'Décès', NULL, 'Autopsie médico-scientifique');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (289, 'Autorisation', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (290, 'Autorisation de Mise sur le Marché (AMM)', '', '', 'Contrôle des médicaments', NULL, 'Autorisation de mise sur le marché');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (291, 'Autorisation Temporaire d''Utilisation (ATU)', '', '', 'Contrôle des médicaments', NULL, 'Autorisation temporaire d''utilisation');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (292, 'Autorité administrative indépendante (AAI)', '', '', 'Institution publique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (293, 'Autorité parentale', '', '', 'Droit de la famille', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (294, 'Autoroute', '', '', 'Infrastructure de transport routier', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (295, 'Autoroute de la mer', '', '', 'Transport maritime', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (296, 'Autres contributions directes', '', '', 'Fiscalité locale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (297, 'Autres décorations', '', '', 'Décoration', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (298, 'Autriche', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (299, 'Auvergne-Rhône-Alpes', '', '', 'France par région', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (300, 'Auxiliaire de vie scolaire', '', '', 'Métier de l''éducation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (301, 'Auxiliaire de vie sociale', 'Les auxiliaires de vie deviennent des auxiliaires de vie sociale, diplômés (décret 2001-410)', '', 'Travailleur social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (302, 'Avalanche', '', '', 'Catastrophe naturelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (303, 'Avenant', '', '', 'Contrat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (304, 'Avertisseur de radar', '', '', 'Radar', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (305, 'Aveyron', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (306, 'Aviculture', '', 'Viande de volaille', 'Elevage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (307, 'Avion', '', '', 'Aéronef', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (308, 'Aviron', '', '', 'Sport nautique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (309, 'Avis', '', '', 'Norme juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (310, 'Avocat', '', '', 'Métier du droit', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (311, 'Avortement', '', '', 'Obstétrique', NULL, 'IVG');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (312, 'Azerbaïdjan', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (313, 'Baccalauréat', '', '', 'Diplôme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (314, 'Baccalauréat professionnel et technique', '', '', 'Diplôme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (315, 'Bagagiste', '', '', 'Personnel au sol', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (316, 'Bahamas', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (317, 'Bahreïn', '', 'Moyen Orient', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (318, 'Bail', '', '', 'Bailleur', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (319, 'Bail emphytéotique', 'Le bail emphytéotique est un bail immobilier de très longue durée, qui confère au preneur un droit réel sur la chose donnée à bail, à charge pour lui d''améliorer le fonds et de payer un loyer modique, les améliorations bénéficiant au bailleur en fin de bail sans que ce dernier ait à indemniser l''emphytéote.', '', 'Bail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (320, 'Bailleur', '', '', 'Relations propriétaire-locataire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (321, 'Baleine', '', '', 'Classement des espèces protégées', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (322, 'Balkans', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (323, 'Bandes dessinées', '', '', 'Art', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (324, 'Bangladesh', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (325, 'Banlieue', '', '', 'Ville', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (326, 'Banque', '', '', 'Etablissement financier', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (327, 'Banque alimentaire', '', '', 'Aide alimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (332, 'Barrage', '', '', 'Ouvrage d''art', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (333, 'Bas Rhin', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (334, 'Basketball', '', '', 'Discipline sportive', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (335, 'Bassin de vie', '', '', 'Milieu rural', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (336, 'Bassin méditerranéen', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (337, 'Bassin versant', '', '', 'Cours d''eau', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (338, 'Bâtiment', '', '', 'Rénovation urbaine', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (339, 'Belgique', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (340, 'Belize', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (341, 'Bénéfice', '', '', 'Gestion comptable', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (342, 'Bénéficiaire', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (343, 'Benelux', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (344, 'Bénévolat', '', '', 'Volontariat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (345, 'Bénin', '', '', 'Pays étranger', NULL, 'République populaire du Bénin');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (346, 'BEP', '', '', 'Diplôme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (347, 'Besançon', '', '', 'Doubs', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (348, 'Bhoutan', '', '', 'Pays étranger', NULL, 'Bouthan');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (349, 'Bibliothécaire-Documentaliste', '', '', 'Métier de l''information', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (350, 'Bibliothèque', '', '', 'Documentation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (351, 'Biélorussie', '', 'CEI', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (352, 'Bien-être animal', '', 'Médecine vétérinaire', 'Faune', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (353, 'Bilan de santé', '', '', 'Prévention en santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (354, 'Bilan énergétique', '', '', 'Logement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (355, 'Bilan social', '', '', 'Relations professionnelles', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (356, 'Biodiversité', '', '', 'Milieu naturel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (357, 'Bioéthique', '', '', 'Corps humain et pratique médicale', NULL, 'Ethique médicale');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (358, 'Biographie', '', '', 'Publication', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (359, 'Biologie', '', '', 'Recherche médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (360, 'Biomasse', '', '', 'Energie renouvelable', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (361, 'Bioterrorisme', '', '', 'Crime et délit', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (362, 'Birmanie', '', 'Myanmar', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (363, 'Biscuiterie', '', '', 'Industrie agroalimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (364, 'Bisphénol A', 'Le bisphénol A (BPA) est un composé chimique issu de la réaction entre deux équivalents de phénol et un équivalent d''acétone.', '', 'Polluant', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (365, 'Bizutage', '', '', 'Education', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (366, 'Blois', '', '', 'Loir et Cher', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (367, 'Boisson', '', '', 'Produit alimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (368, 'Bolivie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (369, 'Bordeaux', '', '', 'Gironde', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (370, 'Bosnie-Herzégovine', '', 'Yougoslavie', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (371, 'Botswana', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (372, 'Botulisme', '', '', 'Intoxication alimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (373, 'Bouches du Rhône', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (374, 'Bouddhisme', '', '', 'Religion', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (375, 'Boues', '', '', 'Déchet', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (376, 'Boulangerie', '', '', 'Industrie agroalimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (377, 'Boulimie', '', '', 'Trouble du comportement alimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (378, 'Boulogne-sur-Mer', '', '', 'Pas de Calais', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (379, 'Bourgogne-Franche-Comté', '', '', 'France par région', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (380, 'Bourse', '', '', 'Scolarité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (381, 'Bourse du commerce', '', '', 'Commerce', NULL, 'Bourse de commerce');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (382, 'Bovin', '', 'Viande de bœuf', 'Cheptel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (383, 'Boxe', '', '', 'Discipline sportive', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (384, 'Branche professionnelle', '', '', 'Relations professionnelles', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (385, 'Brésil', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (386, 'Brest', '', '', 'Finistère', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (387, 'Bretagne', '', '', 'France par région', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (388, 'Brevet d''invention', '', '', 'Droit de la propriété industrielle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (389, 'Brittany Ferries', '', '', 'Ferry', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (390, 'Brochure', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (391, 'Bruit', '', '', 'Pollution sonore', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (392, 'Bruit de voisinage', '', '', 'Bruit', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (393, 'Brunei', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (394, 'BTP', '', '', 'Type d''industrie', NULL, 'bâtiment-travaux publics/Industrie du bâtiment/Travaux publics');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (395, 'BTS', '', '', 'Diplôme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (396, 'Budget', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (397, 'Budget communautaire', '', '', 'Politique commune', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (398, 'Budget de l''éducation', '', '', 'Politique de l''éducation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (399, 'Budget de l''Etat', '', '', 'Finances et comptes public', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (400, 'Budget familial', '', '', 'Economie', NULL, 'budget de la famille');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (401, 'Budget global', '', '', 'Gestion hospitalière', NULL, 'DGA/Dotation globale annuelle');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (402, 'Bulgarie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (403, 'Bulletin de paye', '', '', 'Salaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (404, 'Bureau d''aide sociale', '', '', 'Equipement social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (405, 'Bureau d''enquêtes et d''analyses (BEA)', '', '', 'Sécurité aérienne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (406, 'Bureau international du travail (BIT)', '', '', 'Organisation internationale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (407, 'Burkina Faso', '', '', 'Pays étranger', NULL, 'Haute Volta');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (408, 'Burn-out', '', '', 'Maladie professionnelle', NULL, 'Souffrance');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (409, 'Burundi', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (410, 'Cabinet ministériel', '', '', 'Ministère', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (411, 'Cadavre d''animal', '', '', 'Déchet', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (412, 'Cadeau', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (413, 'Cadre de santé', 'Créé par le décret 95-916 du 18 août 1995', '', 'Profession paramédicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (414, 'Caisse d''Allocations Familiales (CAF)', '', '', 'Organisme de sécurité sociale', NULL, 'Caisse d''allocations familiales');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (415, 'Caisse d''assurance maladie', '', '', 'Organisme de sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (416, 'Caisse de retraite', '', '', 'Organisme de sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (417, 'Caisse nationale de retraite des agents des collectivités locales', '', '', 'Retraite de la fonction publique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (418, 'Calendrier', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (419, 'Calorifugeage', '', '', 'Technique d''isolation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (420, 'Calvados', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (421, 'Cambodge', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (422, 'Cameroun', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (423, 'Campagne', '', '', 'Site naturel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (424, 'Campagne électorale', '', '', 'Election', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (425, 'Camping', '', '', 'Hébergement touristique', NULL, 'Terrain de camping');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (426, 'Canada', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (427, 'Canal', '', '', 'Ouvrage d''art', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (428, 'Canal du midi', '', '', 'Canaux', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (429, 'Canal Rhin-Rhône', '', '', 'Canaux', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (430, 'Canal Seine Nord Europe', '', '', 'Canaux', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (431, 'Canalisation', '', '', 'Ouvrage d''art', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (432, 'Canaries', '', '', 'Espagne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (433, 'Canaux', '', '', 'Transport fluvial', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (434, 'Cancer', '', '', 'Pathologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (435, 'Cancérologie', '', '', 'Spécialité médicale', NULL, 'Oncologie');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (436, 'Candidature', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (437, 'Candidature aux jeux olympiques', '', '', 'Jeux olympiques d''été', NULL, 'Paris 2024');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (438, 'Canicule', '', '', 'Météorologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (439, 'Cannabis', '', '', 'Drogue', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (440, 'Cannes', '', '', 'Alpes Maritime', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (441, 'Canoë kayak', '', '', 'Sport nautique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (442, 'Cantal', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (443, 'CAP {diplôme}', '', '', 'Diplôme', NULL, 'Certificat d''aptitude professionnelle');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (444, 'Capital-décès', 'Le capital-décès est une indemnité. Elle permet aux proches de l''assuré de faire face aux frais immédiats entraînés par son décès (notamment les frais d''obsèques).', '', 'Assurance décès', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (445, 'Capitalisme', '', '', 'Système économique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (446, 'Caprin', '', '', 'Cheptel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (447, 'Captage', '', 'Source', 'Production de l''eau', NULL, 'Recaptage');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (448, 'Cap-Vert', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (449, 'Caraïbes', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (450, 'Carbone', '', '', 'Substances chimiques', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (451, 'Carburant', '', '', 'Energie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (452, 'Cardiologie', '', '', 'Spécialité médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (453, 'Cargo', '', '', 'Navire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (454, 'Carnet de santé', '', '', 'Surveillance médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (455, 'Carrefour', '', '', 'Infrastructure de transport routier', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (456, 'Carrière professionnelle', '', '', 'Travail', NULL, 'Parcours professionnel/Trajectoire professionnelle');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (457, 'Carroyage', '', '', 'Nouvelle géographie prioritaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (458, 'Carte de vœux', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (459, 'Carte d''invalidité', '', '', 'Assurance maladie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (460, 'Carte du combattant', '', '', 'Ancien combattant et victime de guerre', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (461, 'Carte européenne d''assurance maladie', '', '', 'Assurance maladie', NULL, 'CEAM');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (462, 'Carte judiciaire', '', '', 'Organisation de la justice', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (463, 'Carte sanitaire', '', '', 'Planification sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (464, 'Carte vitale', '', '', 'Assurance maladie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (465, 'Catalogue', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (466, 'Catastrophe naturelle', '', 'Situation de crise', 'Milieu naturel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (467, 'Catégorie A', '', '', 'Structure des carrières', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (468, 'Catégorie B', '', '', 'Structure des carrières', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (469, 'Catégorie C', '', '', 'Structure des carrières', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (470, 'Catholicisme', '', '', 'Christianisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (471, 'Cellule', '', '', 'Recherche médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (472, 'Cellule de crise', '', '', 'Situation de crise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (473, 'Cellule souche', '', '', 'Cellule', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (474, 'Centrale nucléaire', '', '', 'Energie nucléaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (475, 'Centre antipoison', 'Les centres antipoison (CAP) et de toxicovigilance sont des centres d''information sur les risques toxiques de tous les produits médicamenteux, industriels et naturels. Ils ont un rôle d''information auprès des professionnels de santé et du public.', '', 'Etablissement sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (476, 'Centre commercial', '', '', 'Equipement urbain', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (477, 'Centre communal d''action sociale (CCAS)', '', '', 'Equipement social', NULL, 'Centre communal d''action sociale');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (478, 'Centre d''accueil', '', '', 'Hébergement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (479, 'Centre d''accueil pour les demandeurs d''asile', '', '', 'Demandeur d''asile', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (480, 'Centre de documentation', '', '', 'Documentation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (481, 'Centre de gestion', '', '', 'Fonction publique territoriale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (482, 'Centre de loisirs', '', '', 'Equipement de loisirs', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (483, 'Centre de lutte contre le cancer', 'Remplace les centres anti-cancéreux à partir de 1964. Les centres régionaux de lutte contre le cancer (CRLCC), érigés le 1er octobre 1945 par une ordonnance du Général de Gaulle (art. L.311 & s. du Code de la santé publique). Les centres de lutte contre le cancer sont des établissements entièrement consacrés au dépistage, au diagnostic et aux traitements des cancers.', '', 'Etablissement sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (484, 'Centre de rétention administrative', '', '', 'Rétention administrative', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (485, 'Centre de santé', 'Les centres de santé sont des structures sanitaires de proximité qui assurent des activités de soins sans hébergement et mènent des actions de santé publique, de prévention, d''éducation pour la santé, d''éducation thérapeutique des patients, des actions sociales et pratiquent la délégation du paiement du tiers.', '', 'Etablissement sanitaire', NULL, 'Centre de santé intégré/Dispensaire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (486, 'Centre de transfusion sanguine', '', '', 'Etablissement sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (487, 'Centre de vacances', '', '', 'Equipement touristique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (488, 'Centre de vacances et de loisirs', '', '', 'Equipement social', NULL, 'Centre aéré/Colonie de vacances');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (489, 'Centre d''hébergement', '', '', 'Hébergement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (490, 'Centre équestre', '', '', 'Equipement de loisirs', NULL, 'Etablissement équestre/Relais équestre');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (491, 'Centre hospitalier universitaire (CHU)', '', '', 'Hôpital', NULL, 'Centre hospitalier universitaire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (492, 'Centre médico-social', 'Un centre médico-social regroupe des professionnels médicaux et sociaux qui sont à l''écoute et proposent à titre gratuit : un accueil adapté pour les personnes en difficulté, des consultations de dépistage et de prévention, des informations, des conseils, une orientation médicale et sociale.', '', 'Etablissement sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (493, 'Centre Régional des Œuvres Universitaires et Scolaires (CROUS)', '', '', 'Scolarité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (494, 'Centre-Val-de-Loire', '', '', 'France par région', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (495, 'Céréale', '', '', 'Culture céréalière', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (496, 'Cérémonie', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (497, 'Certificat de nationalité', '', '', 'Droit de la nationalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (498, 'Certificat d''urbanisme', '', '', 'Document d''urbanisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (499, 'Certificat médical', '', '', 'Surveillance médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (500, 'CFDT', '', '', 'Syndicat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (501, 'CFE-CGC', '', '', 'Syndicat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (502, 'CFTC', '', '', 'Syndicat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (503, 'CGT', '', '', 'Syndicat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (504, 'Châlons-en-Champagne', '', '', 'Marne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (505, 'Chambre d''agriculture', '', '', 'Agriculture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (506, 'Chambre de commerce (CCI)', '', '', 'Economie', NULL, 'Chambre de commerce et d''industrie');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (507, 'Chambre des métiers et d''artisanat', '', '', 'Economie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (508, 'Chambre des professions libérales', '', '', 'Economie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (509, 'Chambre régionale des comptes', '', '', 'Cour des comptes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (510, 'Chambre universitaire', '', '', 'Scolarité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (511, 'Championnat', '', '', 'Evénement sportif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (512, 'Changement climatique', '', '', 'Protection de l''environnement', NULL, 'Réchauffement climatique');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (513, 'Chanteur', '', '', 'Métier du spectacle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (514, 'Charbon', '', '', 'Energie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (515, 'Charente', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (603, 'Commerce ambulant', '', '', 'Commerce', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (516, 'Charente Maritime', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (517, 'Charges', '', '', 'Syndic', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (518, 'Charte', '', '', 'Texte juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (519, 'Charte communautaire des droits sociaux fondamentaux des travailleurs', '', '', 'Droit social européen', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (520, 'Charte de la santé', '', '', 'Santé individuelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (521, 'Charte de l''environnement', '', '', 'Politique de l''environnement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (522, 'Charte des droits fondamentaux de l''Union européenne', '', '', 'Droits de l''homme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (523, 'Charte sociale européenne', '', '', 'Droit social européen', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (524, 'Chasse', '', '', 'Agriculture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (525, 'Chasse, pêche, nature et traditions (CPNT)', '', '', 'Parti politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (526, 'Chauffage', '', '', 'Equipement du logement', NULL, 'Chauffage domestique');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (527, 'Chemin communal', '', '', 'Infrastructure de transport routier', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (528, 'Cheminée', '', '', 'Equipement du logement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (529, 'Cheptel', '', '', 'Elevage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (530, 'Chèque emploi associatif', '', '', 'Moyen de paiement et de déclaration utilisé dans les emplois', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (531, 'Chèque emploi service universel', 'Créé par la loi 2005-841 du 16 juillet 2005, le chèque emploi service universel remplace le chèque emploi service et le titre emploi service.', '', 'Moyen de paiement et de déclaration utilisé dans les emplois', NULL, 'CESU');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (532, 'Chèque transport', 'Créé par la loi 2006-1770, c''est un titre de paiement préfinancé par l''employeur pour le paiement des dépenses liées au déplacement des salariés entre leur résidence et leur lieu de travail.', '', 'Moyen de paiement et de déclaration utilisé dans les emplois', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (533, 'Chèque vacances (ANCV)', '', '', 'Moyen de paiement et de déclaration utilisé dans les emplois', NULL, 'ANCV');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (534, 'Cher', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (535, 'Chercheur', '', '', 'Métier de la recherche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (536, 'Chili', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (537, 'Chimie', '', '', 'Recherche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (538, 'Chimiothérapie', '', '', 'Thérapeutique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (539, 'Chine', '', '', 'Pays étranger', NULL, 'République populaire de Chine');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (540, 'Chirurgie', '', '', 'Spécialité médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (541, 'Chirurgie dentaire', '', '', 'Chirurgie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (542, 'Chirurgie plastique', 'La chirurgie plastique englobe la totalité des interventions qui modifient, réparent ou embellissent les téguments et les formes.', '', 'Chirurgie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (543, 'Chirurgien-dentiste', '', '', 'Profession médicale', NULL, 'Dentiste');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (544, 'Cholestérol', '', '', 'Pathologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (545, 'Chômage', '', '', 'Emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (546, 'Chômeur', '', '', 'Chômage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (547, 'Christianisme', '', '', 'Religion', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (548, 'Chromosome', '', '', 'Cellule', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (549, 'Chypre', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (550, 'Cigarette électronique', '', '', 'Tabagisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (551, 'Cimetière', '', '', 'Pompes funèbres', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (552, 'Cinéma', '', '', 'Art', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (553, 'Circoncision', '', '', 'Modification corporelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (554, 'Circulaire', '', '', 'Norme juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (555, 'Circulation aérienne', '', '', 'Infrastructure aéronautique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (556, 'Circulation alternée', '', 'Politique de l''environnement', 'Circulation routière', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (557, 'Circulation routière', '', '', 'Sécurité routière', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (558, 'Cirque', '', '', 'Art', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (559, 'Citoyenneté', '', '', 'Nationalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (560, 'Classe d''Intégration Scolaire (CLIS)', 'Les CLIS ont été créées pour organiser la scolarité des élèves qui ne peuvent, dans l''immédiat, être accueillis dans une classe ordinaire et pour lesquels l''admission dans un établissement spécialisé ne s''impose pas.', '', 'Intégration scolaire', NULL, 'CLIS');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (561, 'Classe moyenne', '', '', 'Classe sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (562, 'Classe ouvrière', '', '', 'Classe sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (563, 'Classe préparatoire aux grandes écoles', '', '', 'Grande école', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (564, 'Classe sociale', '', '', 'Société', NULL, 'Milieu social');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (565, 'Classement des communes', '', '', 'Commune', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (566, 'Classement des espèces protégées', '', '', 'Faune', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (567, 'Clermont-Ferrand', '', '', 'Puy de Dôme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (568, 'Climatisation', '', '', 'Equipement du logement', NULL, 'Air conditionné');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (569, 'Climatologie', '', '', 'Météorologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (570, 'Climatosceptique', '', '', 'Changement climatique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (571, 'Clinique', '', '', 'Etablissement sanitaire', NULL, 'Clinique privée');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (572, 'Clipperton', '', '', 'Sous l''autorité directe du Gouvernement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (573, 'Clonage', '', '', 'Génétique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (574, 'Club sportif', '', '', 'Sport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (575, 'Cocaïne', '', '', 'Drogue', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (576, 'Code', '', '', 'Norme juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (577, 'Code de la route', '', '', 'Sécurité routière', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (578, 'Co-gestion', '', '', 'Mode de gestion', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (579, 'Collecte des déchets', '', '', 'Gestion des déchets', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (580, 'Collecte des eaux pluviales', '', '', 'Réseau d''assainissement', NULL, 'Réseau d''eau pluviale');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (581, 'Collecte et traitement des eaux usées', '', '', 'Assainissement collectif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (582, 'Collectivité sui generis', '', '', 'France d''outre-mer', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (583, 'Collectivités d''outre-mer (COM)', '', '', 'France d''outre-mer', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (584, 'Collectivités territoriales', '', '', 'Organisation territoriale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (585, 'Collège', '', '', 'Enseignement secondaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (586, 'Collège interentreprises de sécurité, de santé et des conditions de travail (CISSCT)', '', '', 'Représentation du personnel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (587, 'Colmar', '', '', 'Haut Rhin', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (588, 'Colombie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (589, 'Colonialisme', '', '', 'Idéologie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (590, 'Combustible nucléaire', '', '', 'Energie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (591, 'Comédien', '', '', 'Métier du spectacle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (592, 'Comité', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (593, 'Comité d''entreprise', '', '', 'Représentation du personnel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (594, 'Comité des citoyens', '', '', 'Vie démocratique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (595, 'Comité des régions', '', '', 'Organe communautaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (596, 'Comité d''hygiène, de sécurité et des conditions de travail (CHSCT)', '', '', 'Instance de représentation et de dialogue', NULL, 'Comité d''hygiène de sécurité et des conditions de travail');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (597, 'Comité économique et social des Communautés européennes', '', '', 'Organe communautaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (598, 'Comité interministériel des villes', '', '', 'Politique de la ville', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (599, 'Comité international de la Croix-Rouge (CICR)', '', '', 'Organisation internationale', NULL, 'Comité international de la Croix-Rouge');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (600, 'Commémoration', '', '', 'Défense', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (601, 'Commerce', '', '', 'Secteur économique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (602, 'Commerce alimentaire', '', '', 'Commerce de détail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (605, 'Commerce extérieur', '', '', 'Economie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (606, 'Commission', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (607, 'Commission administrative paritaire (CAP)', '', '', 'Instance de représentation et de dialogue', NULL, 'Commission administrative paritaire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (608, 'Commission d''accès aux documents administratifs (CADA)', '', '', 'Accès aux documents administratifs', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (609, 'Commission de recours amiable', '', '', 'Contentieux de la sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (610, 'Commission de sécurité', '', '', 'Dispositif de sécurité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (611, 'Commission des comptes de la sécurité sociale', '', '', 'Comptes de la sécurité sociale', NULL, 'CCSS');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (612, 'Commission des droits et de l''autonomie des personnes handicapées ', 'Cette commission prend les décisions relatives à l''ensemble des droits d''une personne handicapée notamment en matière d''attribution de prestations et d''orientation (Loi 2005-101 du 11 février 2005. Elle remplace la Commission départementale de l''éducation spéciale (CDES), la COTOREP et le Site pour la vie autonome.', 'Commission technique d''orientation et de reclassement professionnel (COTOREP)', 'Maison départementale des personnes handicapées (MDPH)', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (613, 'Commission européenne', '', '', 'Institution communautaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (614, 'Commune', '', '', 'Collectivités territoriales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (615, 'Communes nouvelles', '', '', 'Commune', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (616, 'Communication', '', '', '02 - COMMUNICATION-CULTURE-EDUCATION', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (617, 'Comores', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (618, 'Compagnie aérienne', '', '', 'Infrastructure aéronautique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (619, 'Compagnie d''assurance', '', '', 'Assurance', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (620, 'Compagnonnage', '', '', 'Type de formation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (621, 'Comparaison', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (622, 'Comparaison internationale', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (623, 'Compensation du handicap', '', '', 'Prestation handicapé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (624, 'Compétitivité', '', '', 'Macroénomie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (625, 'Complément alimentaire', 'Un complément alimentaire est une denrée alimentaire dont le but est de fournir un complément de nutriments. À la différence des additifs alimentaires, qui sont mélangés à certains aliments, le complément est une source concentrée qui est vendue de façon isolée.', '', 'Produit alimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (626, 'Complément de libre choix de mode de garde', 'Le complément de libre choix du mode de garde s''est substitué, depuis le 1er janvier 2004, à l''allocation pour la garde d''enfant à domicile et l''allocation d''aide à la famille pour l''emploi d''une assistante maternelle agréée (article L 531-5 du code de la sécurité sociale).', '', 'Prestation d''accueil du jeune enfant (PAJE)', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (627, 'Complémentaire santé', '', '', 'Sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (628, 'Complémentaire santé d''entreprise', '', '', 'Mutuelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (629, 'Comportement au travail', '', '', 'Conditions de travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (630, 'Comportement de santé', '', '', 'Santé individuelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (631, 'Comptabilité nationale', '', '', 'Budget de l''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (632, 'Compte personnel de formation (CPF)', '', '', 'Droit à la formation', NULL, 'CPF');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (633, 'Comptes de la sécurité sociale', '', '', 'Sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (634, 'Compteur électrique', '', '', 'Réseau de distribution', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (635, 'Concertation', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (636, 'Concession autoroutière', '', '', 'Autoroute', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (637, 'Concours administratif', '', '', 'Statut général', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (638, 'Concours financier exceptionnel de l''Etat', '', '', 'Finances locales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (639, 'Concours financier pérenne de l''Etat', '', '', 'Finances locales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (640, 'Concurrence', '', '', 'Macroéconomie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (641, 'Conditions de détention', '', '', 'Prison', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (642, 'Conditions de travail', '', '', 'Travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (643, 'Condoléances', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (644, 'Conférence de la famille', 'Depuis 1996, la Conférence de la famille réunit tous les ans, sous la présidence du Premier ministre, les associations familiales, les partenaires sociaux, les organismes de protection sociale, des élus locaux et plusieurs ministres. Elle permet de présenter les grandes orientations et l''état d''avancement de la politique familiale. ', '', 'Politique de la famille', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (645, 'Conférence intergouvernementale', 'La Conférence intergouvernementale (CIG) est la réunion des représentants des gouvernements des Etats membres. Son objectif est de négocier des modifications aux traités de l''Union européenne. Ce n''est pas une institution permanente.', '', 'Organisation communautaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (646, 'Conférence mondiale sur les femmes', 'Créée en 1975, la première conférence a eu lieu à Mexico', '', 'Organisation des nations unies (ONU)', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (647, 'Conférence nationale de lutte contre l''exclusion', '', '', 'Politique de lutte contre l''exclusion', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (648, 'Conférence nationale de santé', '', '', 'Politique de la santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (649, 'Conférence régionale de santé et de l''Autonomie (CRSA)', '', '', 'Politique de la santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (650, 'Confidentialité', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (651, 'Confiserie', '', '', 'Industrie agroalimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (652, 'Conflit armé', '', '', 'Défense', NULL, 'Guerre');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (653, 'Conflit du travail', '', '', 'Relations professionnelles', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (654, 'Congé', '', '', 'Travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (655, 'Congé annuel', '', '', 'Congé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (656, 'Congé bonifié', '', '', 'Congé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (657, 'Congé d''accompagnement de fin de vie', '', '', 'Congé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (658, 'Congé de formation', '', '', 'Congé', NULL, 'Congé formation/Congé individuel de formation');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (659, 'Congé de maladie', '', '', 'Congé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (660, 'Congé de maternité', '', '', 'Congé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (661, 'Congé de paternité', '', '', 'Congé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (662, 'Congo', '', '', 'Pays étranger', NULL, 'République populaire du Congo');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (663, 'Congrès', '', '', 'Parlement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (664, 'Conjoint collaborateur', 'Personne qui participe à l''activité professionnelle non salariée de son conjoint. En droit de la sécurité sociale, il relève à titre obligatoire du régime social des indépendants (L 741-6 CSS) Au plan commercial, le conjoint de l''entrepreneur individuel peut opter entre 3 statuts distincts : collaborateur, salarié ou associé.', '', 'Retraite', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (665, 'Conjoncture économique', '', '', 'Macroéconomie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (666, 'Conseil constitutionnel', '', '', 'Institution politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (667, 'Conseil de la vie sociale', 'Remplace le conseil d''établissement (loi du 1er janvier 2001)', '', 'Equipement social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (668, 'Conseil de l''Europe', '', '', 'Institution européenne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (669, 'Conseil de l''Union européenne', '', '', 'Institution communautaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (670, 'Conseil de Prud''homme', '', '', 'Juridiction civile', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (671, 'Conseil départemental', '', 'Elu', 'Département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (672, 'Conseil d''Etat', '', '', 'Juridiction administrative', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (673, 'Conseil économique social et environnemental (CESE)', '', '', 'Institution politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (674, 'Conseil municipal', '', '', 'Commune', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (675, 'Conseil régional', '', 'Elu', 'Région', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (676, 'Conseiller conjugal et familial', 'Le conseiller conjugal reçoit des personnes et des couples, parfois des familles, ayant une demande d''aide liée à des difficultés relationnelles, affectives, sexuelles ou éducatives, rencontrées dans leur vie personnelle, leur vie de couple ou leur vie familiale.', '', 'Travailleur social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (677, 'Conseiller en économie sociale et familiale', '', '', 'Travailleur social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (678, 'Conseiller prud''homme', '', '', 'Conseil de Prud''homme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (679, 'Conservation des aliments', '', '', 'Produit alimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (680, 'Conserverie', '', '', 'Industrie agroalimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (681, 'Consommateur', '', '', 'Consommation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (682, 'Consommation', '', '', 'Economie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (683, 'Consommation énergétique', '', '', 'Energie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (684, 'Constitution', '', '', 'Droit constitutionnel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (685, 'Construction', '', '', 'Logement et hébergement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (686, 'Construction européenne', '', '', 'Questions européennes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (687, 'Construction navale', '', '', 'Type d''industrie', NULL, 'Chantier naval');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (688, 'Consulat', '', '', 'Représentation diplomatique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (689, 'Consultation', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (690, 'Contentieux', '', '', 'Procédure', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (691, 'Contentieux administratif', '', '', 'Droit administratif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (692, 'Contentieux de la sécurité sociale', '', '', 'Droit de la sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (693, 'Continuité territoriale', '', '', 'Transport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (694, 'Contournement', '', '', 'Périphérique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (695, 'Contraception', '', '', 'Corps humain et pratique médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (696, 'Contrat', '', '', 'Texte juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (697, 'Contrat à durée déterminée à objet défini', '', '', 'Type de contrat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (698, 'Contrat à temps partagé', '', '', 'Type de contrat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (699, 'Contrat administratif', '', '', 'Droit public', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (700, 'Contrat d''apprentissage', '', 'Apprenti/Apprentissage/', 'Type de contrat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (701, 'Contrat d''assurance', '', '', 'Assurance', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (702, 'Contrat d''autonomie', 'Dispositif issu du plan "Espoir banlieues" en vue de favoriser l''accès à l''emploi des jeunes dans les zones urbaines sensibles (ZUS)', '', 'Insertion professionnelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (703, 'Contrat d''avenir', 'Créé par la loi 2005-31 du 18 janvier 2005, le contrat d''avenir est destiné aux titulaires du RMI, de l''ASS ou de l''API et doit prévoir des actions de formation. Il sera remplacé au 1er janvier 2010 par le contrat unique d''insertion (loi RSA 2008-1149 du 1er décembre 2008).', '', 'Mesures pour l''emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (704, 'Contrat de développement territorial', '', '', 'Politique de la ville', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (705, 'Contrat de génération', 'Le contrat de génération est un dispositif d''aide à l''emploi visant à créer des binômes jeune-senior pour encourager l''embauche des jeunes et garantir le maintien dans l''emploi des seniors, tout en assurant la transmission des compétences.', '', 'Mesures pour l''emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (706, 'Contrat de partenariat', '', '', 'Contrat administratif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (707, 'Contrat de pays', '', '', 'Développement local', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (708, 'Contrat de plan', '', '', 'Développement régional', NULL, 'Contrat de plan Etat-région');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (709, 'Contrat de professionnalisation', 'Se substitue au contrat de qualification, d''adaptation et d''orientation', 'Formation en alternance', 'Mesures pour l''emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (710, 'Contrat de responsabilité parentale', 'Proposé par le président du Conseil général, le contrat de responsabilité parentale doit aider les parents à exercer pleinement leur autorité parentale lorsqu''ils sont confrontés à l''absentéisme scolaire de leur enfant ou à une grave difficulté éducative.', '', 'Autorité parentale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (711, 'Contrat de séjour', '', '', 'Contrat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (712, 'Contrat de site', 'Dispositif sous la forme d''un contrat entre l''Etat, les collectivités territoriales et les acteurs socio-économiques destiné à mettre en place les actions de revitalisation nécessaires à court et moyen termes en faveur des territoires les plus touchés par les mutations économiques', '', 'Développement local', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (713, 'Contrat de travail', '', '', 'Travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (714, 'Contrat de travail à durée déterminée', '', '', 'Type de contrat', NULL, 'CDD');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (715, 'Contrat de travail à durée indéterminée', '', '', 'Type de contrat', NULL, 'CDI');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (716, 'Contrat de travail à temps partiel', '', '', 'Type de contrat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (717, 'Contrat de travail intermittent', '', '', 'Type de contrat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (718, 'Contrat de travail international', '', '', 'Type de contrat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (719, 'Contrat de travail temporaire', '', '', 'Type de contrat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (720, 'Contrat de ville nouvelle génération', '', '', 'Politique de la ville', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (721, 'Contrat d''insertion dans la vie sociale (CIVIS)', '', '', 'Mesures pour l''emploi', NULL, 'Contrat d''insertion dans la vie sociale');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (722, 'Contrat jeunes en entreprise (CJE)', '', '', 'Aide aux entreprises', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (723, 'Contrat local de santé', '', '', 'Planification sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (724, 'Contrat local de sécurité', '', '', 'Politique de sécurité', NULL, 'CLSPD (Contrat local de sécurité et de prévention de la délinquance)');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (725, 'Contrat nouvelles embauches', 'Créé par l''ordonnance 2005-893 du 1er août 2005, le contrat nouvelles embauches permet aux entreprises qui emploient au plus 10 salariés de conclure ce contrat sans détermination de durée qui peut être rompu à tout moment pendant une période de 1 an.', '', 'Type de contrat', NULL, 'CNE');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (726, 'Contrat pluriannuel d''objectifs et de moyens', 'Le contrat pluriannuel d''objectifs et de moyens (CPOM) est, en droit français, le contrat par lequel un organisme gestionnaire d''établissements ou services sociaux ou médico-sociaux s''engage auprès d''une autorité de tarification sur une période pluriannuelle pour, en fonction des objectifs d''activité poursuivis par ses établissements, bénéficier d''allocations budgétaires correspondantes. Le régime juridique du CPOM est défini à l''article L. 313-11 du Code de l''action sociale et des familles (CASF).', '', 'Contrat', NULL, 'CPOM');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (727, 'Contrat première embauche', '', '', 'Type de contrat', NULL, 'CPE');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (728, 'Contrat unique d''insertion (CUI)', '', '', 'Mesures pour l''emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (729, 'Contrefaçon', '', '', 'Marque', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (730, 'Contribution additionnelle de solidarité pour l''autonomie', '', '', 'Prélèvement social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (731, 'Contribution économique territoriale', '', '', 'Fiscalité locale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (732, 'Contribution foncière des entreprises (CFE)', '', '', 'Fiscalité locale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (733, 'Contribution pour le remboursement de la dette sociale (CRDS)', '', '', 'Prélèvement social', NULL, 'Contribution pour le remboursement de la dette sociale');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (734, 'Contribution sociale de solidarité des sociétés', '', '', 'Impôt sur les sociétés', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (735, 'Contribution sociale généralisée (CSG)', '', '', 'Prélèvement social', NULL, 'Contribution sociale généralisée');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (736, 'Contribution solidarité autonomie', '', '', 'Prélèvement social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (737, 'Contrôle', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (738, 'Contrôle de gestion', 'Le contrôle de gestion est l''activité visant la maîtrise de la conduite d''une organisation en prévoyant les événements et en s''adaptant à l''évolution, en définissant les objectifs, en mettant en place les moyens, en comparant les performances et les objectifs, en corrigeant les objectifs et les moyens. ', '', 'Gouvernance de l''entreprise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (739, 'Contrôle de l''Etat', '', '', 'Administration centrale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (740, 'Contrôle des médicaments', '', '', 'Santé individuelle', NULL, 'Contrôle pharmaceutique');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (741, 'Contrôle fiscal', '', 'Redressement fiscal', 'Fiscalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (742, 'Contrôle médical', '', '', 'Sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (743, 'Contrôle technique', '', '', 'Véhicule', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (744, 'Convention', '', '', 'Texte juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (745, 'Convention collective', '', '', 'Négociation collective', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (746, 'Convention de coopération', '', '', 'Aide à l''emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (747, 'Convention de stage', '', '', 'Convention', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (748, 'Convention d''objectifs et de gestion', '', '', 'Gestion publique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (749, 'Convention européenne des droits de l''homme', '', '', 'Droits de l''homme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (750, 'Convention européenne sur l''exercice des droits des enfants', 'Convention adoptée à Strasbourg le 15 janvier 1996, ratifiée par la loi 2007-1155 du 1er août 2007.', '', 'Droits de l''enfant', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (751, 'Convention internationale', '', 'Relations internationales', 'Texte officiel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (752, 'Convention internationale de sécurité sociale', '', '', 'Sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (753, 'Convention internationale des droits de l''enfant', '', '', 'Droits de l''enfant', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (754, 'Convention nationale', '', '', 'Convention', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (755, 'Convention relative aux droits des personnes handicapées', '', '', 'Droits des personnes handicapées', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (756, 'Convention sur le commerce international des espèces de faune et flore sauvages menacées d’extinction (CITES)', '', '', 'Classement des espèces protégées', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (757, 'Coopération', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (758, 'Coopération intercommunale', '', '', 'Commune', NULL, 'Intercommunalité');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (759, 'Coopération inter-hospitalière', '', '', 'Politique hospitalière', NULL, 'Groupement interhospitalier');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (760, 'Coopération internationale', '', '', 'Relations internationales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (761, 'Coopération territoriale', '', '', 'Aménagement du territoire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (762, 'Coopération transfrontalière', '', '', 'Aménagement du territoire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (763, 'Coopérative', '', '', 'Type d''entreprise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (764, 'Coordination', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (765, 'Coordonnateur de sécurité', 'Personne physique ou morale désignée par le maître d''ouvrage pour tout chantier de bâtiment ou de génie civil. Il a pour but de prévenir les risques d''accidents liés à l''intervention de plusieurs entreprises sur les chantiers.', '', 'Métier du bâtiment et de la construction', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (766, 'COP 21', '', '', 'Changement climatique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (767, 'Copropriété', '', '', 'Propriété', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (768, 'Corée du Nord', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (769, 'Corée du Sud', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (770, 'Corps humain et pratique médicale', '', '', 'Médecine', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (771, 'Corrèze', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (772, 'Corrida', '', '', 'Faune', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (773, 'Corruption', '', '', 'Crime et délit', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (774, 'Corse', '', '', 'France par région', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (775, 'Corse du Sud', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (776, 'Corsica Ferries', '', '', 'Ferry', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (777, 'Costa Rica', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (778, 'Côte d''Ivoire', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (779, 'Côte d''Or', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (780, 'Côtes d''Armor', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (781, 'Cotisation foncière des entreprises (CFE)', '', '', 'Fiscalité locale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (782, 'Cotisation patronale', '', '', 'Recouvrement des cotisations sociales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (783, 'Cotisation salariale', '', '', 'Recouvrement des cotisations sociales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (784, 'Cotisation sociale', '', '', 'Entreprise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (785, 'Couloir aérien', '', '', 'Circulation aérienne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (786, 'Coupe du monde', '', '', 'Evénement sportif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (787, 'Cour administrative d''appel', '', '', 'Juridiction administrative', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (788, 'Cour d''appel', '', '', 'Juridiction civile', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (789, 'Cour d''assises', '', '', 'Juridiction pénale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (790, 'Cour de cassation', '', '', 'Juridiction civile', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (791, 'Cour de justice de l''Union européenne (CJUE)', 'La CJUE a remplacé la CJCE au 1er décembre 2009 avec l''entrée en vigueur du traité de Lisbonne.', '', 'Juridiction européenne', NULL, 'Cour de justice de l''Union européenne');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (792, 'Cour des comptes', '', '', 'Juridiction financière', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (793, 'Cour des comptes européenne', 'La Cour des comptes européenne examine les finances de l''Union. Elle a pour mission d''améliorer la gestion financière de l''UE et de rendre compte de l''utilisation de l''argent public. Créée en 1975, elle a son siège à Luxembourg.', '', 'Juridiction européenne', NULL, 'Cour des comptes des Communautés européennes/Cour des comptes de l''Union européenne');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (794, 'Cour européenne des droits de l''homme', '', '', 'Droits de l''homme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (795, 'Cours d''eau', '', '', 'Site naturel', NULL, 'Fleuve/Rivière');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (796, 'Coût', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (797, 'Couverture maladie universelle (CMU)', 'La couverture maladie universelle de base permet l''accès à l''assurance maladie pour toutes les personnes résidant en France de manière stable et régulière depuis plus de trois mois, et qui n''ont pas droit à l''assurance maladie à un autre titre (activité professionnelle, etc.).', '', 'Assurance maladie', NULL, 'Assurance maladie universelle/Couverture maladie universelle');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (798, 'Covoiturage', '', '', 'Transport routier de personnes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (799, 'Crack', '', '', 'Drogue', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (800, 'Crèche', '', '', 'Mode de garde', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (801, 'Crédit', '', '', 'Financement de l''économie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (802, 'Crédit d''impôt', '', '', 'Fiscalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (803, 'Crédit d''impôt formation', '', '', 'Politique de l''emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (804, 'Crédit impôt recherche', '', '', 'Aide aux entreprises', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (805, 'Creuse', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (806, 'Crime et délit', '', '', 'Procédure pénale', NULL, 'Crime/Délit');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (807, 'Criminalité', '', '', 'Problème social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (808, 'Crise', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (809, 'Crise économique', '', '', 'Macroéconomie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (810, 'Crise monétaire', '', '', 'Union économique et monétaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (811, 'Critère', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (812, 'Critique', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (813, 'Croatie', '', 'Yougoslavie', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (814, 'Croisière', '', '', 'Transport maritime', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (815, 'Croissance démographique', '', '', 'Démographie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (816, 'Croissance économique', '', '', 'Macroéconomie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (817, 'Crowdfunding', '', '', 'Financement participatif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (818, 'CTP', '', '', 'Instance de représentation et de dialogue', NULL, 'Comité technique paritaire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (819, 'Cuba', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (820, 'Cultes', '', '', 'Affaires intérieures', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (821, 'Culture', '', '', '02 - COMMUNICATION-CULTURE-EDUCATION', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (822, 'Culture céréalière', '', '', 'Production végétale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (823, 'Culture fruitière', '', '', 'Production végétale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (824, 'Culture maraîchère', '', '', 'Production végétale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (825, 'Culture urbaine', '', '', 'Culture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (826, 'Cumul', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (827, 'Cumul des mandats', '', '', 'Mandat politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (828, 'Cumul emploi retraite', '', '', 'Retraite', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (829, 'Curatelle', '', '', 'Tutelle', NULL, 'Protection du majeur');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (830, 'Cure', '', '', 'Etablissement thermal', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (831, 'Curriculum vitae', '', '', 'Recherche d''emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (832, 'Cursus universitaire', '', 'Licence Master Doctorat (LMD)', 'Université', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (833, 'Cyber surveillance', '', '', 'Surveillance', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (834, 'Cyberdéfense', '', '', 'Informatique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (835, 'Cyclisme', '', '', 'Discipline sportive', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (836, 'Cyclone', '', '', 'Catastrophe naturelle', NULL, 'Ouragan/Tornade');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (837, 'Danemark', '', 'Pays nordiques', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (838, 'Danse', '', '', 'Art', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (839, 'Débat politique', '', '', 'Vie démocratique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (840, 'Débit de boisson', '', '', 'Commerce de détail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (841, 'Déblocage anticipé d''épargne', '', '', 'Crédit', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (842, 'Debout la France', '', '', 'Parti politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (843, 'Décentralisation', '', '', 'Collectivités territoriales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (844, 'Décès', '', '', 'Santé individuelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (845, 'Décharge', '', '', 'Gestion des déchets', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (846, 'Déchet', '', '', 'Gestion des déchets', NULL, 'Résidus');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (847, 'Déchet agricole', '', '', 'Déchet', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (848, 'Déchet d''activités de soins', '', '', 'Déchet', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (849, 'Déchet de chantier', '', '', 'Déchet', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (850, 'Déchet d''équipements électriques et électroniques', '', '', 'Déchet', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (851, 'Déchet encombrant', '', '', 'Déchet', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (852, 'Déchet industriel', '', '', 'Déchet', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (853, 'Déchet radioactif', '', '', 'Déchet', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (854, 'Déchetterie', '', '', 'Collecte des déchets', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (855, 'Décision', '', '', 'Norme juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (856, 'Déclaration', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (857, 'Déclaration d''utilité publique', '', '', 'Enquête publique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (858, 'Déclaration universelle des droits de l''Homme', '', '', 'Droits de l''homme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (859, 'Déconcentration', '', '', 'Organisation territoriale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (860, 'Décontamination', '', '', 'Technique sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (861, 'Décontamination radioactive', '', '', 'Radioprotection', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (862, 'Décoration', '', '', 'Droit public', NULL, 'Médaille');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (863, 'Décret', '', '', 'Norme juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (864, 'Dédicace', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (865, 'Déduction fiscale', '', '', 'Fiscalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (866, 'Défense', '', '', '09 - VIE ADMINISTRATIVE ET POLITIQUE', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (867, 'Défenseur des droits', 'La loi constitutionnelle 2008-714 du 13 juillet 2008 (art. 41) crée le Défenseur des droits qui remplace le Médiateur de la République.', '', 'Relation administration-usager', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (868, 'Défibrillateur', '', '', 'Matériel médical', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (869, 'Déficit extérieur', '', '', 'Commerce extérieur', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (870, 'Défilé du 14 juillet', '', '', 'Commémoration', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (871, 'Définition', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (872, 'Déjection animale', '', '', 'Déchet', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (873, 'Délai', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (874, 'Délégation à la sécurité et à la circulation routière (DSCR)', '', '', 'Sécurité routière', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (875, 'Délégation de service public', '', '', 'Contrat administratif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (876, 'Délinquance', '', '', 'Problème social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (877, 'Délocalisation', '', '', 'Entreprise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (878, 'Demande de logement', '', '', 'Logement social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (879, 'Demande de nomination', '', '', 'Acte administratif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (880, 'Demandeur d''asile', '', '', 'Migration', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (881, 'Démarche participative', '', '', 'Vie sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (882, 'Démocratie', '', '', 'Vie démocratique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (883, 'Démographie', '', '', 'Société', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (884, 'Démographie médicale', '', '', 'Planification sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (885, 'Démolition', '', '', 'Construction', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (886, 'Dengue', '', '', 'Maladie infectieuse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (887, 'Déontologie médicale', '', '', 'Corps humain et pratique médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (888, 'Déontologie professionnelle', '', '', 'Organisation du travail', NULL, 'Déontologie');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (889, 'Départ à la retraite', '', '', 'Retraite', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (890, 'Départ négocié', '', '', 'Rupture du contrat de travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (891, 'Département', '', '', 'Collectivités territoriales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (892, 'Département et région d''outre-mer (DROM)', '', '', 'France d''outre-mer', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (893, 'Dépassement d''honoraires', '', '', 'Honoraires médicaux', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (894, 'Dépendance', '', '', 'Vieillesse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (895, 'Dépense d''assurance maladie', '', '', 'Economie de la protection sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (896, 'Dépenses de l''Etat', '', '', 'Budget de l''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (897, 'Dépenses hospitalières', '', '', 'Gestion hospitalière', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (898, 'Dépistage', '', '', 'Prévention en santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (899, 'Dépollution', '', '', 'Technique sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (900, 'Déporté', '', '', 'Victime de guerre', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (901, 'Dépression', '', '', 'Maladie mentale', NULL, 'Dépression nerveuse');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (902, 'Député', '', '', 'Elu', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (903, 'Dératisation', '', '', 'Lutte antivectorielle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (904, 'Dérive sectaire', '', '', 'Problème social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (905, 'Dermatologie', '', '', 'Spécialité médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (906, 'Désamiantage', '', 'Amiante', 'Polluant', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (907, 'Déscolarisation', '', '', 'Scolarité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (908, 'Désenclavement', '', '', 'Transport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (909, 'Désertification rurale', '', '', 'Milieu rural', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (910, 'Déserts médicaux', '', '', 'Démographie médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (911, 'Désignation', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (912, 'Désindustrialisation', '', '', 'Industrie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (913, 'Désinsectisation', '', 'Chikungunya', 'Lutte antivectorielle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (914, 'Désintoxication', '', '', 'Thérapeutique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (915, 'Desserte aérienne', '', '', 'Aéroport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (916, 'Desserte de la Corse', '', '', 'Continuité territoriale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (917, 'Desserte ferroviaire', '', '', 'Infrastructure ferroviaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (918, 'Détection', '', '', 'Technique sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (919, 'Détenu', '', '', 'Prison', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (920, 'Dette publique', '', '', 'Macroéconomie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (921, 'Deux Sèvres', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (922, 'Deux-roues motorisées', '', '', 'Véhicule', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (923, 'Développement durable', '', '', '04 - ENVIRONNEMENT', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (924, 'Développement local', '', '', 'Aménagement du territoire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (925, 'Développement régional', '', '', 'Aménagement du territoire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (926, 'Déviation', '', '', 'Infrastructure de transport routier', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (927, 'Diabète', '', '', 'Pathologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (928, 'Dialogue social', '', '', 'Relations professionnelles', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (929, 'Dictionnaire', '', '', 'Publication', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (930, 'Diesel', '', '', 'Carburant', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (931, 'Diététicien', '', '', 'Profession paramédicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (932, 'Diététique', '', '', 'Hygiène alimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (933, 'Difficultés financières', '', '', 'Budget familiale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (934, 'Diffusion', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (935, 'Dijon', '', '', 'Côte d''Or', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (936, 'Dioxine', '', '', 'Substances chimiques', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (937, 'Diplôme', '', '', 'Scolarité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (938, 'Diplôme de grande école', '', '', 'Diplôme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (939, 'Direction départementale interministérielle (DDI)', '', '', 'Préfecture de département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (940, 'Directions régionales', '', '', 'Préfecture de région', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (941, 'Directive', '', '', 'Norme juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (942, 'Discipline enseignée', '', '', 'Enseignement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (943, 'Discipline sportive', '', '', 'Sport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (944, 'Discours', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (945, 'Discrimination positive', '', '', 'Lutte contre les discriminations', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (946, 'Discrimination sexuelle', '', '', 'Lutte contre les discriminations', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (947, 'Dispersion des polluants', '', '', 'Polluant', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (948, 'Dispositif', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (949, 'Dispositif d''accueil', '', '', 'Migration', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (950, 'Dispositif de sécurité', '', '', 'Sécurité civile', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (951, 'Dispositif de signalisation', '', '', 'Transport routier de personnes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (952, 'Dispositif d''intervention', '', '', 'Sécurité civile', NULL, 'Plan d''alerte/Plan d''intervention');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (953, 'Dispositif local d''accompagnement (DLA)', 'Le dispositif local d''accompagnement a été créé en 2001 à l''initiative de l''Etat et de la Caisse et dépôts et consignations. Il est destiné à soutenir l''activité et l''emploi dans le secteur associatif et plus généralement dans l''économie sociale et solidaire.', '', 'Mesures pour l''emploi', NULL, 'DLA');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (954, 'Dispositif médical', '', '', 'Services de santé', NULL, 'Dispositifs médicaux/Equipement médical');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (955, 'Dispositif Orsec', 'Organisation de la réponse de sécurité civile', '', 'Dispositif d''intervention', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (956, 'Distributeur de presse', '', '', 'Presse', NULL, 'Distributeur de journaux et de prospectus');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (957, 'Distribution de l''eau', '', '', 'Gestion de l''eau', NULL, 'Adduction d''eau/AEP/Alimentation en eau potable');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (958, 'Divorce', '', '', 'Situation familiale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (959, 'Djibouti', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (960, 'Dock', '', '', 'Transport maritime', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (961, 'Document', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (962, 'Document d''urbanisme', '', '', 'Urbanisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (963, 'Documentation', '', '', 'Communication', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (964, 'Domaine public', '', '', 'Droit administratif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (965, 'Dommages et intérêts', 'Somme d''argent compensatoire du dommage subi par une personne en raison de l''inexécution ou de la mauvaise exécution d''une obligation ou d''un devoir juridique par un cocontractant ou un tiers.', '', 'Procédure', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (966, 'Don', '', '', 'Aide sociale', NULL, 'Altruisme');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (967, 'Don de gamète', '', '', 'Comportement de santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (968, 'Don de sperme', '', '', 'Comportement de santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (969, 'Don de tissu humain', '', '', 'Comportement de santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (970, 'Don d''organe', '', '', 'Comportement de santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (971, 'Don d''ovocyte', '', '', 'Comportement de santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (972, 'Don du corps', '', '', 'Comportement de santé', NULL, 'Don de corps');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (973, 'Donation', '', '', 'Succession', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (974, 'Données personnelles', '', '', 'Liberté individuelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (975, 'Données publiques', '', 'Open data', 'Relation administration-usager', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (976, 'Dopage', '', '', 'Sport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (977, 'Dordogne', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (978, 'Dossier de presse', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (979, 'Dossier médical partagé', '', '', 'Surveillance médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (980, 'Dossier médical personnel', '', '', 'Surveillance médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (981, 'Dotation de développement urbain', '', '', 'Politique de la ville', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (982, 'Dotation de solidarité urbaine (DSU)', '', '', 'Politique de la ville', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (983, 'Dotation d''équipement des territoires ruraux (DETR)', '', '', 'Concours financier pérenne de l''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (984, 'Dotation générale de décentralisation (DGD)', '', '', 'Concours financier pérenne de l''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (985, 'Dotation globale de fonctionnement (DGF)', '', '', 'Concours financier pérenne de l''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (986, 'Dotation globale d''équipement (DGE)', '', '', 'Concours financier pérenne de l''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (987, 'Dotation régionale d''équipement scolaire des lycées (DRES)', '', '', 'Concours financier pérenne de l''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (988, 'Dotations de compensation au titre des taxes foncières et de la taxe professionnelle', '', '', 'Fiscalité locale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (989, 'Douai', '', '', 'Nord', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (990, 'Double peine', '', '', 'Sanction', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (991, 'Doubs', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (992, 'Douleur', '', '', 'Pathologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (993, 'Drogue', '', '', 'Pratique addictive', NULL, 'Stupéfiant');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (994, 'Droit à la formation', '', '', 'Formation professionnelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (995, 'Droit administratif', '', '', 'Droit public', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (996, 'Droit civil', '', '', 'Justice', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (997, 'Droit commercial', '', '', 'Secteur économique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (998, 'Droit communautaire', '', '', 'Questions européennes', NULL, 'Droit européen');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (999, 'Droit comparé', '', '', 'Droit international', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1000, 'Droit constitutionnel', '', '', 'Droit public', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1001, 'Droit d''asile', '', '', 'Migration', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1002, 'Droit d''auteur', '', '', 'Droit de la propriété intellectuelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1003, 'Droit de grève', '', '', 'Libertés publiques', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1004, 'Droit de la consommation', '', '', 'Consommation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1005, 'Droit de la famille', '', '', 'Famille', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1006, 'Droit de la mer', '', '', 'Politique de l''environnement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1007, 'Droit de la nationalité', '', '', 'Nationalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1008, 'Droit de la propriété industrielle', '', '', 'Industrie', NULL, 'Propriété industrielle');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1009, 'Droit de la propriété intellectuelle', '', '', 'Culture', NULL, 'Propriété intellectuelle/Propriété littéraire et artistique/Droit de l''information');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1010, 'Droit de la santé', '', '', 'Santé individuelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1011, 'Droit de la sécurité sociale', '', '', 'Droit social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1012, 'Droit de l''eau', '', '', 'Politique de l''environnement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1013, 'Droit de l''environnement', '', '', 'Politique de l''environnement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1014, 'Droit de l''Union européenne', '', '', 'Questions européennes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1015, 'Droit de l''urbanisme', '', '', 'Urbanisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1016, 'Droit de mutation', '', '', 'Taxe', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1017, 'Droit de pêche', '', 'Droit de la mer', 'Politique de la pêche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1018, 'Droit de préemption', '', '', 'Droit administratif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1019, 'Droit de visite', '', 'Divorce', 'Garde de l''enfant', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1020, 'Droit de vote', '', '', 'Vote', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1021, 'Droit des affaires', '', '', 'Entreprise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1022, 'Droit des assurances', '', '', 'Assurance', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1023, 'Droit des contrats', '', '', 'Contrat administratif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1024, 'Droit des étrangers', '', '', 'Migration', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1025, 'Droit des sociétés', '', '', 'Entreprise', NULL, 'Droit des entreprises');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1026, 'Droit disciplinaire', '', '', 'Statut général', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1027, 'Droit du malade', '', '', 'Déontologie médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1028, 'Droit du sport', '', '', 'Sport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1029, 'Droit du travail', '', 'Droit syndical', 'Travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1030, 'Droit électoral', '', '', 'Election', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1031, 'Droit fiscal', '', '', 'Fiscalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1032, 'Droit hospitalier', '', '', 'Droit de la santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1033, 'Droit international', '', '', 'Relations internationales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1034, 'Droit international de la santé', '', '', 'Droit international', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1035, 'Droit international du travail', '', '', 'Droit international', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1036, 'Droit international privé', '', '', 'Droit international', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1037, 'Droit international public', '', '', 'Droit international', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1038, 'Droit local Alsace-Moselle', '', '', 'Collectivités territoriales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1039, 'Droit médical', '', '', 'Droit de la santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1040, 'Droit pénal', '', '', 'Justice', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1041, 'Droit pénitentiaire', '', '', 'Justice', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1042, 'Droit pharmaceutique', '', '', 'Droit de la santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1043, 'Droit privé', '', '', 'Justice', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1044, 'Droit public', '', '', 'Administration publique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1045, 'Droit social', '', '', 'Sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1046, 'Droit social européen', '', '', 'Questions européennes', NULL, 'Droit social communautaire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1047, 'Droit syndical', '', '', 'Syndicalisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1048, 'Droite', '', '', 'Idéologie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1049, 'Droits de la défense', '', '', 'Organisation de la justice', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1050, 'Droits de l''enfant', '', '', 'Jeunesse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1051, 'Droits de l''homme', '', '', 'Relations internationales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1052, 'Droits de mutation à titre onéreux (DMTO)', '', '', 'Fiscalité locale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1053, 'Droits des femmes', '', '', 'Femmes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1054, 'Droits des personnes handicapées', '', '', 'Handicap', NULL, 'Accessibilité');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1055, 'Drôme', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1056, 'Drone', '', '', 'Aéronef', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1057, 'Durée de cotisation', '', '', 'Retraite', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1058, 'Durée du chômage', '', '', 'Chômage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1059, 'Durée du travail', '', '', 'Organisation du travail', NULL, '35 heures');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1060, 'DUT', '', '', 'Diplôme', NULL, 'Diplôme universitaire de technologie');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1061, 'Echec scolaire', '', '', 'Scolarité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1062, 'Ecluse', '', '', 'Trafic fluvial', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1063, 'Ecole des hautes études en santé publique (EHESP)', 'Remplace l''Ecole nationale de santé publique. Créée par la loi 2004-806 du 9 août 2004, mise en place à compter du 1er janvier 2007 (décret 2006-1546 du 8 décembre 2006', '', 'Grande école', NULL, 'Ecole des hautes études en santé publique');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1064, 'Ecole maternelle', '', '', 'Ecole primaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1065, 'Ecole nationale d''administration (ENA)', '', '', 'Grande école', NULL, 'Ecole nationale d''administration');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1066, 'Ecole nationale supérieure de la police (ENSP)', '', '', 'Grande école', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1067, 'Ecole primaire', '', 'Pou', 'Enseignement 1er degré', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1068, 'Ecoles de la deuxième chance (E2C)', '', '', 'Service public de l''emploi', NULL, 'E2C');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1069, 'Ecoles françaises à l''étranger', '', '', 'Francophonie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1070, 'Economie', '', '', '03 - MONDE ECONOMIQUE', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1071, 'Economie de la protection sociale', '', '', 'Sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1072, 'Economie de marché', 'Système économique dans lequel l''affectation des ressources est fondée sur l''offre et la demande sur les marchés', '', 'Système économique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1073, 'Economie numérique', '', '', 'Economie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1074, 'Economie sociale et solidaire', '', '', 'Secteur économique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1075, 'Economie souterraine', '', '', 'Fraude fiscale', NULL, 'Economie non officielle/Economie parallèle/Secteur informel');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1076, 'Ecosse', '', '', 'Royaume-Uni', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1077, 'Ecotaxe', '', '', 'Taxe', NULL, 'Taxe poids lourds, Ecomouv');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1078, 'Ecrivain', '', '', 'Littérature', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1079, 'Ecrivain public', '', '', 'Ecrivain', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1080, 'Edition', '', '', 'Métier du livre', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1081, 'Educateur', '', '', 'Métier de la formation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1082, 'Educateur spécialisé', '', '', 'Educateur', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1083, 'Educateur sportif', '', '', 'Métier du sport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1084, 'Education', '', '', '02 - COMMUNICATION-CULTURE-EDUCATION', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1085, 'Education civique', '', '', 'Discipline enseignée', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1086, 'Education physique', '', '', 'Discipline enseignée', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1087, 'Education populaire', 'Notion historique : l''éducation populaire peut se définir comme un projet de démocratisation de l''enseignement, porté par des associations dans le but de compléter l''enseignement scolaire et de former des citoyens.', '', 'Education', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1088, 'Education pour la santé', '', '', 'Prévention en santé', NULL, 'Promotion de la santé');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1089, 'Education sexuelle', '', '', 'Discipline enseignée', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1090, 'Effectif', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1091, 'Effet de serre', '', '', 'Météorologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1092, 'Effluent', '', '', 'Déchet', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1093, 'Effluent d''élevage', '', '', 'Effluent', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1094, 'Effluent hospitalier', '', '', 'Effluent', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1095, 'Effluent industriel', '', '', 'Effluent', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1096, 'Effluent urbain', '', '', 'Effluent', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1097, 'Egalité', '', '', 'Principe de droit', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1098, 'Egalité de traitement', '', 'Parité/Egalité des chances', 'Egalité homme-femme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1099, 'Egalité homme-femme', '', 'Egalité professionnelle', 'Femmes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1100, 'Egypte', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1101, 'Elargissement de l''Union européenne', '', '', 'Construction européenne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1102, 'Electeur', '', '', 'Election', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1103, 'Election', '', '', 'Vie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1104, 'Election départementale', '', '', 'Type d''élection', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1105, 'Election européenne', '', '', 'Type d''élection', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1106, 'Election législative', '', '', 'Type d''élection', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1107, 'Election municipale', '', '', 'Type d''élection', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1108, 'Election présidentielle', '', '', 'Type d''élection', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1109, 'Election professionnelle', '', '', 'Relations professionnelles', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1110, 'Election prud''homale', '', '', 'Conseil de Prud''homme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1111, 'Election régionale', '', '', 'Type d''élection', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1112, 'Elevage', '', '', 'Activité agricole', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1113, 'Elevage au sol', '', 'Aviculture', 'Elevage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1114, 'Elevage intensif', '', '', 'Elevage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1115, 'Eligibilité', '', '', 'Election', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1116, 'Elimination', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1117, 'Elu', '', '', 'Personnalité politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1118, 'Elu local', '', '', 'Elu', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1119, 'Embryon et fœtus ', '', '', 'Recherche médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1120, 'Emigration', '', '', 'Migration', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1121, 'Emirats arabes unis', '', 'Moyen Orient', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1122, 'Emission de gaz', '', '', 'Pollution atmosphérique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1123, 'Emploi', '', '', '10 - VIE PROFESSIONNELLE', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1124, 'Emploi d''avenir', '', '', 'Mesures pour l''emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1125, 'Emprisonnement', '', 'Prison', 'Sanction', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1126, 'Emprunt', '', '', 'Crédit', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1127, 'Emprunt local', '', '', 'Finances locales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1128, 'Emprunt toxique', '', '', 'Emprunt local', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1129, 'Encadrement des loyers', '', '', 'Loyer', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1130, 'Enceinte sportive', '', 'Equipement sportif', 'Evénement sportif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1131, 'Encéphalopathie spongiforme bovine (ESB)', '', '', 'Pathologie', NULL, 'ESB');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1132, 'Encyclopédie', '', '', 'Publication', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1133, 'Energie', '', '', '04 - ENVIRONNEMENT', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1134, 'Energie électrique', '', '', 'Type d''énergie', NULL, 'Electricité');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1135, 'Energie éolienne', '', '', 'Energie renouvelable', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1136, 'Energie hydraulique', '', '', 'Type d''énergie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1137, 'Energie nucléaire', '', '', 'Type d''énergie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1138, 'Energie photovoltaïque', 'L''énergie solaire photovoltaïque est une énergie électrique produite à partir du rayonnement solaire. L''énergie solaire étant une énergie renouvelable, on peut penser que l''énergie solaire photovoltaïque l''est aussi.', '', 'Energie renouvelable', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1139, 'Energie renouvelable', '', '', 'Type d''énergie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1140, 'Engagement de développement de l''emploi et des compétences (EDEC)', '', '', 'Politique de la formation', NULL, 'EDEC');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1141, 'Engrais', '', '', 'Traitement des sols', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1142, 'Enlèvement d''enfant', '', '', 'Problème social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1143, 'Enquête publique', '', '', 'Droit public', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1144, 'Enquête sociale', '', '', 'Aide sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1145, 'Enseignant', '', '', 'Fonction publique d''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1146, 'Enseignement', '', '', 'Education', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1147, 'Enseignement 1er degré', '', '', 'Enseignement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1148, 'Enseignement à distance', '', '', 'Enseignement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1149, 'Enseignement agricole', '', '', 'Enseignement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1150, 'Enseignement paramédical', '', '', 'Université', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1151, 'Enseignement privé', '', '', 'Enseignement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1152, 'Enseignement professionnel', '', '', 'Enseignement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1153, 'Enseignement public', '', '', 'Système scolaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1154, 'Enseignement secondaire', '', '', 'Enseignement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1155, 'Enseignement supérieur', '', '', 'Enseignement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1156, 'Enseignement technique', '', '', 'Enseignement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1157, 'Entente préalable', '', '', 'Remboursement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1158, 'Entraineur sportif', '', '', 'Métier du sport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1159, 'Entrée de ville', '', '', 'Milieu urbain', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1160, 'Entreprise', '', '', '03 - MONDE ECONOMIQUE', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1161, 'Entreprise adaptée', 'Créées par la loi sur le handicap du 11 février 2005, ces entreprises se substituent aux ateliers protégés.', '', 'Insertion par l''activité économique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1162, 'Entreprise artisanale', '', '', 'Artisanat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1163, 'Entreprise de taille intermédiaire (ETI)', '', '', 'Type d''entreprise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1164, 'Entreprise en difficulté', '', '', 'Entreprise', NULL, 'Entreprise en liquidation/Fermeture d''entreprise/Fermeture d''entreprise');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1165, 'Entreprise publique', '', '', 'Droit public', NULL, 'Entreprise nationale');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1166, 'Epandage', '', '', 'Traitement des sols', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1167, 'Epandage souterrain', '', '', 'Epandage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1168, 'Epargne', '', '', 'Economie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1169, 'Epargne salariale', '', '', 'Financement de l''économie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1170, 'EPCI à fiscalité propre', '', '', 'Etablissement public de coopération intercommunale (EPCI)', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1171, 'EPCI sans fiscalité propre', '', '', 'Etablissement public de coopération intercommunale (EPCI)', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1172, 'Epidémie', '', '', 'Pathologie', NULL, 'Pandémie');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1173, 'Epizootie', '', '', 'Pathologie', NULL, 'Fièvre aphteuse');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1174, 'Equarrissage', '', '', 'Industrie agroalimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1175, 'Equateur', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1176, 'Equidé', '', 'Viande chevaline', 'Cheptel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1177, 'Equipement collectif', '', 'Equipement de loisirs', 'Aménagement du territoire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1178, 'Equipement de loisirs', '', 'Equipement collectif', 'Tourisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1179, 'Equipement du logement', '', '', 'Logement', NULL, 'Equipement des locaux');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1180, 'Equipement funéraire', '', '', 'Pompes funèbres', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1181, 'Equipement social', '', '', 'Aide sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1182, 'Equipement sportif', '', 'Enceinte sportive', 'Equipement collectif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1183, 'Equipement touristique', '', '', 'Tourisme', NULL, 'Equipement de tourisme');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1184, 'Equipement urbain', '', '', 'Ville', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1185, 'Equitation', '', '', 'Discipline sportive', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1186, 'Erasmus', '', '', 'Programme communautaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1187, 'Ergothérapie', '', '', 'Spécialité paramédicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1188, 'Erosion', '', '', 'Météorologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1189, 'Erreur médicale', '', '', 'Déontologie médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1190, 'Erythrée', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1191, 'Escalade', '', '', 'Discipline sportive', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1192, 'Esclavage', '', '', 'Problème social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1193, 'Espace judiciaire européen', '', '', 'Construction européenne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1194, 'Espace naturel sensible', '', '', 'Protection de la nature', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1195, 'Espace protégé', '', '', 'Protection de la nature', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1196, 'Espace vert', '', '', 'Aménagement urbain', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1197, 'Espagne', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1198, 'Essai clinique', '', '', 'Planification sanitaire', NULL, 'Etude clinique, essai thérapeutique');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1199, 'Essai nucléaire', '', '', 'Arme nucléaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1200, 'Essence', '', '', 'Carburant', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1201, 'Essonne', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1202, 'Estonie', '', 'Pays baltes', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1203, 'Estuaire', '', '', 'Cours d''eau', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1204, 'Etablissement de santé privé à but non lucratif', 'Les établissements de santé privés à but non lucratif participent pour la plupart au service public hospitalier. Ces établissements sont gérés par une personne morale de droit privé.', '', 'Etablissement sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1205, 'Etablissement d''hébergement des personnes âgées dépendantes (EHPAD)', '', '', 'Vieillesse', NULL, 'Etablissement d''hébergement des personnes âgées dépendantes');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1206, 'Etablissement et service d''aide par le travail (ESAT)', 'Remplace le CAT (Centre d''aide par le travail) à compter du 11 février 2005.', '', 'Equipement social', NULL, 'Etablissement et service d''aide par le travail');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1207, 'Etablissement financier', '', '', 'Financement de l''économie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1208, 'Etablissement pour l''insertion dans l''emploi (EPIDE)', '', '', 'Service public de l''emploi', NULL, 'EPIDE');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1209, 'Etablissement public', 'Etablissement public administratif (EPA), Etablissement public à caractère industriel et commercial (EPIC), Etablissement public à caractère scientifique et technologique (EPST), Etablissement public régional', '', 'Droit public', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1210, 'Etablissement public de coopération intercommunale (EPCI)', '', '', 'Collectivités territoriales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1211, 'Etablissement recevant du public (ERP)', '', 'Commission de sécurité', 'Sécurité incendie', NULL, 'ERP/Etablissement ouvert au public');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1212, 'Etablissement sanitaire', '', 'RSS', 'Services de santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1213, 'Etablissement thermal', '', '', 'Etablissement sanitaire', NULL, 'Station thermale');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1214, 'Etat', '', '', 'Vie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1215, 'Etat civil', '', '', 'Droit civil', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1216, 'Etat de Palestine', '', '', 'Pays étranger', NULL, 'Palestine');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1217, 'Etats généraux de la santé', '', '', 'Politique de la santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1218, 'Etats-Unis', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1219, 'Etendue d''eau', '', '', 'Site naturel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1220, 'Ethiopie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1221, 'Ethnicité', '', '', 'Société', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1222, 'Ethnologie', '', '', 'Sciences humaines', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1223, 'Etiquetage des produits', '', '', 'Consommation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1224, 'Etude d''impact', '', '', 'Enquête publique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1225, 'Eure', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1226, 'Eure et Loire', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1227, 'Euro', '', '', 'Union économique et monétaire', NULL, 'ECU/Monnaie unique');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1228, 'Eurogroupe', '', '', 'Conseil de l''Europe', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1229, 'Europe', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1230, 'Europe centrale', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1231, 'Europe de l''est', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1232, 'Europe de l''ouest', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1233, 'Europe du sud', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1234, 'Europe Ecologie Les Verts (EELV)', '', '', 'Parti politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1235, 'Eurostar', '', '', 'Ligne à grande vitesse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1236, 'Euthanasie', '', '', 'Fin de vie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1237, 'Evaluation', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1238, 'Evénement sportif', '', '', 'Sport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1239, 'Evry', '', '', 'Essonne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1240, 'Examen', '', '', 'Scolarité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1241, 'Examen professionnel', 'Dans la fonction publique, l''avancement à un grade supérieur peut s''opérer par la voie d''un examen professionnel. ', '', 'Statut général', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1242, 'Excès de pouvoir', '', '', 'Droit administratif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1243, 'Exécution de la peine', '', '', 'Prison', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1244, 'Exercice illégal de la médecine', '', '', 'Déontologie médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1245, 'Exhumation', '', '', 'Funérailles', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1246, 'Exode des cerveaux', '', '', 'Recherche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1247, 'Exode rural', '', '', 'Milieu rural', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1248, 'Exonération fiscale', '', '', 'Fiscalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1249, 'Expatriation', '', '', 'Migration', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1250, 'Expérimentation', '', '', 'Mots-outils', NULL, 'Expérience/Expérience pilote');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1251, 'Expert', '', '', 'Expertise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1252, 'Expertise', '', '', 'Procédure', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1253, 'Expertise judiciaire', '', '', 'Expertise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1254, 'Expertise médicale', '', '', 'Expertise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1255, 'Exploitation agricole', '', '', 'Agriculture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1256, 'Exportation', '', '', 'Commerce extérieur', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1257, 'Expropriation', '', '', 'Propriété', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1258, 'Expulsion des étrangers', '', '', 'Migration', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1259, 'Expulsion locative', '', '', 'Loyer', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1260, 'Extrême droite', '', '', 'Idéologie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1261, 'Faillite', '', '', 'Entreprise en difficulté', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1262, 'Faire-part', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1263, 'Famille', '', '', '07 - SOCIAL', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1264, 'Fascisme', '', '', 'Idéologie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1265, 'Faune', '', '', 'Milieu naturel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1266, 'Fédéralisme', '', '', 'Idéologie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1267, 'Fédération sportive', '', '', 'Sport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1268, 'Félicitation', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1269, 'Féminisme', '', '', 'Femmes', NULL, 'Lutte des femmes');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1270, 'Femmes', '', '', 'Société', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1271, 'Ferry', '', '', 'Navire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1272, 'Fête du travail', '', '', 'Jours fériés', NULL, 'Premier mai');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1273, 'Feu tricolore', '', '', 'Dispositif de signalisation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1274, 'Feuille de soins', '', '', 'Assurance maladie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1275, 'Fiche technique', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1276, 'Fichier des incidents de remboursement des crédits (FICP)', '', '', 'Budget familial', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1277, 'Fièvre hémorragique', '', '', 'Maladie infectieuse', NULL, 'Virus Ebola');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1278, 'Filet de pêche', '', '', 'Politique de la pêche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1279, 'Filiation', '', '', 'Droit civil', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1280, 'Fin de vie', '', '', 'Corps humain et pratique médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1281, 'Financement', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1282, 'Financement de la formation', '', '', 'Formation professionnelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1283, 'Financement de la protection sociale', '', '', 'Economie de la protection sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1284, 'Financement de la retraite', '', '', 'Retraite', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1285, 'Financement de l''économie', '', '', 'Economie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1286, 'Financement du sport', '', '', 'Sport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1287, 'Financement participatif', '', '', 'Financement de l''économie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1288, 'Finances et comptes publics', '', '', '03 - MONDE ECONOMIQUE', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1289, 'Finances internationales', '', '', 'Finances', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1290, 'Finances locales', '', '', 'Collectivités territoriales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1291, 'Finistère', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1292, 'Finlande', '', 'Pays nordiques', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1293, 'Fioul', '', '', 'Carburant', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1294, 'Fiscalité', '', 'Fiscalité locale', 'Finances et comptes publics', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1295, 'Fiscalité directe', '', '', 'Fiscalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1296, 'Fiscalité indirecte', '', '', 'Fiscalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1297, 'Fiscalité locale', '', 'Fiscalité/Taxe', 'Finances locales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1298, 'Fiscalité sociale', '', '', 'Fiscalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1299, 'Flexibilité du travail', '', '', 'Flexicurité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1300, 'Flexicurité', '', '', 'Marché du travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1301, 'Flocage', '', 'Amiante', 'Technique d''isolation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1302, 'Flore', '', '', 'Milieu naturel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1303, 'Flore aquatique', '', 'Algue', 'Flore', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1304, 'Flux migratoire', '', '', 'Migration', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1305, 'Flux touristique', 'Le flux touristique est une notion qui permet d''évaluer les mouvements des touristes sur une zone géographique donnée, de l''échelon local, par exemple au niveau d''un site, jusqu''à l''échelle mondiale.', '', 'Tourisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1306, 'FO', '', '', 'Syndicat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1307, 'Foire et marché', '', '', 'Commerce ambulant', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1308, 'Fonction publique', '', '', 'Administration publique', NULL, 'Fonction publique de l''Etat/Fonction publique locale');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1309, 'Fonction publique de l''Union Européenne', '', '', 'Fonction publique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1310, 'Fonction publique d''Etat', '', '', 'Fonction publique', NULL, 'Fonction publique de l''Etat');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1311, 'Fonction publique hospitalière', '', '', 'Fonction publique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1312, 'Fonction publique territoriale', '', '', 'Fonction publique', NULL, 'Fonction publique locale');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1313, 'Fonctionnaire', '', '', 'Agent public', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1314, 'Fonctionnaire international', '', '', 'Fonctionnaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1315, 'Fonctionnement', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1316, 'Fondation', '', '', 'Aide sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1317, 'Fondation d''entreprise', '', '', 'Fondation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1318, 'Fondation d''utilité publique', '', '', 'Fondation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1319, 'Fonds d''amorçage de la réforme des rythmes scolaires', '', '', 'Concours financier exceptionnel de l''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1320, 'Fonds de compensation de la TVA (FCTVA)', '', '', 'Concours financier pérenne de l''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1321, 'Fonds de garantie des victimes des actes terroristes et d''autres infractions (FGTI)', '', '', 'Victimes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1322, 'Fonds de solidarité vieillesse (FSV)', '', '', 'Financement de la retraite', NULL, 'FNS/Fonds de solidarité vieillesse/Fonds national de solidarité');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1323, 'Fonds de soutien à l''investissement local (FSIL)', '', '', 'Concours financier pérenne de l''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1324, 'Fonds d''investissement', 'Les fonds d''investissement sont des entités ou des sociétés qui gèrent, par l''entremise d''un professionnel, un capital placé dans un portefeuille d''actions.', '', 'Etablissement financier', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1325, 'Fonds européen de développement régional (FEDER)', '', '', 'Fonds structurels', NULL, 'Fonds européen de développement régional');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1326, 'Fonds monétaire international (FMI)', '', '', 'Finances internationales', NULL, 'Fonds monétaire international');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1327, 'Fonds national de développement du sport (FNDS)', '', '', 'Financement du sport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1328, 'Fonds national de péréquation des ressources intercommunales et communales (FPIC)', '', '', 'Concours financier pérenne de l''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1329, 'Fonds national pour l''aménagement et le développement du territoire (FNADT)', '', '', 'Concours financier exceptionnel de l''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1330, 'Fonds pour l''insertion professionnelle des jeunes (FIPJ)', '', '', 'Contrat d''insertion dans la vie sociale (CIVIS)', NULL, 'FIPJ');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1331, 'Fonds social européen', '', '', 'Fonds structurels', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1332, 'Fonds structurels', '', '', 'Aide communautaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1333, 'Football', '', '', 'Discipline sportive', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1334, 'Force majeure', '', '', 'Principe de droit', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1335, 'Forces armées', '', '', 'Armée', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1336, 'Forces spéciales', '', 'GIGN', 'Armée', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1337, 'Forêt', '', '', 'Site naturel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1338, 'Forfait hospitalier', '', '', 'Gestion hospitalière', NULL, 'Forfait journalier');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1339, 'Formalité administrative', '', '', 'Relation administration-usager', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1340, 'Formateur', '', '', 'Métier de la formation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1341, 'Formation continue', '', '', 'Type de formation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1342, 'Formation des chômeurs', '', '', 'Retour à l''emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1343, 'Formation initiale', '', '', 'Education', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1344, 'Formation professionnelle', '', '', 'Emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1345, 'Formation reclassement', '', '', 'Retour à l''emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1346, 'Formulaire', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1347, 'Fort-de-France', '', '', 'Martinique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1348, 'Foyer de jeunes travailleurs', '', '', 'Hébergement collectif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1349, 'Frais d''hébergement', '', '', 'Etablissement d''hébergement des personnes âgées dépendantes (EHPAD)', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1350, 'Français à l''étranger', '', '', 'Expatriation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1351, 'France', '', '', 'Pays et zones géographiques', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1352, 'France d''outre-mer', '', '', 'France', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1353, 'France métropolitaine', '', '', 'France', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1354, 'France par département', '', '', 'France métropolitaine', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1355, 'France par région', '', '', 'France métropolitaine', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1356, 'Franchise médicale', 'En application de l''article 51 de la loi n° 2007-1786 du 19 décembre 2007 de financement de la sécurité sociale pour 2008 et du Décret n° 2007-1937 du 16 décembre 2007, une franchise annuelle s''applique à partir du 1er janvier 2008 sur les boîtes de médicaments, les actes paramédicaux et les transports sanitaires.', '', 'Remboursement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1357, 'Francisation', '', '', 'Nationalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1358, 'Franc-maçonnerie', '', '', 'Association de 1901', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1359, 'Francophonie', '', '', 'Relations internationales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1360, 'Fraude fiscale', '', '', 'Finances et comptes publics', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1361, 'Fréquence des trains', '', '', 'Transport ferroviaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1362, 'Fréquences', '', '', 'Radio', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1363, 'Fret', '', '', 'Transport des marchandises', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1364, 'Fret aérien', '', '', 'Fret', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1365, 'Fret ferroviaire', '', '', 'Fret', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1366, 'Fret fluvial', '', '', 'Fret', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1367, 'Fret maritime', '', '', 'Fret', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1368, 'Fret routier', '', '', 'Fret', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1369, 'Fromagerie', '', '', 'Industrie agroalimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1370, 'Front de gauche', '', '', 'Parti politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1371, 'Front national', '', '', 'Parti politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1372, 'Fruit', '', '', 'Culture fruitière', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1373, 'Fugue', '', '', 'Problème social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1374, 'Fumée', '', '', 'Pollution atmosphérique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1375, 'Funérailles', '', '', 'Pompes funèbres', NULL, 'Enterrement/Obsèques/Prestation funéraire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1376, 'Fusion', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1377, 'Fusion de liste', '', '', 'Election', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1378, 'Gabon', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1379, 'Gambie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1380, 'Garantie jeunes', '', '', 'Mesures pour l''emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1381, 'Gard', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1382, 'Garde à vue', '', '', 'Procédure pénale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1383, 'Garde alternée', '', 'Divorce', 'Garde de l''enfant', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1384, 'Garde de l''enfant', '', '', 'Droit de la famille', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1385, 'Gare', '', '', 'Infrastructure ferroviaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1386, 'Gaspillage', '', '', 'Consommation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1387, 'Gauche', '', '', 'Idéologie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1388, 'Gavage des oies', '', '', 'Alimentation animale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1389, 'Gaz', '', 'Emission de gaz/Toxicité', 'Substances chimiques', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1390, 'Gaz de schiste', '', '', 'Energie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1391, 'Gaz d''échappement', '', '', 'Pollution atmosphérique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1392, 'Gaz naturel', '', '', 'Energie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1393, 'Gendarmerie nationale', '', '', 'Défense', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1394, 'Génétique', '', '', 'Recherche médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1395, 'Génome', '', '', 'Génétique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1396, 'Genre', '', '', 'Discrimination sexuelle', NULL, 'Transsexualisme');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1397, 'Gens du voyage', '', '', 'Ethnicité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1398, 'Géochimie', '', '', 'Géologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1399, 'Géologie', '', '', 'Recherche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1400, 'Géopolitique', '', '', 'Relations internationales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1401, 'Géorgie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1402, 'Géothermie', '', '', 'Type d''énergie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1403, 'Gers', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1404, 'Gestation pour autrui (GPA)', '', '', 'Situation familiale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1405, 'Gestion', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1406, 'Gestion comptable', '', '', 'Entreprise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1407, 'Gestion de l''eau', '', '', 'Développement durable', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1408, 'Gestion des compétences', '', '', 'Gestion publique des effectifs', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1409, 'Gestion des déchets', '', '', 'Développement durable', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1410, 'Gestion des pêches', '', '', 'Politique de la pêche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1411, 'Gestion du risque{assurance}', '', '', 'Assurance', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1412, 'Gestion du temps', '', '', 'Durée du travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1413, 'Gestion hospitalière', '', '', 'Politique hospitalière', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1414, 'Gestion publique', '', '', 'Droit public', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1415, 'Gestion publique des effectifs', '', '', 'Administration publique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1416, 'Ghana', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1417, 'GIGN (Groupe d''intervention de la gendarmerie nationale)', '', 'Forces spéciales', 'Gendarmerie nationale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1418, 'Gironde', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1419, 'Glissement de terrain', '', '', 'Catastrophe naturelle', NULL, 'Coulée de boue/Mouvement de terrain');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1420, 'Golf', '', '', 'Discipline sportive', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1421, 'Gouvernance', '', '', 'Vie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1422, 'Gouvernance de l''entreprise', '', '', 'Entreprise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1423, 'Gouvernement', '', '', 'Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1424, 'GPL', '', '', 'Carburant', NULL, 'Gaz de pétrole liquéfié');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1425, 'Grand ensemble', '', '', 'Rénovation urbaine', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1426, 'Grand Est', '', '', 'France par région', NULL, 'Alsace-Champagne-Ardenne-Lorraine');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1427, 'Grand invalide de guerre (GIG)', '', '', 'Victime de guerre', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1428, 'Grand Paris (MGP)', '', '', 'Métropole', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1429, 'Grand Paris Express', '', '', 'Transport en commun en site propre', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1430, 'Grande cause nationale', '', '', 'Aide sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1431, 'Grande conférence de santé', '', '', 'Politique de la santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1432, 'Grande distribution', '', '', 'Droit commercial', NULL, 'Hypermarché/Supermarché');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1433, 'Grande école', '', '', 'Enseignement supérieur', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1434, 'Grèce', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1435, 'Greffe', 'Transfert de cellules, de tissus ou d''un organe prélevé soit sur le malade lui-même (autogreffe) ou sur un donneur (allogreffe ou xénogreffe).', '', 'Corps humain et pratique médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1436, 'Grêle', '', '', 'Météorologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1437, 'Grenade', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1438, 'Grenoble', '', '', 'Isère', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1439, 'Grève', '', 'Droit de grève', 'Conflit du travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1440, 'Grève de la faim', '', '', 'Affaires intérieures', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1441, 'Grippe', '', '', 'Maladie infectieuse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1442, 'Grippe aviaire', '', '', 'Epizootie', NULL, 'Grippe du poulet');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1443, 'Grossesse', '', 'Périnatalogie', 'Maternité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1444, 'Groupe des sept (G7)', '', '', 'Géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1445, 'Groupe des vingt (G20)', '', '', 'Géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1446, 'Groupe régional de santé publique (GRSP)', '', '', 'Planification sanitaire', NULL, 'Groupement régional de santé publique');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1447, 'Groupement hospitalier de territoire (GHT)', '', '', 'Hôpital', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1448, 'Guadeloupe', '', '', 'Département et région d''outre-mer (DROM)', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1449, 'Guatemala', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1450, 'Guide', '', '', 'Publication', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1451, 'Guinée', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1452, 'Guinée Equatoriale', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1453, 'Guinée-Bissau', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1454, 'Guyana', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1455, 'Guyane', '', '', 'Département et région d''outre-mer (DROM)', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1456, 'Gymnase', '', '', 'Equipement sportif', NULL, 'Salle de sport');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1457, 'Gymnastique', '', '', 'Discipline sportive', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1458, 'Gynécologie', '', '', 'Spécialité médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1459, 'Habitat insalubre', '', '', 'Type de logement', NULL, 'bidonville/Ilot insalubre/Taudis');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1460, 'Haïti', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1461, 'Handball', '', '', 'Discipline sportive', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1462, 'Handicap', '', '', '06 - SANTE', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1463, 'Handicap mental', '', '', 'Personne handicapée', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1464, 'Handicap physique', '', '', 'Personne handicapée', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1465, 'Handicap psychique', '', '', 'Personne handicapée', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1466, 'Harcèlement moral', '', '', 'Lutte contre les discriminations', NULL, 'Harcèlement psychologique');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1467, 'Harcèlement sexuel', '', '', 'Lutte contre les discriminations', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1468, 'Harki', '', '', 'Rapatrié', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1469, 'Harmonisation', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1470, 'Hausse des loyers', '', '', 'Loyer', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1471, 'Haut Conseil du financement de la protection sociale', '', '', 'Comptes de la sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1472, 'Haut fonctionnaire', '', '', 'Fonctionnaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1473, 'Haut Rhin', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1474, 'Haute autorité pour la transparence de la vie publique (HATVP)', '', '', 'Transparence de la vie publique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1475, 'Haute Corse', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1476, 'Haute Garonne', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1477, 'Haute Loire', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1478, 'Haute Marne', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1479, 'Haute Saône', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1480, 'Haute Savoie', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1481, 'Haute Vienne', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1482, 'Hautes Alpes', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1483, 'Hautes Pyrénées', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1484, 'Hauts de France', '', '', 'France par région', NULL, 'Nord-Pas de Calais-Picardie');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1485, 'Hauts de Seine', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1486, 'Hébergement', '', '', 'Logement et hébergement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1487, 'Hébergement collectif', '', '', 'Hébergement', NULL, 'Foyer');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1488, 'Hébergement touristique', 'Comprend les hôtels, campings et caravanings, meublés de tourisme et autres types d''hébergement.', 'Hôtellerie', 'Hébergement', NULL, 'Hébergement de loisirs');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1489, 'Hépatite B', '', '', 'Hépatite virale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1490, 'Hépatite C', '', 'Consultation de dépistage anonyme et gratuit', 'Hépatite virale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1491, 'Hépatite virale', '', '', 'Maladie infectieuse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1492, 'Hérault', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1493, 'Héroïne', '', '', 'Drogue', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1494, 'Heure supplémentaire', '', '', 'Astreinte', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1495, 'Hiérarchie des normes', 'Principe selon lequel des textes juridiques sont supérieurs à d''autres qui doivent dès lors s''y soumettre.', '', 'Norme juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1496, 'Histoire - Géographie', '', '', 'Discipline enseignée', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1497, 'Historique', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1498, 'HLM', '', '', 'Logement social', NULL, 'Habitation à loyer modéré');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1499, 'Homéopathie', '', '', 'Spécialité médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1500, 'Homophobie', '', '', 'Discrimination sexuelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1501, 'Honduras', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1502, 'Hong-Kong', '', 'Chine', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1503, 'Hongrie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1504, 'Honoraires médicaux', '', '', 'Assurance maladie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1505, 'Hôpital', '', '', 'Etablissement sanitaire', NULL, 'Etablissement public de santé/Hôpital public');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1506, 'Hôpital local', 'Etablissements publics de santé conformément à l''alinéa un de l''article L 6141-2 du code de la santé publique', '', 'Centre hospitalier universitaire (CHU)', NULL, 'Hôpital rural/Hôpital de proximité');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1507, 'Hôpital militaire', '', '', 'Centre hospitalier universitaire (CHU)', NULL, 'Service de santé des armées');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1508, 'Hôpital psychiatrique', '', '', 'Centre hospitalier universitaire (CHU)', NULL, 'Centre hospitalier spécialisé');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1509, 'Hormone de croissance', '', '', 'Médicament', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1510, 'Horticulture', '', '', 'Production végétale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1511, 'Hospitalisation à domicile', 'L''hospitalisation à domicile est une structure de soins alternative à l''hospitalisation qui permet d''assurer, au domicile du patient, des soins médicaux et paramédicaux importants.', '', 'Etablissement sanitaire', NULL, 'HAD');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1512, 'Hôtellerie', '', '', 'Tourisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1513, 'Hôtesse de l''air', '', '', 'Personnel navigant', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1514, 'Huissier de justice', 'Officier ministériel chargé de procéder aux significations, c''est-à-dire à la remise aux parties des actes de procédure, des décisions de justice et des actes extrajudiciaires. Il est également chargé de l''exécution des décisions de justice. Il peut enfin procéder à des constats susceptibles de servir d''élément de preuve à l''occasion d''un procès.', '', 'Métier du droit', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1515, 'Hydrocarbure', '', '', 'Pétrole', NULL, 'Asphalte/Bitume/Goudron');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1516, 'Hygiène alimentaire', '', '', 'Comportement de santé', NULL, 'Equilibre alimentaire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1517, 'Hygiène des locaux', '', '', 'Sécurité au travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1518, 'Hygiène du personnel', '', '', 'Sécurité au travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1519, 'Hypersensibilité aux ondes', '', '', 'Pollution électromagnétique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1520, 'Hypnose', '', '', 'Médecine non conventionnelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1521, 'Identité nationale', '', '', 'Nationalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1522, 'Idéologie politique', '', '', 'Vie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1523, 'Ile de France', '', '', 'France par région', NULL, 'Région parisienne');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1524, 'Ile Maurice', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1525, 'Iles Cook', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1526, 'Iles du Pacifique', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1527, 'Iles Fidji', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1528, 'Iles Marshall', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1529, 'Iles Salomon', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1530, 'Ille et Vilaine', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1531, 'Illettrisme', '', '', 'Education', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1532, 'Ilotage', '', '', 'Sécurité publique', NULL, 'Ilotier');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1533, 'Image', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1534, 'Immeuble de grande hauteur', '', '', 'Bâtiment', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1535, 'Immigration', '', '', 'Migration', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1536, 'Immigration clandestine', '', '', 'Immigration', NULL, 'Immigration illégale');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1537, 'Immigré', '', '', 'Immigration clandestine', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1538, 'Impayé', '', '', 'Loyer', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1539, 'Importation', '', '', 'Commerce extérieur', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1540, 'Imposition forfaitaire pour les entreprises de réseaux (IFER)', '', '', 'Fiscalité locale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1541, 'Impôt', '', 'Remise gracieuse', 'Finances et comptes publics', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1542, 'Impôt sur le revenu', '', '', 'Impôt', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1543, 'Impôt sur les sociétés', '', '', 'Impôt', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1544, 'Imprimerie', '', '', 'Edition', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1545, 'Imputabilité de l''accident', '', '', 'Droit de la sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1546, 'Inaptitude au travail', '', '', 'Aptitude au travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1547, 'Inauguration', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1548, 'Incapacité de travail', '', '', 'Inaptitude au travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1549, 'Inceste', '', '', 'Abus sexuel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1550, 'Incident nucléaire', '', '', 'Accident technologique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1551, 'Inde', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1552, 'Indemnisation', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1553, 'Indemnisation du chômage', '', '', 'Chômage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1554, 'Indemnité de précarité', 'A l''issue d''un CDD, le salarié a droit à une indemnité destinée à compenser la précarité de sa situation contractuelle.', '', 'Contrat de travail à durée déterminée', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1555, 'Indemnité journalière', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1556, 'Indemnité légale de licenciement', '', '', 'Licenciement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1557, 'Indexation des salaires', '', '', 'Salaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1558, 'Indicateur économique', '', '', 'Macroéconomie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1559, 'Indice des prix', '', '', 'Prix', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1560, 'Indochine', '', '', 'Ancien combattant et victime de guerre', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1561, 'Indonésie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1562, 'Indre', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1563, 'Indre et Loire', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1564, 'Industrialisation', '', '', 'Industrie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1565, 'Industrie', '', '', 'Secteur économique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1566, 'Industrie aéronautique', '', '', 'Type d''industrie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1567, 'Industrie agroalimentaire', '', '', 'Agriculture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1568, 'Industrie automobile', '', '', 'Type d''industrie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1569, 'Industrie chimique et pétrochimique', '', '', 'Type d''industrie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1570, 'Industrie de la pêche', '', '', 'Pêche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1571, 'Industrie de l''armement', '', '', 'Armement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1572, 'Industrie d''extraction', '', '', 'Type d''industrie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1573, 'Industrie du bois', '', '', 'Sylviculture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1574, 'Industrie du jeu', '', 'Pari sportif', 'Type d''industrie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1575, 'Industrie du sucre', '', '', 'Industrie agroalimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1576, 'Industrie du tabac', '', '', 'Type d''industrie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1577, 'Industrie du textile', '', '', 'Type d''industrie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1578, 'Industrie électronique', '', '', 'Type d''industrie', NULL, 'Electronique/Industrie électrique et électronique');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1579, 'Industrie laitière', '', 'Lait', 'Industrie agroalimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1580, 'Industrie métallurgique', '', '', 'Type d''industrie', NULL, 'Métallurgie');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1581, 'Industrie papetière', '', '', 'Type d''industrie', NULL, 'Industrie du papier');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1582, 'Industrie pharmaceutique', '', '', 'Type d''industrie', NULL, 'Industrie du médicament/Laboratoire pharmaceutique');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1583, 'Infection nosocomiale', '', '', 'Aléa thérapeutique', NULL, 'Infection hospitalière/Infection iatrogène');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1584, 'Infection sexuellement transmissible', '', '', 'Pathologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1585, 'Infirmier', '', '', 'Profession paramédicale', NULL, 'Infirmière');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1586, 'Inflation-Déflation', '', '', 'Prix', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1587, 'Information', '', '', 'Communication', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1588, 'Information du public', '', '', 'Relation administration-usager', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1589, 'Informatique', '', '', 'Type d''industrie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1590, 'Infraction', '', 'Amende', 'Procédure', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1591, 'Infraction routière', '', '', 'Sécurité routière', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1592, 'Infrastructure aéronautique', '', '', 'Transport aérien', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1593, 'Infrastructure de transport routier', '', '', 'Transport routier de personnes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1594, 'Infrastructure ferroviaire', '', '', 'Transport ferroviaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1595, 'Injonction thérapeutique', '', '', 'Thérapeutique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1596, 'Inondation', '', '', 'Catastrophe naturelle', NULL, 'Crue');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1597, 'Inscription', '', '', 'Scolarité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1598, 'Insecte', '', '', 'Faune', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1599, 'Insecticide', '', '', 'Produit phytosanitaire', NULL, 'Désinsectisation');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1600, 'Insécurité', '', '', 'Problème social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1601, 'Insertion par l''activité économique', '', '', 'Mesures pour l''emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1602, 'Insertion professionnelle', '', '', 'Formation professionnelle', NULL, 'Entrée dans la vie active/Accès à la vie professionnelle');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1603, 'Inspecteur de l''action sanitaire et sociale (IASS)', '', '', 'Fonction publique d''Etat', NULL, 'Inspecteur des affaires sanitaires et sociales');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1604, 'Inspection du travail', '', '', 'Organisation du travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1605, 'Inspection en service déconcentré', '', '', 'Contrôle de l''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1606, 'Inspection générale', '', '', 'Contrôle de l''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1607, 'Inspection générale de la sécurité sociale (IGSS)', '', '', 'Inspection générale', NULL, 'Inspection générale de la sécurité sociale');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1608, 'Inspection générale des affaires sociales (IGAS)', '', '', 'Inspection générale', NULL, 'Inspection générale des affaires sociales');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1609, 'Inspection générale des finances (IGF)', '', '', 'Inspection générale', NULL, 'Inspection générale des finances');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1610, 'Installation', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1611, 'Installation agricole', '', '', 'Agriculture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1612, 'Installation classée', '', '', 'Protection de l''environnement', NULL, 'ICPE/Installation classée pour la protection de l''environnement');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1613, 'Installation électrique', '', '', 'Equipement du logement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1614, 'Installation sanitaire', '', '', 'Equipement du logement', NULL, 'baignoire/Douche/Toilette');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1615, 'Instance de représentation et de dialogue', '', '', 'Statut général', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1616, 'Institut médico-éducatif (IME)', '', '', 'Equipement social', NULL, 'Institut médico-éducatif');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1617, 'Institut Universitaire Technologique (IUT)', '', '', 'Enseignement supérieur', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1618, 'Institution communautaire', '', '', 'Organisation communautaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1619, 'Institution européenne', '', '', 'Questions européennes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1620, 'Institution politique', '', '', 'Vie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1621, 'Institution publique', '', '', 'Vie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1622, 'Institutions de retraites complémentaires', '', '', 'Complémentaire santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1623, 'Instituts culturels', '', '', 'Francophonie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1624, 'Instruction fiscale', '', '', 'Norme juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1625, 'Intégration scolaire', '', '', 'Accompagnement scolaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1626, 'Intégration sociale', '', 'Mesures pour l''emploi', 'Politique sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1627, 'Intégrisme', '', '', 'Cultes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1628, 'Intercités', '', '', 'Ligne locale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1629, 'Intéressement', '', '', 'Financement de l''économie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1630, 'Intérêt général', '', '', 'Principe de droit', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1631, 'Intermittent du spectacle', '', '', 'Métier du spectacle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1632, 'Internat', '', '', 'Scolarité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1633, 'Internat de médecine', 'Les épreuves classantes nationales (ECN) ont remplacé depuis 2004 le concours de l''internat (décret n° 2004-67 du 16 janvier 2004 relatif à l''organisation du troisième cycle des études médicales)', '', 'Université', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1634, 'Internat de pharmacie', '', '', 'Université', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1635, 'Internet', '', '', 'Communication', NULL, 'Autoroutes de l''information');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1636, 'Interprète', '', '', 'Métier du spectacle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1637, 'Intervention en situation d''urgence', '', '', 'Situation de crise', NULL, 'Intervention en situation de crise');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1638, 'Intervention parlementaire', '', '', 'Action parlementaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1639, 'Intoxication', '', '', 'Corps humain et pratique médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1640, 'Intoxication alimentaire', '', '', 'Intoxication', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1641, 'Investissement', '', '', 'Economie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1642, 'Invitation', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1643, 'Irak', '', 'Moyen Orient', 'Pays étranger', NULL, 'Iraq');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1644, 'Iran', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1645, 'Irlande', '', '', 'Pays étranger', NULL, 'Eire/République d''Irlande');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1646, 'Irlande du Nord', '', '', 'Royaume-Uni', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1647, 'Irrigation', '', '', 'Traitement des sols', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1648, 'Isère', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1649, 'Islam', '', '', 'Religion', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1650, 'Islande', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1651, 'Isolation acoustique', '', '', 'Equipement du logement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1652, 'Isolation thermique', '', '', 'Equipement du logement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1653, 'Isolement', '', '', 'Problème social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1654, 'Israël', '', 'Proche Orient', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1655, 'Italie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1656, 'Jamaïque', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1657, 'Japon', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1658, 'Jardin collectif', '', '', 'Milieu urbain', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1659, 'Jeu pathologique', '', 'Jeu vidéo', 'Pratique addictive', NULL, 'Jeu compulsif');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1660, 'Jeu vidéo', '', '', 'Loisirs', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1661, 'Jeunesse', '', '', 'Société', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1662, 'Jeux mondiaux', '', '', 'Evénement sportif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1663, 'Jeux olympiques', '', '', 'Evénement sportif', NULL, 'Olympisme');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1664, 'Jeux olympiques d''été', '', '', 'Jeux olympiques', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1665, 'Jeux olympiques d''hiver', '', '', 'Jeux olympiques', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1666, 'Jeux paralympiques', '', '', 'Evénement sportif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1667, 'Jordanie', '', 'Proche Orient', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1668, 'Journaliste', '', '', 'Presse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1669, 'Journée de solidarité', 'Mise en place à la suite de la loi 2004-616 du 30 juin 2004 relative à la solidarité pour l''autonomie des personnes âgées et des personnes handicapées', '', 'Durée du travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1670, 'Journée internationale des femmes', '', '', 'Femmes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1671, 'Jours fériés', '', '', 'Congé', NULL, 'Jour férié');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1672, 'Judaïsme', '', '', 'Religion', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1673, 'Judiciarisation', '', '', 'Justice', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1674, 'Judo', '', '', 'Discipline sportive', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1675, 'Juge', '', '', 'Magistrature', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1676, 'Juge administratif', '', '', 'Juge', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1677, 'Juge aux affaires familiales', '', '', 'Juge', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1678, 'Juge de l''application des peines (JAP)', '', '', 'Juge', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1679, 'Juge de proximité', '', '', 'Juge', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1680, 'Juge des enfants', '', '', 'Juge', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1681, 'Juge des tutelles', '', '', 'Juge', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1682, 'Jura', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1683, 'Juridiction', '', '', 'Organisation de la justice', NULL, 'Compétence juridictionnelle/Tribunal du travail');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1684, 'Juridiction administrative', '', '', 'Juridiction', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1685, 'Juridiction civile', '', '', 'Juridiction', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1686, 'Juridiction de la sécurité sociale', '', '', 'Organisation de la sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1687, 'Juridiction européenne', '', '', 'Institution européenne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1688, 'Juridiction financière', '', 'Juridiction', 'Economie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1689, 'Juridiction pénale', '', '', 'Juridiction', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1690, 'Juridiction pour mineurs', '', '', 'Juridiction pénale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1691, 'Juriste', '', '', 'Métier du droit', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1692, 'Justice', '', '', '09 - VIE ADMINISTRATIVE ET POLITIQUE', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1693, 'Justice constitutionnelle', '', '', 'Droit constitutionnel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1694, 'Kazakhstan', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1695, 'Kenya', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1696, 'Kinésithérapie', '', '', 'Spécialité paramédicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1697, 'Kirghizistan', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1698, 'Kiribati', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1699, 'Koweït', '', 'Moyen Orient', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1700, 'La Barbade', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1701, 'La Dominique', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1702, 'La Réunion', '', '', 'Département et région d''outre-mer (DROM)', NULL, 'Ile de la Réunion');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1703, 'Laborantin', '', '', 'Profession paramédicale', NULL, 'Laborantin d''analyses médicales/Technicien de laboratoire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1704, 'Laboratoire d''analyses médicales', '', 'Biologie médicale', 'Hôpital', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1705, 'Laboratoire de Bure', '', '', 'Déchet radioactif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1706, 'Laïcité', '', 'Cultes', 'Scolarité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1707, 'Lait', '', '', 'Production laitière', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1708, 'Lanceur d''alerte', '', '', 'Surveillance', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1709, 'Landes', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1710, 'Langue des signes', '', '', 'Handicap', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1711, 'Languedoc-Roussillon-Midi-Pyrénées', '', '', 'France par région', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1712, 'Langues', '', '', 'Discipline enseignée', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1713, 'Langues anciennes', '', '', 'Langues', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1714, 'Langues étrangères', '', '', 'Langues', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1715, 'Langues régionales', '', '', 'Langues', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1716, 'Laos', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1717, 'Laser', '', '', 'Matériel médical', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1718, 'Le Mans', '', '', 'Sarthe', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1719, 'Le Puy en Velay', '', '', 'Haute Loire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1720, 'Lecture', '', '', 'Discipline enseignée', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1721, 'Légion d''honneur', '', '', 'Décoration', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1722, 'Légionellose', '', '', 'Maladie infectieuse', NULL, 'Maladie du légionnaire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1723, 'Légume', '', '', 'Culture maraîchère', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1724, 'Lentilles de contact', '', '', 'Lunettes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1725, 'Les Républicains', '', '', 'Parti politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1726, 'Lettonie', '', 'Pays baltes', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1727, 'LGV', '', '', 'Ligne à grande vitesse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1728, 'LGV SEA', '', '', 'LGV', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1729, 'Liban', '', 'Proche Orient', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1730, 'Libéralisation du rail', '', '', 'Transport ferroviaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1731, 'Libéralisme', '', '', 'Idéologie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1732, 'Libéria', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1733, 'Liberté conditionnelle', '', 'Juge d''application des peines (JAP)', 'Prison', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1734, 'Liberté d''association', '', '', 'Libertés publiques', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1735, 'Liberté de la presse', '', '', 'Presse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1736, 'Liberté d''établissement', '', '', 'Libertés publiques', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1737, 'Liberté d''expression', '', '', 'Presse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1738, 'Liberté d''information', '', '', 'Presse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1739, 'Liberté individuelle', '', '', 'Justice', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1740, 'Liberté syndicale', '', '', 'Syndicalisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1741, 'Libertés publiques', '', 'Liberté de la presse', 'Justice', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1742, 'Libre circulation', '', 'Migration', 'Droit de l''Union européenne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1835, 'Maladie de l''appareil respiratoire', '', '', 'Pathologie', NULL, 'Maladie respiratoire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1836, 'Maladie de l''appareil urinaire', 'Dialyse, insuffisance rénale', '', 'Pathologie', NULL, 'Maladie rénale');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1743, 'Libre-échange', 'Mode d''organisation des relations commerciales internationales, opposée au protectionnisme, dans lequel les États ne mettent aucun obstacle à l''entrée de biens produits à l''étranger qui bénéficient des mêmes conditions fiscales et réglementaires que les produits nationaux.', '', 'Relations économiques internationales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1744, 'Libye', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1745, 'Licence master doctorat (LMD)', '', '', 'Diplôme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1746, 'Licenciement', '', '', 'Rupture du contrat de travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1747, 'Licenciement collectif', '', '', 'Licenciement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1748, 'Licenciement pour motif économique', '', '', 'Licenciement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1749, 'Licenciement pour motif personnel', '', '', 'Licenciement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1750, 'Liechtenstein', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1751, 'Lieu de culte', '', '', 'Cultes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1752, 'Lieu de pêche', '', '', 'Pêche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1753, 'Lieu de travail', '', '', 'Sécurité au travail', NULL, 'Milieu de travail');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1754, 'Ligne à grande vitesse', '', '', 'Réseau ferroviaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1755, 'Ligne locale', '', '', 'Réseau ferroviaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1756, 'Lille', '', '', 'Nord', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1757, 'Limitation de pêche', '', '', 'Droit de pêche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1758, 'Limitation de vitesse', '', '', 'Sécurité routière', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1759, 'Limoges', '', '', 'Haute Vienne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1760, 'Linky', '', '', 'Compteur électrique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1761, 'Liquidation de pension', '', '', 'Pension de retraite', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1762, 'Liquidation judiciaire', '', '', 'Faillite', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1763, 'Listériose', '', '', 'Intoxication alimentaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1764, 'Litiges', '', '', 'Syndic', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1765, 'Littérature', '', '', 'Culture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1766, 'Littoral', '', '', 'Site naturel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1767, 'Lituanie', '', 'Pays baltes', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1768, 'Livre', '', '', 'Mots-outils', NULL, 'Ouvrage');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1769, 'Lobby', '', '', 'Pouvoir', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1770, 'Locataire', '', '', 'Relations propriétaire-locataire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1771, 'Location de voiture', '', '', 'Véhicule', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1772, 'Location saisonnière', '', '', 'Hébergement touristique', NULL, 'Bed and Breakfast/Location meublée de courte durée');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1773, 'Logement', '', '', 'Logement et hébergement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1774, 'Logement d''insertion', '', '', 'Hébergement collectif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1775, 'Logement et hébergement', '', '', '08 - SOCIETE', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1776, 'Logement social', '', '', 'Type de logement', NULL, 'Habitat social');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1777, 'Loi', '', '', 'Norme juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1778, 'Loi d''amnistie', '', '', 'Loi', NULL, 'Amnistie');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1779, 'Loi de financement de la sécurité sociale', '', 'Budget de l''Etat', 'Sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1780, 'Loi de finances', '', '', 'Budget de l''Etat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1781, 'Loi de programmation militaire', '', '', 'Politique de défense', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1782, 'Loi organique', 'Loi votée par le Parlement pour préciser ou compléter les dispositions de la Constitution. Elles sont soumises à des conditions particulières d''adoption et de contrôle : article 46 de la Constitution', '', 'Norme juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1783, 'Loi relative à la solidarité et au renouvellement urbain (SRU)', '', '', 'Politique du logement', NULL, 'SRU');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1784, 'Loir et Cher', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1785, 'Loire', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1786, 'Loire Atlantique', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1787, 'Loiret', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1788, 'Lois Auroux', '', '', 'Droit du travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1789, 'Loisirs', '', '', 'Culture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1790, 'Londres', '', '', 'Angleterre', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1791, 'Lot', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1792, 'Lot et Garonne', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1793, 'Lotissement', '', '', 'Rénovation urbaine', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1794, 'Loup', '', '', 'Animal sauvage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1795, 'Loyer', '', '', 'Locataire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1796, 'Loyer de 1948', '', '', 'Loyer', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1797, 'Lozère', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1798, 'LSD', '', '', 'Drogue', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1799, 'Lunettes', '', '', 'Modification corporelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1800, 'Lutte antivectorielle', '', '', 'Technique sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1801, 'Lutte biologique', '', '', 'Traitement phytosanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1802, 'Lutte contre', '', '', 'Mots-outils', NULL, 'Lutte anti');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1803, 'Lutte contre les discriminations', '', '', 'Société', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1804, 'Lutte contre les nuisances sonores', '', '', 'Pollution sonore', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1805, 'Lutte ouvrière', '', '', 'Parti politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1806, 'Luxembourg', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1807, 'Lycée', '', '', 'Enseignement secondaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1808, 'Lynx', '', '', 'Animal sauvage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1809, 'Lyon', '', '', 'Rhône', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1810, 'Lyon-Turin', '', '', 'Ligne à grande vitesse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1811, 'Macédoine', '', '', 'Pays étranger', NULL, 'République de Macédoine');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1812, 'Macroéconomie', '', '', 'Economie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1813, 'Madagascar', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1814, 'Magasin franchisé', '', '', 'Droit commercial', NULL, 'Franchisage');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1815, 'Magistrat', '', '', 'Magistrature', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1816, 'Magistrat du parquet', '', '', 'Magistrat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1817, 'Magistrat du siège', '', '', 'Magistrat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1818, 'Magistrature', '', '', 'Organisation de la justice', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1819, 'Maghreb', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1820, 'Maine et Loire', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1821, 'Maintien à domicile', '', 'Soin à domicile/Aide à domicile', 'Autonomie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1822, 'Maire', '', '', 'Elu local', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1823, 'Maison de convalescence', '', '', 'Equipement social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1824, 'Maison de justice', '', '', 'Organisation de la justice', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1825, 'Maison de l''emploi', 'Les maisons de l''emploi rassemblent les initiatives publiques et privées en faveur de l''emploi dans un territoire (loi 2005-31 du 18 janvier 2005).', '', 'Service public de l''emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1826, 'Maison de santé', '', '', 'Planification sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1827, 'Maison départementale des personnes handicapées (MDPH)', 'Créées par la loi 2005-101 du 11 février 2005, les maisons départementales des personnes handicapées exercent une mission d''accueil, d''information, d''accompagnement et de conseil des personnes handicapées.', '', 'Prestation handicapé', NULL, 'Maison du handicap/MDPH');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1828, 'Maison individuelle', '', '', 'Type de logement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1829, 'Majeur protégé', '', '', 'Tutelle', NULL, 'Incapable majeur');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1830, 'Majoration pour conjoint à charge', '', '', 'Pension de retraite', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1831, 'Maladie cardio-vasculaire', '', 'Cœur/Cœur artificiel', 'Pathologie', NULL, 'Cœur, Cœur artificiel');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1832, 'Maladie cérébro-vasculaire', '', '', 'Pathologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1833, 'Maladie chronique', '', '', 'Pathologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1834, 'Maladie d''Alzheimer', '', '', 'Maladie du système nerveux', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1837, 'Maladie de Lyme', '', '', 'Maladie infectieuse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1838, 'Maladie de Parkinson', '', '', 'Maladie du système nerveux', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1839, 'Maladie du système nerveux', '', '', 'Pathologie', NULL, 'Maladie nerveuse');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1840, 'Maladie du système ostéoarticulaire', '', '', 'Pathologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1841, 'Maladie enfantine', 'Rougeole, rubéole, varicelle', '', 'Pathologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1842, 'Maladie génétique', '', '', 'Pathologie', NULL, 'Maladie héréditaire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1843, 'Maladie infectieuse', '', '', 'Pathologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1844, 'Maladie mentale', '', '', 'Pathologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1845, 'Maladie neuromusculaire', '', '', 'Pathologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1846, 'Maladie orpheline', 'Maladie orpheline désigne une maladie pour laquelle on ne dispose d''aucun traitement efficace, il se limite à diminuer les symptômes, et, de fait, de nombreuses maladies rares sont aussi orphelines (mais on peut considérer que certaines maladies à forte prévalence mais pour lesquelles il n''existe pas de traitement, comme la maladie d''Alzheimer, sont orphelines sans être rares).', '', 'Pathologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1847, 'Maladie professionnelle', '', 'Amiante', 'Santé au travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1848, 'Malaisie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1849, 'Maldives', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1850, 'Malentendant', '', '', 'Handicap physique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1851, 'Mali', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1852, 'Malte', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1853, 'Maltraitance', '', '', 'Problème social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1854, 'Mammographie', '', '', 'Matériel médical', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1855, 'Manche', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1856, 'Mandat politique', '', '', 'Vie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1857, 'Mandataire judiciaire à la protection des majeurs', 'Se substitue au gérant de tutelle, au délégué à la tutelle de l''Etat et au préposé à la tutelle des établissements d''hospitalisation, de soins ou de cure publics ou privés à compter du 1er janvier 2009 (loi 2007-308 du 5 mars 2007)', '', 'Tutelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1858, 'Manifestation', '', '', 'Ordre public', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1859, 'Manipulateur d''électroradiologie', '', '', 'Profession paramédicale', NULL, 'Manipulateur de radiologie');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1860, 'Manuel scolaire', '', '', 'Scolarité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1861, 'Marais', '', '', 'Zone humide', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1862, 'Marché du travail', '', '', 'Emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1863, 'Marché financier', '', '', 'Financement de l''économie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1864, 'Marché public', '', '', 'Contrat administratif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1865, 'Marché unique européen ', '', '', 'Construction européenne', NULL, 'Marché communautaire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1866, 'Marée noire', '', '', 'Pollution de la mer', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1867, 'Mariage', '', '', 'Situation matrimoniale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1868, 'Mariage de complaisance', '', '', 'Mariage', NULL, 'Mariage gris, mariage blanc');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1869, 'Mariage homosexuel', '', '', 'Mariage', NULL, 'Mariage pour tous');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1870, 'Mariage posthume', '', '', 'Mariage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1871, 'Marin', '', '', 'Métier de la mer', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1872, 'Marin pêcheur', '', '', 'Marin', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1873, 'Marine', '', '', 'Forces armées', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1874, 'Marne', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1875, 'Maroc', '', 'Maghreb', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1876, 'Marque', '', '', 'Droit de la propriété industrielle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1877, 'Marseille', '', '', 'Bouches du Rhône', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1878, 'Martinique', '', '', 'Département et région d''outre-mer (DROM)', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1879, 'Marxisme', '', '', 'Idéologie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1880, 'Masse salariale', '', '', 'Prélèvement social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1881, 'Matériau de construction', '', '', 'Construction', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1882, 'Matériel agricole', '', '', 'Installation agricole', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1883, 'Matériel médical', '', '', 'Dispositif médical', NULL, 'Equipement lourd');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1884, 'Maternité', '', '', 'Hôpital', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1885, 'Matières premières', '', '', 'Industrie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1886, 'Mauritanie', '', 'Maghreb', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1887, 'Mayenne', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1888, 'Mayotte', 'Mayotte est devenue département d''outre-mer en 2011', '', 'Département et région d''outre-mer (DROM)', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1889, 'Mécénat', '', '', 'Culture', NULL, 'Mécénat d''entreprise');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1890, 'Médecin', '', '', 'Profession médicale', NULL, 'Praticien');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1891, 'Médecin traitant', '', '', 'Assurance maladie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1892, 'Médecine', '', '', '06 - SANTE', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1893, 'Médecine ambulatoire', '', '', 'Corps humain et pratique médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1894, 'Médecine du sport', '', '', 'Spécialité médicale', NULL, 'Médecine sportive');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1895, 'Médecine du travail', '', '', 'Spécialité médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1896, 'Médecine générale', 'Branche de la médecine prenant en charge le suivi durable et les soins médicaux généraux d''une communauté, sans se limiter à des groupes de maladies relevant d''un organe, d''un âge, ou d''un sexe particulier. Le médecin généraliste est donc le spécialiste de la santé assurant le suivi, la prévention, les soins et le traitement des malades de sa collectivité, dans une vision à long terme de la santé et du bien-être de ceux qui le consultent.', '', 'Spécialité médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1897, 'Médecine non conventionnelle', 'Le terme médecine non conventionnelle est celui retenu par la Commission européenne pour qualifier des méthodes de soin parfois également appelées médecine douce, médecine alternative, médecine parallèle et dont certaines font l''objet d''une reconnaissance progressive en Europe depuis les années 1990.', 'Médecine traditionnelle', 'Spécialité médicale', NULL, 'Médecine alternative/Médecine douce/Médecine naturelle/Pratique de soins non conventionnelle');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1898, 'Médecine scolaire et universitaire', '', '', 'Spécialité médicale', NULL, 'Santé scolaire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1899, 'Médecine vétérinaire', '', '', 'Spécialité médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1900, 'MEDEF', '', '', 'Organisation professionnelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1901, 'Média', '', '', 'Information', NULL, 'Mass média');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1902, 'Médiateur européen', '', '', 'Organe communautaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1903, 'Médiateur familial', '', '', 'Travailleur social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1904, 'Médiation sociale', '', '', 'Aide sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1905, 'Médicament', '', '', 'Corps humain et pratique médicale', NULL, 'Produit pharmaceutique');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1906, 'Médicament générique', 'Un médicament générique est la stricte copie d''un médicament original dont le brevet est tombé dans le domaine public. Le médicament générique répond aux mêmes critères de qualité et de sécurité que les produits de référence et est contrôlé par l''AFSSAPS.', '', 'Corps humain et pratique médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1907, 'Médicament sans ordonnance', '', '', 'Médicament générique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1908, 'Mende', '', '', 'Lozère', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1909, 'Mendicité', '', '', 'Ordre public', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1910, 'Méningite', '', '', 'Maladie infectieuse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1911, 'Mer', '', '', 'Site naturel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1912, 'Mercure', '', '', 'Pollution de l''eau', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1913, 'Mesures pour l''emploi', '', '', 'Politique de l''emploi', NULL, 'Mesures pour l''emploi');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1914, 'Métal', '', '', 'Substances chimiques', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1915, 'Météorologie', '', '', 'Recherche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1916, 'Métier comptable', '', '', 'Gestion comptable', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1917, 'Métier d''art', '', '', 'Art', NULL, 'Métier artistique/Métier de l''art');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1918, 'Métier de la dépendance', '', '', 'Autonomie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1919, 'Métier de la formation', '', '', 'Formation professionnelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1920, 'Métier de la mer', '', '', 'Pêche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1921, 'Métier de la recherche', '', '', 'Recherche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1922, 'Métier de l''agriculture', '', '', 'Agriculture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1923, 'Métier de l''éducation', '', 'Enseignant', 'Education', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1924, 'Métier de l''information', '', '', 'Culture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1925, 'Métier du bâtiment et de la construction', '', '', 'Construction', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1926, 'Métier du droit', '', '', 'Organisation de la justice', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1927, 'Métier du livre', '', '', 'Culture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1928, 'Métier du spectacle', '', '', 'Spectacle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1929, 'Métier du sport', '', '', 'Sport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1930, 'Métro', '', '', 'RATP', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1931, 'Métropole', '', '', 'Ville', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1932, 'Métropole de Lyon', '', '', 'Métropole', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1933, 'Metz', '', '', 'Moselle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1934, 'Meurthe et Moselle', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1935, 'Meuse', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1936, 'Mexique', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1937, 'Microcrédit', '', '', 'Crédit', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1938, 'Micronésie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1939, 'Migrant', '', '', 'Flux migratoire', NULL, 'Réfugié');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1940, 'Migration', '', '', 'Société', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1941, 'Milieu naturel', '', '', '04 - ENVIRONNEMENT', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1942, 'Milieu rural', '', '', 'Organisation territoriale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1943, 'Milieu urbain', '', '', 'Ville', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1944, 'Militaire', '', '', 'Personnel militaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1945, 'Militantisme', '', '', 'Syndicalisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1946, 'Mine antipersonnel', '', '', 'Armement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1947, 'Mineur protégé', '', '', 'Tutelle', NULL, 'Incapable mineur');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1948, 'Minima sociaux', '', 'RSA', 'Politique sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1949, 'Minimum garanti', '', '', 'Minima sociaux', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1950, 'Ministère', '', '', 'Gouvernement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1951, 'Ministre', '', '', 'Personnalité politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1952, 'Minorité visible', '', '', 'Racisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1953, 'Mise à la retraite', '', '', 'Retraite', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1954, 'Mission', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1955, 'Mission de coordination nationale pour la réforme de l''Etat (MICORE)', '', '', 'Préfecture de région', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1956, 'Mission parlementaire', '', '', 'Action parlementaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1957, 'Missions locales pour l''insertion professionnelle et sociale des jeunes', '', '', 'Service public de l''emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1958, 'Mixité', '', '', 'Politique de la ville', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1959, 'Mixité sociale', '', '', 'Mixité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1960, 'Mobilier urbain', '', '', 'Equipement urbain', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1961, 'Mobilité professionnelle', '', '', 'Carrière professionnelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1962, 'Mode de garde', '', '', 'Famille', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1963, 'Mode de gestion', '', '', 'Gouvernance de l''entreprise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1964, 'Mode de travail', '', 'Type de contrat', 'Organisation du travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1965, 'Modernisation de l''action publique (MAP)', '', '', 'Administration publique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1966, 'Modification', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1967, 'Modification corporelle', '', '', 'Corps humain et pratique médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1968, 'Moldavie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1969, 'Monaco', '', '', 'Pays étranger', NULL, 'Principauté de Monaco');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1970, 'Mondialisation', '', '', 'Système économique', NULL, 'Globalisation/Internationalisation');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1971, 'Mongolie', '', '', 'Pays étranger', NULL, 'République populaire de Mongolie');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1972, 'Moniteur éducateur', '', '', 'Métier de la formation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1973, 'Monnaie', '', '', 'Financement de l''économie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1974, 'Monopole', '', '', 'Macroéconomie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1975, 'Monoxyde de carbone', '', '', 'Oxyde de carbone', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1976, 'Montagne', '', '', 'Site naturel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1977, 'Montant de la retraite', '', '', 'Pension de retraite', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1978, 'Monténégro', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1979, 'Montpellier', '', '', 'Hérault', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1980, 'Morbihan', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1981, 'Mortalité infantile', '', '', 'Natalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1982, 'Moselle', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1983, 'Motivation au travail', '', '', 'Comportement au travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1984, 'Mots-outils', '', '', '11 - LISTES ANNEXES', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1985, 'Moustique', '', 'Chikungunya', 'Insecte', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1986, 'Mouvement politique', '', '', 'Vie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1987, 'Moyen de paiement et de déclaration utilisé dans les emplois', '', '', 'Emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1988, 'Moyen Orient', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1989, 'Moyens de l''éducation', '', '', 'Politique de l''éducation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1990, 'Mozambique', '', '', 'Pays étranger', NULL, 'République populaire du Mozambique');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1991, 'Mucoviscidose', '', '', 'Maladie génétique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1992, 'Mulhouse', '', '', 'Haut Rhin', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1993, 'Musée', '', '', 'Culture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1994, 'Musicien', '', '', 'Métier du spectacle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1995, 'Musique', '', '', 'Art', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1996, 'Mutation', '', '', 'Statut général', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1997, 'Mutation économique', 'Les mutations économiques désignent les transformations affectant l''organisation et le périmètre de l''activité économique des entreprises qui découlent de nouvelles technologies, de nouveaux processus de production, de l''évolution de la demande des consommateurs, de l''internationalisation des échanges, etc.', '', 'Economie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1998, 'Mutilation sexuelle', '', 'Excision', 'Abus sexuel', NULL, 'Excision/Infibulation');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (1999, 'Mutualité sociale agricole', '', '', 'Régime agricole', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2000, 'Mutuelle', '', '', 'Complémentaire santé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2001, 'Myopathie', '', '', 'Maladie neuromusculaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2002, 'Mytiliculture', 'Elevage des mollusques filtreurs appelés moules', '', 'Aquaculture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2003, 'Naissance', '', '', 'Natalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2004, 'Namibie', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2005, 'Nancy', '', '', 'Meurthe et Moselle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2006, 'Nanomatériau', 'Un nanomatériau est un matériau (sous forme de poudre, aérosol ou quasi-gaz, suspension liquide, gel) possédant des propriétés particulières à cause de sa taille et structure nanométrique.', '', 'Nanotechnologies', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2007, 'Nanoparticule', 'Les nanoparticules sont des éléments ayant une taille nanométrique, entre 1 et 100 nanomètres (1 nanomètre est 1000 millions de fois plus petit qu''un mètre). L''échelle est de l''ordre des molécules.', '', 'Nanotechnologies', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2008, 'Nanotechnologies', 'Les nanotechnologies sont l''étude et la fabrication de structures ou systèmes à l''échelle nanométrique. Elles regroupent plusieurs domaines tels que l''optique, la biologie, l''électronique, la mécanique et la chimie qui manipulent des objets d''une taille de l''ordre du nanomètre.', '', 'Recherche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2009, 'Nantes', '', '', 'Loire Atlantique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2010, 'Nappe phréatique', '', '', 'Qualité de l''eau', NULL, 'Nappe aquifère/Nappe d''eau');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2011, 'Natalité', '', '', 'Démographie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2012, 'Natation', '', '', 'Sport nautique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2013, 'Nation', '', '', 'Vie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2014, 'Nationalisme', '', '', 'Idéologie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2015, 'Nationalité', '', '', 'Droit civil', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2016, 'National-socialisme', '', '', 'Idéologie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2017, 'Naufrage', '', 'Accident', 'Sécurité maritime', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2018, 'Nauru', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2019, 'Navire', '', '', 'Transport maritime', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2020, 'Négociation', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2021, 'Négociation collective', '', '', 'Relations professionnelles', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2022, 'Négociations salariales', '', '', 'Traitement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2023, 'Neige', '', '', 'Météorologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2024, 'Népal', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2025, 'New York', '', '', 'Etats-Unis', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2026, 'Nicaragua', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2027, 'Nice', '', '', 'Alpes Maritimes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2028, 'Niche fiscale', '', '', 'Fiscalité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2029, 'Nièvre', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2030, 'Niger', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2031, 'Nigeria', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2032, 'Nîmes', '', '', 'Gard', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2033, 'Nioué', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2034, 'Nitrate', '', '', 'Pollution de l''eau', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2035, 'Niveau d''intervention', '', '', 'Intervention en situation d''urgence', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2036, 'Nom patronymique', 'Depuis la loi du 4 mars 2001, on emploie le terme Nom de famille', '', 'Etat civil', NULL, 'Patronyme');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2037, 'Nomenclature des actes', '', '', 'Sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2038, 'Non-voyant', '', '', 'Handicap physique', NULL, 'Braille/Chien guide');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2039, 'Nord', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2040, 'Normandie', '', '', 'France par région', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2041, 'Norme juridique', '', '', 'Texte officiel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2042, 'Normes environnementales et économie d''énergie', '', '', 'Amélioration de l''habitat', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2043, 'Norvège', '', 'Pays nordiques', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2044, 'Notaire', '', '', 'Métier du droit', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2045, 'Nouvel accompagnement pour la création ou la reprise d''entreprise (NACRE)', 'Accompagnement pour la création et la reprise d''entreprise en faveur des porteurs de projets, demandeurs d''emploi et bénéficiaires des minima sociaux ', '', 'Aide aux entreprises', NULL, 'Nouvel accompagnement pour la création ou la reprise d''entreprise');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2046, 'Nouvelle Calédonie', '', '', 'Collectivité sui generis', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2047, 'Nouvelle géographie prioritaire', '', '', 'Politique de la ville', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2048, 'Nouvelle Zélande', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2049, 'Nuisance aéroportuaire', '', '', 'Pollution sonore', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2050, 'Numerus clausus', '', '', 'Université', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2051, 'Obésité', '', '', 'Pathologie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2052, 'Obligation alimentaire', '', '', 'Droit de la famille', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2053, 'Obligation parentale d''entretien', 'L''article 371-1 du code civil stipule que chacun des parents contribue à l''entretien et à l''éducation des enfants à proportion de ses ressources, de celles de l''autre parent, ainsi que des besoins de l''enfant.', '', 'Autorité parentale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2054, 'Obstétrique', '', '', 'Spécialité médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2055, 'Océan indien', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2056, 'Océanie', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2057, 'Océanographie', '', '', 'Recherche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2058, 'Œuf', '', '', 'Produit animal', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2059, 'Œuvres sociales', '', '', 'Aide humanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2060, 'Office du tourisme', '', '', 'Tourisme', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2061, 'Offre de soins', '', '', 'Planification sanitaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2062, 'Oise', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2063, 'Oiseau', '', '', 'Faune', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2064, 'Oiseaux migrateurs', '', '', 'Oiseau', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2065, 'Oman', '', 'Moyen Orient', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2066, 'ONDAM', '', '', 'Dépense d''assurance maladie', NULL, 'Objectif national des dépenses d''assurance maladie');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2067, 'Opération intérêt national (OIN)', '', '', 'Politique du logement', NULL, 'OIN');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2068, 'Opération ville vie vacances', '', '', 'Politique de la ville', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2069, 'Ophtalmologie', '', '', 'Profession paramédicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2070, 'Opinion publique', '', '', 'Information', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2071, 'Opposition', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2072, 'Opticien-lunetier', '', '', 'Profession paramédicale', NULL, 'Opticien');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2073, 'Ordonnance', '', '', 'Norme juridique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2074, 'Ordre du jour', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2075, 'Ordre national des infirmiers', '', '', 'Ordre professionnel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2076, 'Ordre national des médecins', '', '', 'Ordre professionnel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2077, 'Ordre national des pharmaciens', '', '', 'Ordre professionnel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2078, 'Ordre national du mérite', '', '', 'Décoration', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2079, 'Ordre professionnel', '', '', 'Corps humain et pratique médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2080, 'Ordre public', '', '', 'Affaires intérieures', NULL, 'Maintien de l''ordre');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2081, 'Ordre public social', 'Caractère s''attachant à la plupart des règles légales ou réglementaires de droit du travail et en vertu duquel les stipulations conventionnelles ou contractuelles qui seraient contraires aux règles étatiques (dans un sens défavorable aux salariés), sont privées d''effet. C''est un ordre public de protection, car il fixe des seuils qui garantissent un minimum de protection juridique et sociale. ', '', 'Principe de droit', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2082, 'Organe communautaire', '', '', 'Organisation communautaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2083, 'Organisation administrative', '', '', 'Administration publique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2084, 'Organisation communautaire', '', '', 'Questions européennes', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2085, 'Organisation de coopération et de développement économiques (OCDE)', '', '', 'Organisation internationale', NULL, 'Organisation de coopération et de développement économiques');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2086, 'Organisation de la justice', '', '', 'Justice', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2087, 'Organisation de la sécurité sociale', '', '', 'Sécurité sociale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2088, 'Organisation des Nations unies (ONU)', '', '', 'Organisation internationale', NULL, 'Organisation des Nations unies');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2089, 'Organisation des Nations unies pour l''éducation, la science et la culture (UNESCO)', '', '', 'Organisation internationale', NULL, 'Organisation des Nations unies pour l''éducation, la science et la culture');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2090, 'Organisation du travail', '', '', 'Travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2091, 'Organisation internationale', '', '', 'Relations internationales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2092, 'Organisation internationale du travail (OIT)', '', '', 'Travail', NULL, 'Organisation internationale du travail');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2093, 'Organisation internationale pour les migrations (OIM)', '', '', 'Organisation internationale', NULL, 'Organisation internationale pour les migrations');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2094, 'Organisation mondiale de la santé (OMS)', '', '', 'Organisation internationale', NULL, 'Organisation mondiale de la santé');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2095, 'Organisation non gouvernementale (ONG)', '', '', 'Relations internationales', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2096, 'Organisation professionnelle', '', 'Organisation patronale', 'Relations professionnelles', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2097, 'Organisation territoriale', '', '', '09 - VIE ADMINISTRATIVE ET POLITIQUE', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2098, 'Organisation territoriale de défense', '', '', 'Politique de défense', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2099, 'Organisme', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2100, 'Organisme de formation', '', '', 'Formation professionnelle', NULL, 'Centre de formation');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2101, 'Organisme de protection animale', '', '', 'Faune', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2102, 'Organisme de recherche', '', '', 'Recherche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2103, 'Organisme génétiquement modifié (OGM)', '', '', 'Génétique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2104, 'Organisme privé de placement', '', '', 'Service public de l''emploi', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2105, 'Orientation scolaire et professionnelle', '', '', 'Education', NULL, 'Orientation scolaire');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2106, 'Origine France', '', '', 'Etiquetage des produits', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2107, 'Orléans', '', '', 'Loiret', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2108, 'Orne', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2109, 'Orphelin', '', 'Orphelin de guerre', 'Droit civil', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2110, 'Orphelin de guerre', '', '', 'Pupille de la Nation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2111, 'Orthopédiste', '', '', 'Profession paramédicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2112, 'Orthophonie', '', '', 'Spécialité paramédicale', NULL, 'Dyslexie');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2113, 'Orthoptiste', '', '', 'Profession paramédicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2114, 'Ostéopathie', '', '', 'Spécialité paramédicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2115, 'Ostéoporose', '', '', 'Maladie du système ostéoarticulaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2116, 'Ostréiculture', 'Elevage des huîtres', '', 'Aquaculture', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2117, 'Ouganda', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2118, 'Ouragan', '', '', 'Catastrophe naturelle', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2119, 'Ours', '', '', 'Animal sauvage', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2120, 'Ouverture-fermeture de classe', '', '', 'Politique de l''éducation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2121, 'Ouverture-fermeture d''école', '', '', 'Politique de l''éducation', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2122, 'Ouvrage d''art', '', '', 'Aménagement du territoire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2123, 'Ouzbékistan', '', 'CEI', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2124, 'Ovin', '', '', 'Cheptel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2125, 'Oxyde d''azote', '', '', 'Gaz', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2126, 'Oxyde de carbone', '', '', 'Gaz', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2127, 'Ozone', '', '', 'Gaz', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2128, 'PACS', '', '', 'Situation matrimoniale', NULL, 'Contrat d''union civil et social/CUCS/Pacte civil de solidarité/Union sociale');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2129, 'Pacte de stabilité et de croissance', 'Le PSC est l''instrument dont les pays de la zone euro se sont dotés afin de coordonner leurs politiques budgétaires nationales et d''éviter l''apparition de déficits budgétaires excessifs. Il impose aux États de la zone euro d''avoir à terme des budgets proches de l''équilibre ou excédentaires.', '', 'Politique économique communautaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2130, 'Pakistan', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2131, 'Palaos', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2132, 'Palestine', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2133, 'Paludisme', '', 'Moustique', 'Maladie infectieuse', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2134, 'Panama', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2135, 'Pantouflage', '', '', 'Statut général', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2136, 'Papouasie-Nouvelle Guinée', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2137, 'Paquebot', '', '', 'Navire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2138, 'Paradis fiscaux', '', '', 'Economie souterraine', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2139, 'Paraguay', '', '', 'Pays étranger', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2140, 'Parc aquatique', '', '', 'Equipement de loisirs', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2141, 'Parc de loisirs', '', '', 'Equipement de loisirs', NULL, 'Aire de loisirs');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2142, 'Parc de stationnement', '', 'Parking', 'Equipement collectif', NULL, 'Parking');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2143, 'Parc national', '', '', 'Parc naturel', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2144, 'Parc naturel', '', '', 'Espace protégé', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2145, 'Parc naturel aquatique', '', '', 'Parc national', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2146, 'Parc régional', '', '', 'Parc naturel', NULL, 'Parc naturel régional/PNR');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2147, 'Parc résidentiel de loisirs', '', '', 'Equipement touristique', NULL, 'PRL');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2148, 'Parcours d''accès aux carrières de la fonction publique territoriale, hospitalière de l''Etat (PACTE)', 'Dispositif créé par l''ordonnance n° 2005-901 du 1er août 2005 dans le cadre des mesures d''urgence pour l''emploi visant à recruter des jeunes sans qualification dans la fonction publique', '', 'Statut général', NULL, 'Parcours d''accès aux carrières de la fonction publique territoriale, hospitalière de l''Etat');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2149, 'Parcours de santé', 'Le parcours de santé se définit comme une prise en charge globale du patient et de l''usager dans un territoire donné. Il s''articule autour de la prévention, du sanitaire, du médico-social et du social. Les parcours reposent sur l''intervention d''acteurs du système de soins, de services et d''établissements médico-sociaux et sociaux, de collectivités locales, d''autres services de l''Etat et d''organismes de protection sociale.', '', 'Assurance maladie', NULL, 'Parcours de soins');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2150, 'Parent d''élève', '', 'Association', 'Scolarité', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2151, 'Pari sportif', '', 'Industrie du jeu', 'Sport', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2152, 'Paritarisme', '', '', 'Droit du travail', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2153, 'Parlement', '', '', 'Institution politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2154, 'Parlement européen', '', '', 'Institution communautaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2155, 'Parrainage', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2156, 'Partenaires sociaux', '', 'Syndicats', 'Dialogue social', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2157, 'Partenariat', '', '', 'Mots-outils', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2158, 'Partenariat oriental', 'Accord d''association : l''Arménie, l''Azerbaïdjan, la Biélorussie, la Géorgie, la Moldavie et l''Ukraine', 'Arménie/Azerbaïdjan/Biélorussie/Géorgie/Moldavie/Ukraine', 'Adhésion à l''Union européenne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2159, 'Partenariat transatlantique de commerce et d''investissement', 'Traité de libre-échange transatlantique (TAFTA)', '', 'Union européenne', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2160, 'Parti communiste français (PCF)', '', '', 'Parti politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2161, 'Parti politique', '', '', 'Vie politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2162, 'Parti radical de gauche (PRG)', '', '', 'Parti politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2163, 'Parti socialiste (PS)', '', '', 'Parti politique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2164, 'Participation de l''Etat', '', '', 'Financement de l''économie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2165, 'Participation financière des salariés', '', '', 'Gouvernance de l''entreprise', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2166, 'Particules fines', '', '', 'Gaz d''échappement', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2167, 'Pas de Calais', '', '', 'France par département', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2168, 'PASER', '', '', 'Déconcentration', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2169, 'Passage à la monnaie unique', '', '', 'Union économique et monétaire', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2170, 'Pathologie', '', '', 'Corps humain et pratique médicale', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2171, 'Patinoire', '', '', 'Equipement sportif', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2172, 'Patrimoine', '', '', 'Economie', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2173, 'Pauvreté', '', '', 'Aide sociale', NULL, 'Précarité');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2174, 'Pavillon de complaisance', '', '', 'Transport maritime', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2175, 'Payes arabes', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2176, 'Pays baltes', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2177, 'Pays de Galles', '', '', 'Royaume-Uni', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2178, 'Pays de la Loire', '', '', 'France par région', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2179, 'Pays de la zone euro', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2180, 'Pays de l''Est', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2181, 'Pays de l''OCDE', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2182, 'Pays de l''Union européenne', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2183, 'Pays d''Europe centrale et orientale', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2184, 'Pays développés à économie de marché (PDEM)', '', '', 'Géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2185, 'Pays émergent', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2186, 'Pays émergents', '', '', 'Géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2187, 'Pays et zones géographiques', '', '', '11 - LISTES ANNEXES', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2188, 'Pays étranger', '', '', 'Pays et zones géographiques', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2189, 'Pays francophone', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2190, 'Pays méditerranéen', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2191, 'Pays non aligné', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2192, 'Pays nordiques', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2193, 'Pays socialistes', '', '', 'Zone géographique et géopolitique', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2194, 'Pays-Bas', '', '', 'Pays étranger', NULL, 'Pays Bas');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2195, 'Péage', '', '', 'Autoroute', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2196, 'Pêche', '', '', '01 - MONDE AGRICOLE', NULL, 'Pêche fluviale/Pêche maritime');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2197, 'Pêche côtière', '', '', 'Lieu de pêche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2198, 'Pêche en eau douce', '', '', 'Lieu de pêche', NULL, '');
INSERT INTO thesaurus (thesaurus_id, thesaurus_name, thesaurus_description, thesaurus_name_associate, thesaurus_parent_id, creation_date, used_for) VALUES (2199, 'Pêche en haute mer', '', '', 'Lieu de pêche', NULL, '');
Loading
Loading full blame...