diff --git a/PostgreSQL/Makefile b/PostgreSQL/Makefile index d594d2c..510aa87 100644 --- a/PostgreSQL/Makefile +++ b/PostgreSQL/Makefile @@ -1,5 +1,7 @@ DIR_SRC = src DIR_BUILD = build +DIR_CSV = .csv +DIR_DATA = .data all: build @@ -11,9 +13,26 @@ build: \ $(DIR_BUILD)/05_functions.sql # $(DIR_BUILD)/03_select.sql \ -generate_data: +# Data generation + +generate_data: gen rework convert + +gen: python3 generate_data.py - rm .data/*.data + +to_rework = $(DIR_DATA)/{acheter,contenir,enregistrer,construire,necessiter,noter}.data + +rework: + for toto in $(to_rework); do \ + (cat $$toto | sort -u -t, -k1,2 | sort > tunexistespas); \ + mv tunexistespas $$toto; \ + done + +convert: + python3 convert_data.py + rm $(DIR_DATA)/*.data + rm -fr __pycache__ +### $(DIR_BUILD)/00_drop.sql: $(DIR_SRC)/drop.sql mkdir -p $(dir $@) @@ -40,6 +59,6 @@ $(DIR_BUILD)/05_functions.sql: $(DIR_SRC)/functions.sql cp $< $@ clean: - rm -f $(DIR_BUILD)/* .data/*.data + rm -f $(DIR_BUILD)/* $(DIR_DATA)/*.data .PHONY: clean build all generate_data diff --git a/PostgreSQL/convert_data.py b/PostgreSQL/convert_data.py new file mode 100644 index 0000000..fd351b1 --- /dev/null +++ b/PostgreSQL/convert_data.py @@ -0,0 +1,26 @@ +from generate_data import tablesDict +from generate_data import give_path_file +from generate_data import remove_duplicata +from generate_data import convert_table_to_sql + +if __name__ == '__main__': + ########################################################################### + # + # To write `insert.sql`. + # + ########################################################################### + + # First, remove duplicatas. + for name in tablesDict: + remove_duplicata(give_path_file(name)) + + # Writing in `insert.sql`. + fileSql = open("src/insert.sql", 'w+') + fileSql.write("TRUNCATE " + ', '.join(tablesDict) + ";\n") + fileSql.write("\n") + fileSql.close() + + with open("src/insert.sql", 'a') as fileSql: + for nameTable in tablesDict: + convert_table_to_sql(give_path_file(nameTable), nameTable) + diff --git a/PostgreSQL/src/insert.sql b/PostgreSQL/src/insert.sql index bf95494..2d0d569 100644 --- a/PostgreSQL/src/insert.sql +++ b/PostgreSQL/src/insert.sql @@ -1,2083 +1,1215 @@ TRUNCATE membres, couleurs, marques, tags, formes, motifs, pieces, pieces_complexes, modeles, boites, fils, messages, illustrations, acheter, avoir_motif, avoir_tag, colorer, construire, contenir, enregistrer, etre, etre_complexe, etre_forme, necessiter, noter, perdre, varier; INSERT INTO membres VALUES -(580, 'Remmers'), -(605, 'Ellerby'), -(747, 'Suttle'), -(879, 'Vela'), -(675, 'McCarrison'), -(723, 'Lusted'), -(303, 'Sockell'), -(913, 'Marder'), -(670, 'Balazin'), -(131, 'Wink'), -(162, 'Haycock'), -(437, 'Christley'), -(263, 'Hold'), -(261, 'Beecham'), -(371, 'Banbrook'), -(190, 'Portch'), -(82, 'Gotobed'), -(301, 'Ram'), -(973, 'Leachman'), -(139, 'Cornelius'), -(411, 'Gerge'), -(2, 'Palin'), -(88, 'Golborn'), -(197, 'Caney'), -(864, 'Rice'), -(166, 'Mollatt'), -(454, 'Jeanenet'), -(544, 'Marcham'), -(662, 'Graysmark'), -(671, 'Gotobed'); +(443, 'Champion'), +(883, 'Lantaph'), +(93, 'Pakeman'), +(797, 'Barthelet'), +(746, 'Waslin'), +(162, 'Gratrix'), +(306, 'Coot'), +(780, 'Bresnahan'), +(783, 'Dorward'), +(295, 'Milliken'), +(85, 'Akhurst'), +(925, 'Hingeley'), +(411, 'Ceaplen'), +(230, 'Colenutt'), +(629, 'Drover'), +(95, 'de Amaya'), +(126, 'Dorward'), +(312, 'Clohissy'), +(72, 'Waslin'), +(929, 'Beininck'), +(733, 'Yosselevitch'), +(751, 'Hazelton'), +(127, 'Elmes'), +(24, 'Stone Fewings'), +(614, 'Clewlow'), +(660, 'Gratrix'), +(175, 'Matyushonok'), +(759, 'Andreini'), +(716, 'Verlinden'), +(17, 'Iacovini'); INSERT INTO couleurs VALUES -(993, 'Indigo'), -(78, 'Maroon'), -(333, 'Crimson'), -(627, 'Orange'), -(842, 'Teal'), -(213, 'Puce'), -(68, 'Crimson'), -(262, 'Maroon'), -(145, 'Puce'), -(418, 'Green'), -(892, 'Crimson'), -(681, 'Purple'), -(734, 'Maroon'), -(33, 'Yellow'), -(482, 'Pink'), -(904, 'Puce'), -(775, 'Puce'), -(282, 'Turquoise'), -(539, 'Goldenrod'), -(218, 'Crimson'), -(509, 'Blue'); +(681, 'Goldenrod'), +(576, 'Blue'), +(479, 'Blue'), +(457, 'Maroon'), +(408, 'Green'), +(83, 'Mauv'), +(295, 'Purple'), +(298, 'Puce'), +(953, 'Pink'), +(483, 'Crimson'), +(409, 'Green'), +(427, 'Fuscia'), +(129, 'Yellow'), +(778, 'Yellow'), +(661, 'Fuscia'), +(615, 'Pink'), +(519, 'Indigo'), +(903, 'Blue'), +(880, 'Fuscia'), +(808, 'Red'), +(988, 'Pink'); INSERT INTO marques VALUES -(537, 'Kessler-Green'), -(639, 'Reynolds Group'), -(703, 'Bogisich-Kessler'), -(933, 'Balistreri Group'), -(562, 'Spinka-Emard'), -(88, 'Koepp and Sons'), -(308, 'Schumm Inc'), -(576, 'Medhurst Group'), -(136, 'Jones-Bogisich'), -(665, 'Marquardt-Parisian'); +(735, 'Kreiger-Walsh'), +(329, 'Fay and Sons'), +(406, 'Kiehn-Hirthe'), +(69, 'Kuhic-Von'), +(20, 'Fadel-Torp'), +(503, 'Hirthe Inc'), +(173, 'Hane-Kirlin'), +(516, 'Runolfsdottir Group'), +(800, 'Friesen-Rempel'), +(690, 'Bergnaum and Sons'); INSERT INTO tags VALUES -(148, 'dui'), -(394, 'curabitur'), -(709, 'id'), -(682, 'porta'), -(69, 'dui'), -(995, 'ut'), -(864, 'quisque'), -(301, 'pellentesque'), -(357, 'pellentesque'), -(576, 'pede'); +(199, 'felis'), +(505, 'nec'), +(944, 'viverra'), +(326, 'morbi'), +(565, 'primis'), +(759, 'ac'), +(60, 'integer'), +(127, 'amet'), +(922, 'aliquam'), +(261, 'consequat'); INSERT INTO formes VALUES -(976, 'Parallélépipède Incliné'), -(721, 'Tore Rond'), -(243, 'Tore Rond'), -(427, 'Cylindre Plein'), -(947, 'Disque Plat'), -(417, 'Prisme Rectangulaire'), -(884, 'Ellipsoïde'), -(269, 'Dôme Hémisphérique'), -(813, 'Ellipsoïde'), -(553, 'Pyramide Carrée'); +(132, 'Ellipsoïde'), +(686, 'Sphère Creuse'), +(81, 'Prisme Rectangulaire'), +(144, 'Pentagone Creux'), +(489, 'Plaque Rectangle'), +(422, 'Ellipsoïde'), +(145, 'Ellipsoïde'), +(15, 'Hexagone Régulier'), +(491, 'Pyramide Carrée'), +(874, 'Parallélépipède Incliné'); INSERT INTO motifs VALUES -(973, 'Plaque Ancrée'), -(311, 'Carreau Pivot'), -(461, 'Fragment Combiné'), -(817, 'Carreau Pivot'), -(738, 'Hexabloc'), -(688, 'Puce Tactile'), -(661, 'Cône Inversé'), -(844, 'Plaque Ancrée'), -(471, 'Cône Inversé'), -(272, 'Barrette Système'); +(413, 'Fragment Combiné'), +(54, 'Dent de Fixation'), +(156, 'Croix Clé'), +(502, 'Dent de Fixation'), +(793, 'Pont Arc'), +(959, 'Cône Inversé'), +(3, 'Plaque Ancrée'), +(893, 'Cône Inversé'), +(149, 'Dent de Fixation'), +(638, 'Dent de Fixation'); INSERT INTO pieces VALUES -(996), -(299), -(818), -(891), -(19), -(193), -(398), -(13), -(156), -(840), -(839), -(442), +(345), +(686), +(797), +(945), +(985), +(423), +(184), +(627), +(444), +(20), +(580), +(677), +(935), (963), -(979), -(149), -(929), -(885), -(815), -(933), -(342), -(693), -(192), -(508), -(714), -(679), -(879), -(687), -(994), -(566), -(378), -(180), -(27), -(473), -(576), -(309), -(280), -(108), -(236), -(154), -(913), -(719), -(777), -(207), -(516), +(803), +(355), +(650), (183), -(984), -(568), -(289), -(895), -(388), -(88), -(997), -(897), -(271), -(47), -(656), -(118), -(405), -(227), -(543), -(450), -(702), -(5), -(73), -(157), -(696), -(991), -(954), -(26), -(597), -(762), -(238), -(706), -(553), -(634), -(854), -(518), -(62), -(782), -(140), -(424), -(41), -(928), -(893), -(432), -(793), +(709), +(886), +(13), +(900), +(498), +(371), +(288), +(210), +(488), +(776), +(304), +(734), +(726), +(466), +(334), +(529), +(921), +(335), +(501), (130), -(563), +(253), +(777), +(859), +(219), +(571), +(375), +(232), +(559), +(233), +(606), (36), -(110), -(525), -(703), -(185), -(593), -(846), -(393), -(684), -(800), -(8), -(761); +(133); INSERT INTO pieces_complexes VALUES -(555), -(162), -(807), -(629), -(730), -(687), -(138), -(172), -(913), -(206); +(244), +(397), +(813), +(432), +(130); INSERT INTO modeles VALUES -(468, 'Siveyer', 'http://dummyimage.com/118x100.png/5fa2dd/ffffff', 973, 468), -(824, 'Serjeant', 'http://dummyimage.com/220x100.png/cc0000/ffffff', 671, 468), -(543, 'Drable', 'http://dummyimage.com/113x100.png/ff4444/ffffff', 671, 468), -(865, 'Vigurs', 'http://dummyimage.com/111x100.png/cc0000/ffffff', 303, 468), -(860, 'Newlands', 'http://dummyimage.com/175x100.png/ff4444/ffffff', 580, 543); +(765, 'Storres', 'http://dummyimage.com/221x100.png/5fa2dd/ffffff', 629, null), +(78, 'Brittian', 'http://dummyimage.com/245x100.png/cc0000/ffffff', null, 765), +(625, 'Baunton', 'http://dummyimage.com/108x100.png/cc0000/ffffff', 93, null), +(428, 'Buxcy', 'http://dummyimage.com/145x100.png/5fa2dd/ffffff', 629, null), +(266, 'Curnok', 'http://dummyimage.com/123x100.png/cc0000/ffffff', null, null), +(820, 'Shepherd', 'http://dummyimage.com/198x100.png/dddddd/000000', 230, 78), +(528, 'Bevis', 'http://dummyimage.com/152x100.png/ff4444/ffffff', null, 78), +(179, 'Delve', 'http://dummyimage.com/150x100.png/dddddd/000000', 24, null), +(15, 'Upchurch', 'http://dummyimage.com/235x100.png/ff4444/ffffff', 746, null), +(646, 'Munden', 'http://dummyimage.com/144x100.png/ff4444/ffffff', null, 820); INSERT INTO boites VALUES -(918, 'Jurassic World - Nintendo Switch', '02-27-2015', 88), -(835, 'Gray Fences', '10-24-1979', 562), -(581, 'Beach Racing', '08-01-1995', 537), -(277, 'Y-wing Attack Starfighter', '12-27-1997', 665), -(69, 'Bush', '12-07-1984', 703), -(198, 'Williams Racing FW14B & Nigel Mansell', '05-02-1993', 88), -(400, 'Ewok Village', '08-15-1980', 933), -(361, 'The LEGO Movie 2 Videogame - Xbox One', '07-23-2012', 639), -(869, 'Nursery Furniture', '05-09-2024', 933), -(906, 'Fire Truck', '10-14-2001', 88), -(585, 'Transparent Bricks', '05-12-1998', 639), -(215, 'Wildflower Bouquet', '11-05-2009', 308), -(511, 'Breezeway Cafe', '08-25-2014', 562), -(785, 'Z-Blob Plush', '12-11-1992', 639), -(922, 'Race Car Rally', '05-31-1973', 562), -(759, 'Train Bridge and Tracks Expansion Set', '06-01-1977', 665), -(480, 'Horizon Express', '06-13-1986', 537), -(422, 'Front-End Loader', '11-15-1971', 136), -(444, 'Pre-School Set', '08-19-1987', 308), -(385, 'Holiday Decoration Kit', '12-02-1976', 537), -(445, 'ECTO-1', '07-07-1990', 562), -(857, 'Building Cards - 1030', '10-29-1991', 933), -(926, 'Holiday Train', '02-08-1993', 703), -(519, 'TECHNIC II Set {4.5v}', '10-20-1997', 703), -(712, 'Jumper Bricks', '04-30-2016', 136); +(538, 'Friend Pencil Case', '10-01-1971', 20), +(753, 'Supplemental Pack for Shuttle Adventure Set 10213', '04-28-2006', 503), +(470, 'Bridge and Crossing Tracks', '01-11-2008', 69), +(911, 'Vezon & Kardas', '06-04-1979', 20), +(91, 'Eiffel Tower 1:300', '11-10-1998', 173), +(63, 'Farm Tractor', '09-03-2002', 329), +(681, 'Maersk Line Container Ship 2006 Edition', '02-15-1988', 406), +(284, 'Burlington Northern Santa Fe Locomotive', '06-07-1979', 516), +(235, 'Police Helicopter Chase', '06-13-1986', 329), +(360, 'My First Tractor', '12-04-1987', 503), +(993, 'Friends Juice Bar Shoulder Bag', '08-19-1989', 735), +(520, 'Windows and Doors', '05-27-1980', 516), +(134, 'Visit to the Vet Clinic', '01-25-2001', 20), +(579, 'Extra Large Tires & Hubs', '08-22-2023', 406), +(530, 'Palace Cinema', '12-08-1973', 20), +(663, 'Forest: Ducks', '01-19-2024', 406), +(653, 'Winter Holiday Train', '08-01-1974', 173), +(658, 'Baby Calf', '10-26-1995', 173), +(240, 'Creative Animals', '09-09-1976', 406), +(566, 'Castle 2 for 1 Bonus Offer', '09-01-2006', 516), +(624, 'Daily Routines: Eating & Bedtime', '03-25-2012', 20), +(700, 'Ninjago Green Lloyd Pencil Case', '11-02-2007', 20), +(340, 'Basic Building Set', '07-31-1971', 329), +(984, 'Imagination Set 5', '12-20-1996', 406), +(309, 'Pre-School Set', '12-13-2019', 690); INSERT INTO fils VALUES -(973, 468), -(742, 824), -(703, 543), -(255, 860), -(938, 824); +(76, 15), +(961, 78), +(890, 625), +(606, 179), +(919, 765); INSERT INTO messages VALUES -(156, 'Nulla tempus. Vivamus in felis eu sapien cursus vesti', 166, 742, 156), -(682, 'tiam justo. Etiam pretium iaculis justo. In hac habit', 879, 973, 156), -(447, 'Integer pede justo', 139, 973, 156), -(334, 'In sagittis dui vel nisl. Duis ac nibh. Fusce lacus p', 605, 938, 156), -(860, 'In hac habitasse platea dictumst. Maecenas ut massa q', 723, 255, 156), -(197, 'Aliquam quis turpis eget elit sodales scelerisque. Ma', 162, 255, 447), -(173, 'Nullam sit amet turpis elementum ligula vehicula cons', 131, 742, 447), -(51, 'Sed ante. Vivamus tortor. Duis mattis egestas metus. ', 670, 938, 334), -(542, 'Praesent lectus. Vestibulum quam sapien', 675, 703, 197), -(565, 'Quisque ut erat. Curabitur gravida nisi at nibh. In h', 879, 938, 334), -(851, 'Praesent blandit. Nam nulla. Integer pede justo', 162, 742, 334), -(557, 'Morbi sem mauris', 303, 973, 565), -(44, 'Suspendisse potenti. In eleifend quam a odio. In hac ', 411, 973, 565), -(575, 'Nulla tellus. In sagittis dui vel nisl. Duis ac nibh.', 879, 742, 447), -(659, 'In hac habitasse platea dictumst. Aliquam augue quam', 197, 742, 334), -(992, 'Quisque erat eros', 166, 973, 542), -(637, 'Quisque porta volutpat erat. Quisque erat eros', 82, 742, 447), -(793, 'Praesent blandit. Nam nulla. Integer pede justo', 371, 742, 992), -(886, 'Integer ac neque. Duis bibendum. Morbi non quam nec d', 411, 255, 542), -(744, 'In hac habitasse platea dictumst. Etiam faucibus curs', 454, 938, 156), -(951, 'Duis consequat dui nec nisi volutpat eleifend. Donec ', 675, 255, 542), -(653, 'Nulla mollis molestie lorem. Quisque ut erat. Curabit', 605, 938, 659), -(799, 'Nullam porttitor lacus at turpis. Donec posuere metus', 301, 703, 156), -(339, 'tiam pretium iaculis justo. In hac habitasse platea d', 190, 742, 860), -(687, 'Suspendisse ornare consequat lectus. In est risus', 454, 938, 659), -(714, 'Ut at dolor quis odio consequat varius. Integer ac le', 454, 973, 334), -(859, 'Suspendisse ornare consequat lectus. In est risus', 139, 703, 637), -(705, 'Nulla tempus. Vivamus in felis eu sapien cursus vesti', 162, 255, 51), -(1000, 'Morbi non quam nec dui luctus rutrum. Nulla tellus. I', 197, 255, 557), -(254, 'Phasellus sit amet erat. Nulla tempus. Vivamus in fel', 671, 703, 334), -(48, 'Fusce consequat. Nulla nisl. Nunc nisl. Duis bibendum', 88, 255, 793), -(722, 'Nullam sit amet turpis elementum ligula vehicula cons', 2, 973, 44), -(509, 'Donec ut mauris eget massa tempor convallis. Nulla ne', 261, 973, 447), -(376, 'Proin at turpis a pede posuere nonummy. Integer non v', 303, 703, 637), -(942, 'Nulla justo. Aliquam quis turpis eget elit sodales sc', 454, 938, 254), -(336, 'Morbi vestibulum', 197, 255, 860), -(162, 'Donec semper sapien a libero. Nam dui. Proin leo odio', 671, 938, 509), -(632, 'Morbi a ipsum. Integer a nibh. In quis justo. Maecena', 411, 938, 886), -(413, 'In sagittis dui vel nisl. Duis ac nibh. Fusce lacus p', 197, 973, 1000), -(403, 'Donec dapibus. Duis at velit eu est congue elementum.', 747, 742, 951), -(123, 'Nullam molestie nibh in lectus. Pellentesque at nulla', 662, 742, 992), -(835, 'Mauris enim leo', 82, 938, 632), -(549, 'Aliquam quis turpis eget elit sodales scelerisque. Ma', 580, 938, 162), -(398, 'Morbi sem mauris', 864, 742, 339), -(261, 'In blandit ultrices enim. Lorem ipsum dolor sit amet', 544, 742, 799), -(236, 'Donec dapibus. Duis at velit eu est congue elementum.', 879, 255, 565), -(231, 'Vestibulum ante ipsum primis in faucibus orci luctus ', 580, 742, 860), -(460, 'Lorem ipsum dolor sit amet', 605, 973, 254), -(536, 'Maecenas rhoncus aliquam lacus. Morbi quis tortor id ', 973, 703, 173), -(525, 'Suspendisse potenti. In eleifend quam a odio. In hac ', 2, 703, 162); +(142, 'Nulla facilisi. Cras non velit nec nisi vulputate non', 162, 890, 142), +(848, 'In blandit ultrices enim. Lorem ipsum dolor sit amet', 883, 961, 142), +(204, 'Morbi odio odio', 614, 76, 848), +(915, 'Quisque erat eros', 629, 961, 142), +(250, 'Integer ac neque. Duis bibendum. Morbi non quam nec d', 797, 961, 915), +(523, 'Pellentesque viverra pede ac diam. Cras pellentesque ', 306, 606, 250), +(723, 'Mauris lacinia sapien quis libero. Nullam sit amet tu', 733, 606, 204), +(123, 'Suspendisse potenti. In eleifend quam a odio. In hac ', 783, 606, 723), +(975, 'Nullam sit amet turpis elementum ligula vehicula cons', 443, 961, 915), +(722, 'Vestibulum ante ipsum primis in faucibus orci luctus ', 925, 961, 523), +(499, 'Vestibulum quam sapien', 751, 890, 975), +(420, 'Etiam justo. Etiam pretium iaculis justo. In hac habi', 759, 919, 722), +(40, 'Duis bibendum', 629, 961, 250), +(14, 'Maecenas tincidunt lacus at velit. Vivamus vel nulla ', 733, 890, 975), +(798, 'Donec posuere metus vitae ipsum. Aliquam non mauris. ', 230, 890, 40), +(325, 'Vivamus vestibulum sagittis sapien. Cum sociis natoqu', 127, 919, 123), +(38, 'Fusce lacus purus', 751, 606, 14), +(93, 'Vestibulum sed magna at nunc commodo placerat. Praese', 759, 890, 420), +(960, 'Vestibulum ante ipsum primis in faucibus orci luctus ', 85, 76, 723), +(958, 'Suspendisse ornare consequat lectus. In est risus', 660, 919, 204), +(104, 'Pellentesque eget nunc. Donec quis orci eget orci veh', 751, 890, 325), +(583, 'Curabitur gravida nisi at nibh. In hac habitasse plat', 746, 606, 14), +(454, 'Fusce congue', 751, 890, 40), +(361, 'Nulla tempus. Vivamus in felis eu sapien cursus vesti', 175, 919, 975), +(739, 'Morbi a ipsum. Integer a nibh. In quis justo. Maecena', 716, 890, 250), +(637, 'Phasellus sit amet erat. Nulla tempus. Vivamus in fel', 780, 919, 798), +(852, 'Proin at turpis a pede posuere nonummy. Integer non v', 716, 76, 915), +(248, 'Maecenas leo odio', 72, 606, 523), +(664, 'Lorem ipsum dolor sit amet', 883, 76, 739), +(993, 'Praesent blandit. Nam nulla. Integer pede justo', 759, 76, 848), +(654, 'Fusce congue', 93, 890, 852), +(46, 'Vestibulum sed magna at nunc commodo placerat. Praese', 925, 606, 14), +(800, 'Aliquam sit amet diam in magna bibendum imperdiet. Nu', 312, 890, 848), +(997, 'In est risus', 751, 606, 664), +(5, 'Nunc rhoncus dui vel sem. Sed sagittis. Nam congue', 162, 606, 40), +(126, 'Vestibulum ac est lacinia nisi venenatis tristique. F', 126, 919, 664), +(857, 'Maecenas ut massa quis augue luctus tincidunt. Nulla ', 411, 76, 93), +(719, 'Aenean lectus. Pellentesque eget nunc. Donec quis orc', 443, 961, 523), +(677, 'Lorem ipsum dolor sit amet', 411, 890, 38), +(954, 'In hac habitasse platea dictumst. Morbi vestibulum', 17, 890, 38), +(670, 'Vestibulum ante ipsum primis in faucibus orci luctus ', 759, 890, 46), +(966, 'Maecenas leo odio', 24, 76, 14), +(891, 'Donec ut mauris eget massa tempor convallis. Nulla ne', 660, 606, 126), +(269, 'Lorem ipsum dolor sit amet', 733, 76, 637), +(805, 'In hac habitasse platea dictumst. Morbi vestibulum', 230, 919, 723), +(315, 'Duis ac nibh. Fusce lacus purus', 411, 76, 5), +(733, 'Donec dapibus. Duis at velit eu est congue elementum.', 24, 890, 723), +(73, 'Maecenas ut massa quis augue luctus tincidunt. Nulla ', 17, 890, 38), +(827, 'Nulla tellus. In sagittis dui vel nisl. Duis ac nibh.', 306, 890, 315), +(355, 'Nulla mollis molestie lorem. Quisque ut erat. Curabit', 797, 606, 248); INSERT INTO illustrations VALUES -(72, 'http://dummyimage.com/234x100.png/ff4444/ffffff', 543), -(694, 'http://dummyimage.com/174x100.png/cc0000/ffffff', 860), -(733, 'http://dummyimage.com/194x100.png/dddddd/000000', 468), -(752, 'http://dummyimage.com/247x100.png/cc0000/ffffff', 543), -(343, 'http://dummyimage.com/143x100.png/cc0000/ffffff', 468); +(764, 'http://dummyimage.com/148x100.png/5fa2dd/ffffff', 78), +(800, 'http://dummyimage.com/203x100.png/5fa2dd/ffffff', 428), +(205, 'http://dummyimage.com/111x100.png/cc0000/ffffff', 15), +(151, 'http://dummyimage.com/176x100.png/5fa2dd/ffffff', 428), +(91, 'http://dummyimage.com/223x100.png/5fa2dd/ffffff', 528), +(312, 'http://dummyimage.com/112x100.png/5fa2dd/ffffff', 15), +(869, 'http://dummyimage.com/159x100.png/5fa2dd/ffffff', 15), +(279, 'http://dummyimage.com/147x100.png/ff4444/ffffff', 625), +(711, 'http://dummyimage.com/193x100.png/dddddd/000000', 15), +(71, 'http://dummyimage.com/185x100.png/5fa2dd/ffffff', 15); INSERT INTO acheter VALUES -(131, 280, 24), -(131, 684, 66), -(131, 8, 95), -(139, 782, 16), -(139, 839, 95), -(139, 891, 89), -(162, 118, 77), -(162, 193, 95), -(162, 227, 45), -(162, 563, 23), -(166, 5, 20), -(166, 576, 8), -(166, 762, 70), -(166, 913, 64), -(190, 130, 25), -(190, 518, 33), -(190, 568, 64), -(190, 634, 9), -(190, 840, 88), -(190, 893, 88), -(190, 979, 1), -(197, 19, 25), -(197, 996, 1), -(2, 432, 94), -(2, 815, 92), -(261, 388, 100), -(261, 687, 10), -(261, 846, 76), -(263, 140, 22), -(263, 47, 80), -(263, 518, 67), -(263, 893, 64), -(263, 979, 91), -(301, 13, 82), -(301, 26, 8), -(301, 378, 24), -(301, 442, 61), -(301, 777, 8), -(303, 149, 23), -(303, 424, 32), -(303, 979, 12), -(371, 693, 91), -(371, 994, 30), -(411, 236, 64), -(411, 405, 42), -(437, 110, 29), -(437, 891, 96), -(437, 895, 37), -(454, 227, 2), -(454, 818, 15), -(454, 840, 97), -(454, 994, 19), -(544, 702, 13), -(544, 840, 32), -(580, 183, 98), -(580, 19, 19), -(580, 342, 51), -(580, 656, 47), -(580, 895, 52), -(580, 979, 41), -(580, 996, 58), -(605, 393, 62), -(605, 761, 41), -(662, 149, 81), -(662, 299, 63), -(662, 393, 14), -(662, 696, 15), -(662, 818, 27), -(670, 656, 16), -(670, 818, 43), -(670, 88, 97), -(670, 963, 36), -(671, 157, 41), -(671, 687, 32), -(671, 88, 15), -(675, 183, 95), -(675, 679, 99), -(723, 41, 73), -(723, 891, 39), -(747, 280, 84), -(747, 684, 100), -(747, 854, 78), -(747, 954, 81), -(864, 13, 54), -(864, 299, 15), -(864, 815, 18), -(88, 597, 13), -(88, 782, 86), -(88, 854, 40), -(913, 991, 21), -(913, 996, 84), -(973, 543, 84), -(973, 8, 94), -(973, 893, 76), -(131, 450, 85); +(126, 130, 22), +(126, 559, 37), +(127, 13, 44), +(127, 945, 24), +(17, 686, 15), +(175, 253, 0), +(175, 444, 0), +(230, 985, 9), +(24, 184, 14), +(306, 253, 16), +(312, 797, 2), +(411, 210, 13), +(443, 130, 20), +(614, 355, 13), +(614, 36, 0), +(614, 423, 3), +(614, 777, 3), +(629, 571, 12), +(660, 253, 6), +(660, 355, 31), +(660, 709, 1), +(716, 571, 32), +(716, 963, 49), +(72, 232, 42), +(72, 355, 34), +(746, 627, 32), +(746, 686, 39), +(746, 776, 3), +(751, 183, 44), +(751, 726, 25), +(759, 709, 31), +(759, 777, 5), +(780, 253, 1), +(780, 334, 7), +(780, 559, 7), +(780, 677, 8), +(783, 627, 37), +(783, 677, 14), +(797, 133, 5), +(85, 232, 42), +(85, 288, 30), +(85, 423, 1), +(85, 797, 39), +(85, 859, 31), +(883, 444, 14), +(883, 498, 15), +(925, 650, 7), +(929, 133, 2), +(929, 529, 1); INSERT INTO avoir_motif VALUES -(5, 311), -(8, 661), -(13, 817), -(19, 661), -(26, 973), -(27, 817), -(36, 688), -(41, 272), -(47, 844), -(62, 688), -(73, 817), -(88, 461), -(108, 817), -(110, 272), -(118, 688), -(130, 738), -(140, 461), -(149, 688), -(154, 817), -(156, 688), -(157, 817), -(180, 688), -(183, 461), -(185, 844), -(192, 844), -(193, 471), -(207, 471), -(227, 973), -(236, 688), -(238, 311), -(271, 817), -(280, 471), -(289, 688), -(299, 738), -(309, 973), -(342, 973), -(378, 272), -(388, 738), -(393, 973), -(398, 688), -(405, 471), -(424, 973), -(432, 272), -(442, 844), -(450, 471), -(473, 272), -(508, 973), -(516, 688), -(518, 817), -(525, 817), -(543, 817), -(553, 844), -(563, 471), -(566, 461), -(568, 817), -(576, 471), -(593, 461), -(597, 817), -(634, 738), -(656, 311), -(679, 272), -(684, 688), -(687, 311), -(693, 311), -(696, 688), -(702, 973), -(703, 688), -(706, 973), -(714, 844), -(719, 817), -(761, 661), -(762, 738), -(777, 272), -(782, 471), -(793, 738), -(800, 973), -(815, 973), -(818, 738), -(839, 844), -(840, 738), -(846, 844), -(854, 471), -(879, 471), -(885, 461), -(891, 973), -(893, 272), -(895, 461), -(897, 738), -(913, 844), -(928, 272), -(929, 272), -(933, 661), -(954, 688), -(963, 461), -(979, 688), -(984, 272), -(991, 311), -(994, 471), -(996, 661), -(997, 311); +(13, 638), +(20, 502), +(36, 502), +(130, 793), +(133, 502), +(183, 3), +(184, 793), +(210, 3), +(219, 638), +(232, 638), +(233, 149), +(253, 793), +(288, 156), +(304, 638), +(334, 413), +(335, 893), +(345, 149), +(355, 54), +(371, 54), +(375, 156), +(423, 3), +(444, 893), +(466, 502), +(488, 638), +(498, 959), +(501, 793), +(529, 54), +(559, 959), +(571, 959), +(580, 638), +(606, 3), +(627, 502), +(650, 156), +(677, 149), +(686, 793), +(709, 149), +(726, 156), +(734, 156), +(776, 156), +(777, 793), +(797, 156), +(803, 413), +(859, 959), +(886, 149), +(900, 54), +(921, 893), +(935, 502), +(945, 3), +(963, 413), +(985, 149); INSERT INTO avoir_tag VALUES -(864, 585), -(709, 361), -(394, 422), -(995, 519), -(394, 400), -(995, 585), -(576, 869), -(394, 444), -(301, 277), -(69, 445), -(576, 361), -(357, 922), -(357, 857), -(69, 215), -(69, 519), -(864, 422), -(69, 400), -(864, 869), -(682, 926), -(709, 712), -(69, 785), -(864, 277), -(682, 444), -(864, 906), -(69, 585), -(394, 585), -(709, 857), -(995, 277), -(301, 581), -(148, 585), -(148, 519), -(709, 444), -(682, 215), -(995, 869), -(576, 215), -(682, 581), -(709, 385), -(682, 385), -(357, 422), -(682, 857), -(301, 444), -(357, 785), -(69, 480), -(148, 422), -(301, 385), -(148, 918), -(357, 445), -(576, 480), -(148, 906), -(576, 277), -(148, 712), -(864, 519), -(357, 581), -(864, 445), -(301, 926), -(148, 69), -(394, 361), -(357, 444), -(357, 869), -(709, 519), -(148, 215), -(301, 785), -(148, 385), -(682, 785), -(995, 215), -(301, 857), -(576, 712), -(682, 277), -(301, 922), -(69, 759), -(301, 519), -(576, 835), -(576, 422), -(357, 400), -(394, 918), -(69, 712), -(69, 511), -(69, 277), -(682, 511), -(394, 277); +(60, 91), +(759, 520), +(60, 63), +(505, 134), +(944, 520), +(922, 538), +(505, 658), +(922, 911), +(759, 681), +(944, 240), +(565, 681), +(759, 309), +(565, 284), +(922, 658), +(60, 284), +(505, 538), +(60, 530), +(565, 700), +(944, 134), +(944, 653), +(60, 911), +(199, 360), +(505, 653), +(199, 700), +(565, 579), +(326, 753), +(127, 984), +(326, 520), +(565, 984), +(127, 240), +(944, 753), +(922, 91), +(944, 340), +(505, 700), +(505, 360), +(759, 624), +(922, 340), +(565, 91), +(60, 624), +(261, 753), +(127, 284), +(199, 309), +(922, 134), +(922, 284); INSERT INTO colorer VALUES -(5, 218), -(8, 993), -(13, 262), -(19, 78), -(26, 734), -(27, 993), -(36, 68), -(41, 842), -(47, 213), -(62, 282), -(73, 33), -(88, 842), -(108, 734), -(110, 904), -(118, 33), -(130, 892), -(140, 842), -(149, 145), -(154, 627), -(156, 842), -(157, 418), -(180, 145), -(183, 482), -(185, 418), -(192, 68), -(193, 145), -(207, 282), -(227, 145), -(236, 33), -(238, 482), -(271, 993), -(280, 282), -(289, 262), -(299, 509), -(309, 734), -(342, 734), -(378, 904), -(388, 78), -(393, 509), -(398, 78), -(405, 213), -(424, 775), -(432, 904), -(442, 218), -(450, 218), -(473, 333), -(508, 539), -(516, 892), -(518, 775), -(525, 509), -(543, 418), -(553, 904), -(563, 993), -(566, 509), -(568, 482), -(576, 482), -(593, 993), -(597, 213), -(634, 33), -(656, 482), -(679, 734), -(684, 218), -(687, 262), -(693, 213), -(696, 539), -(702, 213), -(703, 509), -(706, 333), -(714, 627), -(719, 418), -(761, 418), -(762, 282), -(777, 33), -(782, 892), -(793, 68), -(800, 681), -(815, 892), -(818, 775), -(839, 282), -(840, 213), -(846, 892), -(854, 262), -(879, 262), -(885, 213), -(891, 262), -(893, 775), -(895, 892), -(897, 775), -(913, 681), -(928, 33), -(929, 262), -(933, 145), -(954, 842), -(963, 145), -(979, 333), -(984, 282), -(991, 539), -(994, 78), -(996, 482), -(997, 627); +(13, 483), +(20, 409), +(36, 298), +(130, 576), +(133, 808), +(183, 457), +(184, 778), +(210, 903), +(219, 953), +(232, 988), +(233, 778), +(253, 903), +(288, 295), +(304, 519), +(334, 808), +(335, 519), +(345, 988), +(355, 298), +(371, 408), +(375, 483), +(423, 615), +(444, 615), +(466, 615), +(488, 427), +(498, 615), +(501, 661), +(529, 661), +(559, 778), +(571, 83), +(580, 129), +(606, 953), +(627, 576), +(650, 953), +(677, 457), +(686, 409), +(709, 661), +(726, 295), +(734, 615), +(776, 408), +(777, 483), +(797, 409), +(803, 409), +(859, 953), +(886, 953), +(900, 409), +(921, 295), +(935, 298), +(945, 295), +(963, 519), +(985, 615); INSERT INTO construire VALUES -(69, 468), -(198, 543), -(215, 824), -(277, 468), -(361, 543), -(385, 824), -(400, 824), -(422, 860), -(444, 824), -(445, 468), -(480, 865), -(511, 865), -(519, 543), -(581, 824), -(585, 865), -(712, 860), -(759, 543), -(785, 468), -(835, 865), -(857, 865), -(869, 865), -(906, 824), -(918, 468), -(922, 824), -(926, 865); +(134, 15), +(235, 15), +(240, 179), +(284, 765), +(309, 765), +(340, 78), +(360, 179), +(470, 820), +(520, 646), +(530, 625), +(538, 78), +(566, 646), +(579, 179), +(624, 266), +(63, 179), +(653, 646), +(658, 765), +(663, 646), +(681, 15), +(700, 15), +(753, 820), +(91, 179), +(911, 428), +(984, 78), +(993, 646); INSERT INTO contenir VALUES -(198, 108, 12), -(198, 118, 14), -(198, 13, 45), -(198, 130, 30), -(198, 140, 12), -(198, 149, 23), -(198, 154, 69), -(198, 157, 66), -(198, 183, 25), -(198, 185, 49), -(198, 192, 11), -(198, 193, 44), -(198, 236, 97), -(198, 26, 64), -(198, 280, 35), -(198, 299, 22), -(198, 36, 67), -(198, 378, 88), -(198, 41, 26), -(198, 432, 89), -(198, 47, 34), -(198, 518, 91), -(198, 543, 20), -(198, 566, 98), -(198, 593, 67), -(198, 62, 25), -(198, 634, 56), -(198, 679, 58), -(198, 687, 72), -(198, 703, 66), -(198, 706, 81), -(198, 761, 89), -(198, 782, 84), -(198, 8, 59), -(198, 815, 11), -(198, 839, 22), -(198, 88, 73), -(198, 885, 58), -(198, 893, 84), -(198, 913, 51), -(198, 979, 76), -(215, 108, 29), -(215, 110, 28), -(215, 13, 45), -(215, 154, 14), -(215, 156, 28), -(215, 185, 82), -(215, 207, 62), -(215, 236, 31), -(215, 238, 60), -(215, 280, 19), -(215, 36, 64), -(215, 398, 49), -(215, 424, 82), -(215, 432, 22), -(215, 442, 28), -(215, 450, 97), -(215, 518, 14), -(215, 525, 10), -(215, 543, 100), -(215, 563, 40), -(215, 566, 55), -(215, 576, 74), -(215, 593, 57), -(215, 656, 34), -(215, 703, 88), -(215, 719, 90), -(215, 762, 64), -(215, 782, 59), -(215, 793, 67), -(215, 8, 21), -(215, 800, 63), -(215, 854, 17), -(215, 893, 56), -(215, 897, 50), -(215, 913, 25), -(215, 928, 19), -(215, 933, 20), -(215, 954, 19), -(215, 979, 74), -(215, 994, 87), -(215, 997, 32), -(277, 110, 96), -(277, 149, 10), -(277, 180, 30), -(277, 185, 23), -(277, 19, 64), -(277, 192, 63), -(277, 207, 11), -(277, 238, 88), -(277, 26, 100), -(277, 280, 76), -(277, 289, 19), -(277, 342, 12), -(277, 378, 69), -(277, 41, 45), -(277, 424, 66), -(277, 508, 31), -(277, 543, 65), -(277, 566, 45), -(277, 568, 42), -(277, 593, 51), -(277, 597, 19), -(277, 656, 75), -(277, 684, 45), -(277, 687, 27), -(277, 693, 39), -(277, 703, 71), -(277, 706, 100), -(277, 714, 16), -(277, 719, 71), -(277, 73, 60), -(277, 815, 93), -(277, 854, 84), -(277, 891, 37), -(277, 913, 17), -(277, 928, 78), -(277, 954, 29), -(277, 979, 15), -(277, 991, 54), -(277, 994, 42), -(361, 108, 41), -(361, 149, 19), -(361, 154, 92), -(361, 156, 79), -(361, 180, 89), -(361, 183, 71), -(361, 185, 92), -(361, 19, 71), -(361, 207, 43), -(361, 271, 70), -(361, 289, 59), -(361, 299, 95), -(361, 342, 52), -(361, 378, 30), -(361, 388, 31), -(361, 41, 54), -(361, 450, 77), -(361, 473, 14), -(361, 518, 39), -(361, 525, 31), -(361, 543, 92), -(361, 553, 92), -(361, 563, 35), -(361, 568, 77), -(361, 634, 98), -(361, 679, 78), -(361, 696, 38), -(361, 703, 30), -(361, 719, 57), -(361, 762, 20), -(361, 777, 20), -(361, 846, 40), -(361, 893, 23), -(361, 895, 12), -(361, 897, 95), -(361, 913, 98), -(361, 954, 17), -(361, 963, 39), -(361, 979, 90), -(361, 991, 53), -(385, 108, 89), -(385, 110, 60), -(385, 118, 21), -(385, 130, 46), -(385, 140, 19), -(385, 156, 84), -(385, 183, 76), -(385, 185, 11), -(385, 207, 95), -(385, 236, 77), -(385, 27, 15), -(385, 271, 49), -(385, 289, 84), -(385, 405, 43), -(385, 424, 28), -(385, 47, 94), -(385, 508, 81), -(385, 516, 11), -(385, 518, 86), -(385, 553, 21), -(385, 563, 22), -(385, 576, 45), -(385, 62, 35), -(385, 687, 15), -(385, 696, 48), -(385, 702, 82), -(385, 714, 71), -(385, 762, 75), -(385, 793, 21), -(385, 839, 69), -(385, 846, 19), -(385, 854, 48), -(385, 885, 91), -(385, 891, 72), -(385, 893, 65), -(385, 928, 64), -(385, 954, 54), -(385, 984, 71), -(385, 991, 26), -(385, 996, 50), -(400, 108, 17), -(400, 13, 75), -(400, 140, 79), -(400, 149, 14), -(400, 154, 44), -(400, 156, 89), -(400, 185, 27), -(400, 192, 20), -(400, 193, 92), -(400, 227, 59), -(400, 238, 19), -(400, 280, 17), -(400, 309, 22), -(400, 388, 80), -(400, 41, 21), -(400, 424, 17), -(400, 450, 55), -(400, 47, 70), -(400, 5, 46), -(400, 543, 12), -(400, 563, 33), -(400, 593, 85), -(400, 634, 16), -(400, 693, 37), -(400, 703, 95), -(400, 73, 71), -(400, 782, 87), -(400, 793, 34), -(400, 840, 39), -(400, 846, 80), -(400, 885, 93), -(400, 891, 24), -(400, 954, 59), -(400, 963, 29), -(400, 984, 10), -(400, 991, 65), -(400, 994, 21), -(400, 997, 18), -(422, 13, 84), -(422, 140, 39), -(422, 149, 33), -(422, 156, 62), -(422, 157, 27), -(422, 185, 34), -(422, 19, 33), -(422, 27, 90), -(422, 271, 16), -(422, 309, 32), -(422, 342, 98), -(422, 36, 58), -(422, 398, 24), -(422, 41, 91), -(422, 432, 56), -(422, 450, 93), -(422, 508, 39), -(422, 568, 54), -(422, 634, 76), -(422, 679, 83), -(422, 684, 90), -(422, 687, 33), -(422, 693, 47), -(422, 719, 31), -(422, 761, 93), -(422, 782, 53), -(422, 8, 13), -(422, 815, 96), -(422, 818, 61), -(422, 839, 32), -(422, 846, 72), -(422, 879, 80), -(422, 88, 79), -(422, 885, 54), -(422, 893, 63), -(422, 913, 38), -(422, 928, 90), -(422, 963, 61), -(422, 979, 12), -(422, 984, 25), -(422, 996, 27), -(422, 997, 62), -(444, 110, 60), -(444, 149, 43), -(444, 180, 61), -(444, 185, 31), -(444, 19, 70), -(444, 227, 29), -(444, 26, 24), -(444, 27, 72), -(444, 271, 74), -(444, 36, 43), -(444, 388, 100), -(444, 393, 83), -(444, 398, 54), -(444, 424, 40), -(444, 432, 73), -(444, 450, 47), -(444, 508, 73), -(444, 516, 21), -(444, 553, 30), -(444, 563, 99), -(444, 568, 93), -(444, 576, 45), -(444, 593, 14), -(444, 693, 53), -(444, 696, 94), -(444, 714, 65), -(444, 719, 95), -(444, 761, 72), -(444, 777, 21), -(444, 793, 11), -(444, 8, 14), -(444, 885, 71), -(444, 891, 68), -(444, 895, 36), -(444, 933, 82), -(444, 954, 19), -(444, 994, 48), -(445, 108, 55), -(445, 13, 44), -(445, 130, 37), -(445, 140, 27), -(445, 157, 76), -(445, 180, 74), -(445, 183, 83), -(445, 185, 29), -(445, 192, 48), -(445, 207, 83), -(445, 236, 31), -(445, 26, 64), -(445, 309, 10), -(445, 378, 76), -(445, 393, 26), -(445, 432, 93), -(445, 442, 31), -(445, 47, 17), -(445, 473, 87), -(445, 508, 62), -(445, 553, 32), -(445, 566, 16), -(445, 62, 10), -(445, 687, 28), -(445, 706, 20), -(445, 73, 89), -(445, 762, 53), -(445, 793, 39), -(445, 840, 55), -(445, 879, 84), -(445, 895, 40), -(445, 897, 20), -(445, 933, 72), -(445, 963, 38), -(445, 984, 16), -(445, 994, 27), -(445, 997, 86), -(480, 110, 24), -(480, 130, 77), -(480, 140, 23), -(480, 149, 19), -(480, 156, 60), -(480, 157, 22), -(480, 185, 39), -(480, 227, 13), -(480, 236, 85), -(480, 27, 22), -(480, 271, 92), -(480, 299, 29), -(480, 342, 75), -(480, 36, 21), -(480, 388, 12), -(480, 405, 94), -(480, 432, 41), -(480, 508, 53), -(480, 525, 87), -(480, 563, 76), -(480, 566, 79), -(480, 597, 11), -(480, 634, 54), -(480, 702, 84), -(480, 706, 87), -(480, 73, 73), -(480, 761, 68), -(480, 762, 54), -(480, 782, 13), -(480, 793, 49), -(480, 815, 48), -(480, 839, 100), -(480, 840, 75), -(480, 846, 40), -(480, 854, 91), -(480, 893, 69), -(480, 929, 75), -(480, 933, 27), -(480, 979, 56), -(480, 984, 89), -(480, 991, 31), -(480, 994, 17), -(511, 108, 50), -(511, 118, 25), -(511, 149, 83), -(511, 156, 55), -(511, 183, 28), -(511, 238, 94), -(511, 26, 54), -(511, 309, 23), -(511, 342, 85), -(511, 378, 83), -(511, 424, 82), -(511, 442, 57), -(511, 473, 44), -(511, 508, 95), -(511, 525, 91), -(511, 563, 73), -(511, 568, 36), -(511, 576, 31), -(511, 593, 98), -(511, 62, 50), -(511, 634, 39), -(511, 696, 96), -(511, 702, 42), -(511, 703, 32), -(511, 73, 12), -(511, 761, 97), -(511, 777, 66), -(511, 782, 92), -(511, 840, 48), -(511, 854, 46), -(511, 885, 46), -(511, 891, 26), -(511, 895, 46), -(511, 913, 22), -(511, 979, 72), -(511, 984, 77), -(511, 996, 23), -(511, 997, 94), -(519, 110, 34), -(519, 130, 58), -(519, 154, 57), -(519, 157, 52), -(519, 180, 11), -(519, 183, 29), -(519, 193, 88), -(519, 227, 39), -(519, 271, 70), -(519, 299, 48), -(519, 36, 31), -(519, 388, 85), -(519, 398, 85), -(519, 450, 21), -(519, 47, 85), -(519, 473, 61), -(519, 5, 16), -(519, 508, 82), -(519, 553, 79), -(519, 576, 95), -(519, 597, 66), -(519, 62, 36), -(519, 656, 63), -(519, 679, 65), -(519, 702, 73), -(519, 706, 70), -(519, 73, 85), -(519, 782, 47), -(519, 8, 91), -(519, 839, 44), -(519, 840, 12), -(519, 879, 93), -(519, 885, 32), -(519, 891, 72), -(519, 895, 51), -(519, 929, 39), -(519, 933, 36), -(519, 954, 23), -(519, 994, 100), -(519, 996, 82), -(581, 108, 29), -(581, 118, 60), -(581, 149, 58), -(581, 156, 46), -(581, 157, 27), -(581, 185, 99), -(581, 19, 21), -(581, 192, 42), -(581, 227, 31), -(581, 236, 31), -(581, 27, 66), -(581, 36, 59), -(581, 405, 47), -(581, 432, 70), -(581, 473, 81), -(581, 516, 20), -(581, 518, 46), -(581, 563, 22), -(581, 566, 74), -(581, 597, 48), -(581, 679, 95), -(581, 687, 74), -(581, 693, 40), -(581, 696, 17), -(581, 714, 14), -(581, 782, 45), -(581, 815, 11), -(581, 839, 13), -(581, 840, 72), -(581, 885, 38), -(581, 893, 53), -(581, 933, 39), -(581, 954, 71), -(581, 963, 94), -(581, 979, 79), -(585, 118, 16), -(585, 149, 27), -(585, 156, 28), -(585, 157, 63), -(585, 180, 16), -(585, 185, 22), -(585, 192, 46), -(585, 193, 45), -(585, 207, 79), -(585, 227, 64), -(585, 238, 91), -(585, 26, 51), -(585, 27, 95), -(585, 271, 36), -(585, 309, 44), -(585, 36, 54), -(585, 41, 48), -(585, 432, 13), -(585, 442, 15), -(585, 473, 96), -(585, 563, 32), -(585, 62, 68), -(585, 684, 20), -(585, 696, 11), -(585, 702, 10), -(585, 706, 10), -(585, 719, 67), -(585, 762, 24), -(585, 782, 57), -(585, 8, 52), -(585, 800, 99), -(585, 840, 37), -(585, 854, 75), -(585, 885, 41), -(585, 893, 80), -(585, 895, 13), -(585, 954, 86), -(585, 984, 99), -(585, 996, 96), -(585, 997, 76), -(69, 108, 20), -(69, 118, 13), -(69, 130, 21), -(69, 154, 37), -(69, 157, 14), -(69, 185, 62), -(69, 193, 80), -(69, 236, 21), -(69, 27, 22), -(69, 271, 56), -(69, 289, 80), -(69, 398, 25), -(69, 41, 31), -(69, 432, 88), -(69, 442, 76), -(69, 450, 65), -(69, 508, 35), -(69, 518, 70), -(69, 543, 73), -(69, 597, 74), -(69, 656, 98), -(69, 679, 14), -(69, 696, 56), -(69, 702, 28), -(69, 703, 33), -(69, 714, 29), -(69, 719, 68), -(69, 777, 60), -(69, 8, 15), -(69, 818, 21), -(69, 846, 30), -(69, 879, 61), -(69, 893, 75), -(69, 897, 59), -(69, 913, 12), -(69, 928, 63), -(69, 963, 96), -(69, 979, 33), -(69, 984, 22), -(712, 185, 28), -(712, 271, 87), -(712, 289, 10), -(712, 309, 48), -(712, 342, 25), -(712, 36, 34), -(712, 393, 61), -(712, 41, 36), -(712, 432, 77), -(712, 442, 12), -(712, 473, 63), -(712, 5, 76), -(712, 516, 75), -(712, 518, 66), -(712, 543, 72), -(712, 563, 56), -(712, 568, 45), -(712, 62, 64), -(712, 656, 31), -(712, 687, 73), -(712, 693, 69), -(712, 703, 23), -(712, 73, 17), -(712, 777, 32), -(712, 782, 36), -(712, 793, 14), -(712, 8, 63), -(712, 815, 56), -(712, 818, 69), -(712, 839, 52), -(712, 840, 38), -(712, 879, 42), -(712, 891, 70), -(712, 913, 100), -(712, 933, 83), -(712, 954, 26), -(712, 979, 28), -(712, 984, 47), -(712, 991, 10), -(712, 997, 30), -(759, 118, 82), -(759, 13, 88), -(759, 130, 43), -(759, 140, 12), -(759, 149, 65), -(759, 154, 46), -(759, 156, 24), -(759, 207, 49), -(759, 271, 93), -(759, 280, 68), -(759, 289, 23), -(759, 309, 25), -(759, 342, 52), -(759, 378, 13), -(759, 393, 85), -(759, 398, 78), -(759, 405, 59), -(759, 442, 40), -(759, 450, 74), -(759, 516, 100), -(759, 568, 76), -(759, 576, 20), -(759, 62, 100), -(759, 687, 17), -(759, 702, 10), -(759, 703, 21), -(759, 706, 77), -(759, 714, 14), -(759, 777, 94), -(759, 800, 20), -(759, 815, 48), -(759, 839, 11), -(759, 879, 25), -(759, 891, 73), -(759, 893, 90), -(759, 895, 24), -(759, 929, 16), -(759, 933, 71), -(759, 963, 100), -(759, 991, 14), -(759, 994, 87), -(759, 996, 22), -(785, 108, 49), -(785, 140, 75), -(785, 157, 60), -(785, 185, 45), -(785, 19, 83), -(785, 192, 53), -(785, 227, 38), -(785, 236, 72), -(785, 398, 62), -(785, 41, 63), -(785, 432, 14), -(785, 442, 21), -(785, 47, 75), -(785, 473, 20), -(785, 508, 57), -(785, 525, 90), -(785, 563, 16), -(785, 566, 10), -(785, 576, 54), -(785, 593, 18), -(785, 597, 88), -(785, 634, 45), -(785, 696, 72), -(785, 706, 75), -(785, 719, 24), -(785, 762, 13), -(785, 777, 71), -(785, 800, 12), -(785, 846, 78), -(785, 879, 76), -(785, 893, 18), -(785, 895, 16), -(785, 897, 38), -(785, 979, 72), -(785, 984, 62), -(785, 991, 36), -(785, 994, 72), -(785, 996, 22), -(785, 997, 64), -(835, 108, 31), -(835, 110, 34), -(835, 118, 10), -(835, 13, 10), -(835, 130, 21), -(835, 140, 15), -(835, 156, 89), -(835, 180, 19), -(835, 183, 73), -(835, 185, 87), -(835, 193, 40), -(835, 207, 20), -(835, 227, 64), -(835, 236, 13), -(835, 27, 85), -(835, 271, 53), -(835, 280, 92), -(835, 299, 52), -(835, 342, 44), -(835, 393, 30), -(835, 398, 55), -(835, 553, 52), -(835, 702, 11), -(835, 703, 25), -(835, 714, 53), -(835, 73, 16), -(835, 761, 59), -(835, 762, 100), -(835, 777, 32), -(835, 818, 91), -(835, 854, 20), -(835, 88, 34), -(835, 893, 56), -(835, 928, 38), -(835, 979, 55), -(835, 984, 47), -(835, 991, 24), -(835, 996, 18), -(857, 13, 30), -(857, 185, 58), -(857, 192, 27), -(857, 289, 99), -(857, 299, 46), -(857, 342, 72), -(857, 388, 27), -(857, 432, 33), -(857, 47, 56), -(857, 508, 39), -(857, 518, 21), -(857, 553, 26), -(857, 563, 97), -(857, 593, 46), -(857, 597, 83), -(857, 62, 58), -(857, 656, 83), -(857, 687, 33), -(857, 702, 100), -(857, 706, 90), -(857, 714, 59), -(857, 762, 89), -(857, 782, 63), -(857, 8, 17), -(857, 815, 49), -(857, 818, 16), -(857, 840, 83), -(857, 854, 87), -(857, 885, 56), -(857, 891, 43), -(857, 913, 80), -(857, 928, 86), -(857, 933, 24), -(857, 954, 34), -(857, 963, 52), -(857, 984, 50), -(857, 996, 82), -(869, 108, 29), -(869, 110, 69), -(869, 149, 73), -(869, 154, 35), -(869, 193, 39), -(869, 227, 42), -(869, 236, 100), -(869, 238, 10), -(869, 26, 76), -(869, 280, 11), -(869, 378, 91), -(869, 424, 24), -(869, 432, 64), -(869, 450, 34), -(869, 508, 70), -(869, 543, 88), -(869, 593, 94), -(869, 634, 12), -(869, 679, 80), -(869, 687, 87), -(869, 693, 72), -(869, 714, 85), -(869, 73, 11), -(869, 762, 59), -(869, 777, 29), -(869, 8, 29), -(869, 818, 42), -(869, 839, 62), -(869, 840, 35), -(869, 846, 99), -(869, 854, 44), -(869, 885, 44), -(869, 891, 51), -(869, 897, 18), -(869, 928, 42), -(869, 929, 64), -(869, 933, 69), -(869, 979, 36), -(869, 994, 18), -(869, 997, 24), -(906, 118, 81), -(906, 149, 47), -(906, 154, 53), -(906, 157, 85), -(906, 183, 69), -(906, 193, 29), -(906, 227, 84), -(906, 238, 90), -(906, 280, 62), -(906, 299, 51), -(906, 309, 63), -(906, 36, 26), -(906, 378, 52), -(906, 388, 55), -(906, 398, 25), -(906, 405, 42), -(906, 432, 64), -(906, 450, 21), -(906, 47, 63), -(906, 516, 62), -(906, 553, 47), -(906, 563, 56), -(906, 593, 98), -(906, 703, 16), -(906, 706, 78), -(906, 714, 24), -(906, 719, 55), -(906, 762, 23), -(906, 793, 88), -(906, 8, 59), -(906, 800, 24), -(906, 846, 32), -(906, 88, 98), -(906, 885, 30), -(906, 897, 55), -(906, 913, 93), -(906, 933, 21), -(906, 984, 33), -(906, 994, 61), -(918, 108, 78), -(918, 110, 33), -(918, 118, 24), -(918, 13, 80), -(918, 140, 76), -(918, 180, 68), -(918, 183, 93), -(918, 192, 59), -(918, 193, 21), -(918, 271, 22), -(918, 280, 61), -(918, 309, 46), -(918, 388, 27), -(918, 41, 45), -(918, 5, 77), -(918, 508, 35), -(918, 563, 70), -(918, 576, 17), -(918, 62, 57), -(918, 634, 53), -(918, 684, 47), -(918, 687, 17), -(918, 719, 69), -(918, 73, 92), -(918, 762, 85), -(918, 793, 64), -(918, 818, 35), -(918, 839, 10), -(918, 846, 63), -(918, 88, 92), -(918, 893, 69), -(918, 954, 67), -(918, 963, 55), -(918, 996, 78), -(918, 997, 77), -(922, 118, 70), -(922, 140, 47), -(922, 157, 10), -(922, 185, 19), -(922, 19, 57), -(922, 193, 99), -(922, 207, 73), -(922, 26, 32), -(922, 27, 17), -(922, 271, 95), -(922, 280, 63), -(922, 299, 12), -(922, 398, 89), -(922, 405, 32), -(922, 442, 36), -(922, 450, 30), -(922, 473, 100), -(922, 5, 27), -(922, 516, 56), -(922, 525, 59), -(922, 563, 58), -(922, 576, 21), -(922, 634, 63), -(922, 684, 25), -(922, 687, 24), -(922, 696, 93), -(922, 703, 37), -(922, 714, 67), -(922, 777, 20), -(922, 782, 76), -(922, 8, 66), -(922, 800, 90), -(922, 839, 76), -(922, 840, 98), -(922, 895, 32), -(922, 928, 81), -(922, 929, 12), -(922, 963, 33), -(922, 979, 19), -(922, 984, 56), -(922, 994, 82), -(922, 997, 78), -(926, 108, 13), -(926, 13, 65), -(926, 154, 93), -(926, 157, 36), -(926, 180, 39), -(926, 227, 24), -(926, 280, 18), -(926, 299, 18), -(926, 342, 66), -(926, 36, 35), -(926, 424, 48), -(926, 432, 14), -(926, 450, 86), -(926, 473, 52), -(926, 525, 81), -(926, 553, 51), -(926, 563, 36), -(926, 568, 85), -(926, 576, 87), -(926, 597, 20), -(926, 634, 90), -(926, 656, 62), -(926, 679, 49), -(926, 706, 50), -(926, 719, 29), -(926, 777, 70), -(926, 793, 54), -(926, 815, 88), -(926, 818, 17), -(926, 840, 32), -(926, 846, 96), -(926, 88, 95), -(926, 891, 10), -(926, 893, 39), -(926, 929, 19), -(926, 954, 49), -(926, 984, 89), -(926, 991, 67), -(926, 996, 63); +(134, 219, 15), +(134, 606, 51), +(134, 686, 32), +(134, 734, 16), +(134, 776, 17), +(134, 886, 36), +(134, 900, 40), +(134, 130, 78), +(134, 133, 37), +(235, 219, 24), +(235, 444, 34), +(235, 498, 14), +(235, 627, 43), +(235, 797, 27), +(235, 803, 42), +(235, 886, 34), +(235, 133, 59), +(235, 210, 34), +(235, 288, 72), +(235, 945, 92), +(240, 13, 79), +(240, 183, 13), +(240, 210, 83), +(240, 233, 70), +(240, 334, 92), +(240, 423, 58), +(240, 466, 37), +(240, 571, 35), +(284, 210, 12), +(284, 335, 47), +(284, 498, 40), +(284, 650, 30), +(284, 686, 20), +(284, 734, 33), +(284, 886, 38), +(284, 963, 21), +(284, 130, 43), +(309, 219, 14), +(309, 606, 49), +(309, 686, 31), +(309, 734, 15), +(309, 776, 16), +(309, 886, 35), +(309, 900, 36), +(309, 13, 12), +(309, 133, 10), +(309, 345, 56), +(340, 219, 14), +(340, 606, 49), +(340, 686, 31), +(340, 734, 15), +(340, 776, 16), +(340, 886, 35), +(340, 900, 36), +(340, 184, 58), +(340, 20, 69), +(340, 210, 36), +(340, 253, 17), +(360, 444, 34), +(360, 498, 14), +(360, 627, 43), +(360, 686, 10), +(360, 797, 27), +(360, 803, 42), +(360, 886, 34), +(360, 133, 49), +(360, 184, 26), +(360, 219, 27), +(360, 232, 65), +(360, 334, 74), +(360, 355, 24), +(470, 233, 38), +(470, 253, 38), +(470, 288, 25), +(470, 423, 18), +(470, 444, 41), +(470, 571, 15), +(470, 803, 13), +(470, 210, 12), +(470, 335, 47), +(470, 498, 40), +(470, 650, 30), +(470, 686, 20), +(470, 734, 33), +(470, 886, 38), +(470, 963, 21), +(520, 233, 38), +(520, 253, 38), +(520, 288, 25), +(520, 423, 18), +(520, 444, 41), +(520, 571, 15), +(520, 803, 13), +(520, 210, 12), +(520, 335, 47), +(520, 498, 40), +(520, 650, 30), +(530, 130, 39), +(530, 184, 37), +(530, 232, 31), +(530, 304, 61), +(530, 334, 72), +(530, 355, 38), +(530, 36, 12), +(530, 498, 98), +(530, 580, 14), +(530, 650, 48), +(530, 776, 23), +(530, 797, 31), +(530, 921, 10), +(530, 935, 79), +(538, 13, 40), +(538, 210, 18), +(538, 219, 83), +(538, 304, 66), +(538, 334, 77), +(538, 335, 24), +(538, 36, 43), +(538, 466, 53), +(538, 501, 18), +(538, 650, 93), +(538, 686, 95), +(538, 726, 48), +(538, 859, 64), +(538, 935, 85), +(538, 945, 90), +(538, 963, 55), +(566, 13, 17), +(566, 130, 67), +(566, 183, 40), +(566, 210, 25), +(566, 219, 45), +(566, 232, 73), +(566, 334, 13), +(566, 345, 49), +(566, 36, 99), +(566, 371, 38), +(566, 488, 94), +(566, 498, 39), +(566, 571, 28), +(566, 726, 57), +(566, 734, 13), +(566, 776, 56), +(566, 945, 87), +(579, 133, 22), +(579, 184, 82), +(579, 20, 25), +(579, 355, 68), +(579, 375, 76), +(579, 423, 82), +(579, 501, 82), +(579, 571, 98), +(579, 627, 24), +(579, 650, 82), +(579, 859, 74), +(579, 886, 77), +(579, 900, 62), +(579, 945, 58), +(579, 963, 87), +(579, 985, 93), +(624, 13, 30), +(624, 130, 36), +(624, 184, 75), +(624, 210, 94), +(624, 334, 83), +(624, 335, 95), +(624, 375, 53), +(624, 423, 26), +(624, 501, 25), +(624, 529, 21), +(624, 580, 49), +(624, 606, 42), +(624, 734, 29), +(624, 797, 75), +(624, 803, 30), +(624, 886, 83), +(624, 900, 25), +(624, 985, 13), +(63, 13, 28), +(63, 130, 95), +(63, 133, 22), +(63, 183, 56), +(63, 20, 14), +(63, 219, 47), +(63, 375, 97), +(63, 423, 31), +(63, 488, 68), +(63, 498, 95), +(63, 580, 96), +(63, 627, 55), +(63, 650, 13), +(63, 726, 61), +(63, 777, 80), +(63, 803, 59), +(63, 886, 13), +(63, 945, 45), +(653, 130, 21), +(653, 20, 93), +(653, 232, 77), +(653, 233, 59), +(653, 304, 11), +(653, 371, 40), +(653, 498, 96), +(653, 501, 36), +(653, 529, 75), +(653, 677, 48), +(653, 726, 88), +(653, 734, 27), +(653, 776, 66), +(653, 900, 15), +(653, 935, 17), +(653, 945, 41), +(653, 985, 16), +(658, 13, 99), +(658, 133, 76), +(658, 210, 83), +(658, 219, 12), +(658, 334, 54), +(658, 355, 83), +(658, 36, 98), +(658, 488, 33), +(658, 559, 76), +(658, 650, 46), +(658, 677, 72), +(658, 726, 51), +(658, 777, 72), +(658, 859, 96), +(658, 900, 72), +(658, 985, 56), +(663, 219, 67), +(663, 335, 66), +(663, 355, 99), +(663, 375, 90), +(663, 444, 63), +(663, 498, 96), +(663, 501, 31), +(663, 580, 34), +(663, 606, 51), +(663, 686, 41), +(663, 726, 63), +(663, 734, 12), +(663, 859, 60), +(663, 900, 15), +(663, 921, 47), +(681, 133, 74), +(681, 183, 42), +(681, 219, 29), +(681, 288, 87), +(681, 334, 100), +(681, 335, 49), +(681, 355, 35), +(681, 529, 79), +(681, 709, 35), +(681, 859, 32), +(681, 900, 61), +(681, 985, 24), +(700, 130, 94), +(700, 133, 33), +(700, 183, 77), +(700, 304, 37), +(700, 345, 79), +(700, 466, 62), +(700, 498, 70), +(700, 501, 20), +(700, 559, 53), +(700, 571, 37), +(700, 606, 73), +(700, 627, 13), +(700, 776, 34), +(700, 859, 81), +(700, 900, 74), +(700, 945, 42), +(753, 13, 32), +(753, 20, 95), +(753, 219, 22), +(753, 233, 80), +(753, 253, 64), +(753, 355, 83), +(753, 36, 78), +(753, 423, 40), +(753, 466, 20), +(753, 488, 100), +(753, 529, 91), +(753, 606, 32), +(753, 686, 23), +(753, 734, 65), +(753, 797, 72), +(753, 803, 46), +(91, 233, 38), +(91, 253, 38), +(91, 288, 25), +(91, 423, 18), +(91, 444, 41), +(91, 571, 15), +(91, 803, 13), +(91, 210, 12), +(91, 335, 47), +(91, 498, 40), +(91, 650, 30), +(91, 133, 53), +(911, 133, 80), +(911, 219, 30), +(911, 375, 83), +(911, 423, 23), +(911, 444, 62), +(911, 466, 51), +(911, 498, 40), +(911, 529, 68), +(911, 571, 36), +(911, 580, 23), +(911, 677, 28), +(911, 726, 23), +(911, 734, 58), +(911, 777, 84), +(911, 797, 57), +(911, 803, 82), +(911, 935, 39), +(911, 945, 50), +(984, 233, 38), +(984, 253, 38), +(984, 288, 25), +(984, 423, 18), +(984, 444, 41), +(984, 571, 15), +(984, 803, 13), +(984, 335, 47), +(984, 498, 40), +(984, 650, 30), +(984, 686, 20), +(984, 734, 33), +(984, 886, 38), +(984, 963, 21), +(984, 210, 43), +(993, 335, 47), +(993, 498, 40), +(993, 650, 30), +(993, 686, 20), +(993, 734, 33), +(993, 886, 38), +(993, 963, 21), +(993, 184, 31), +(993, 20, 16), +(993, 210, 95), +(993, 219, 75), +(993, 985, 29); INSERT INTO enregistrer VALUES -(277, 544, 4), -(445, 454, 0), -(918, 675, 3), -(519, 879, 5), -(444, 723, 2), -(511, 864, 3); +(134, 93, 4), +(240, 126, 4), +(240, 95, 6), +(309, 127, 7), +(340, 93, 8), +(63, 733, 4), +(700, 751, 5), +(993, 162, 7); INSERT INTO etre VALUES -(5, 933), -(8, 308), -(13, 136), -(19, 703), -(26, 703), -(27, 576), -(36, 562), -(41, 88), -(47, 537), -(62, 703), -(73, 88), -(88, 665), -(108, 537), -(110, 562), -(118, 639), -(130, 933), -(140, 88), -(149, 308), -(154, 308), -(156, 88), -(157, 537), -(180, 537), -(183, 88), -(185, 88), -(192, 88), -(193, 703), -(207, 703), -(227, 703), -(236, 308), -(238, 639), -(271, 308), -(280, 639), -(289, 639), -(299, 703), -(309, 703), -(342, 665), -(378, 88), -(388, 308), -(393, 136), -(398, 703), -(405, 933), -(424, 537), -(432, 639), -(442, 537), -(450, 665), -(473, 136), -(508, 576), -(516, 136), -(518, 703), -(525, 933), -(543, 136), -(553, 703), -(563, 576), -(566, 933), -(568, 933), -(576, 933), -(593, 537), -(597, 665), -(634, 537), -(656, 639), -(679, 639), -(684, 665), -(687, 88), -(693, 665), -(696, 639), -(702, 562), -(703, 562), -(706, 933), -(714, 703), -(719, 308), -(761, 537), -(762, 88), -(777, 88), -(782, 639), -(793, 136), -(800, 665), -(815, 136), -(818, 576), -(839, 537), -(840, 88), -(846, 308), -(854, 562), -(879, 933), -(885, 136), -(891, 703), -(893, 639), -(895, 88), -(897, 88), -(913, 562), -(928, 665), -(929, 703), -(933, 308), -(954, 933), -(963, 537), -(979, 562), -(984, 88), -(991, 639), -(994, 703), -(996, 703), -(997, 562); +(13, 20), +(20, 20), +(36, 503), +(130, 690), +(133, 800), +(183, 516), +(184, 173), +(210, 69), +(219, 406), +(232, 329), +(233, 69), +(253, 69), +(288, 690), +(304, 69), +(334, 173), +(335, 69), +(345, 503), +(355, 516), +(371, 690), +(375, 20), +(423, 503), +(444, 329), +(466, 20), +(488, 69), +(498, 800), +(501, 516), +(529, 20), +(559, 503), +(571, 735), +(580, 503), +(606, 406), +(627, 329), +(650, 173), +(677, 800), +(686, 406), +(709, 735), +(726, 503), +(734, 735), +(776, 329), +(777, 735), +(797, 173), +(803, 690), +(859, 800), +(886, 516), +(900, 516), +(921, 735), +(935, 690), +(945, 406), +(963, 516), +(985, 69); INSERT INTO etre_complexe VALUES -(702, 807), -(954, 807), -(818, 629), -(593, 172), -(929, 687), -(185, 162), -(963, 206), -(762, 555), -(62, 162), -(450, 913), -(984, 807), -(854, 807), -(227, 555), -(157, 172), -(378, 913); +(466, 432), +(345, 130), +(686, 432), +(288, 397), +(571, 244), +(232, 130), +(777, 130), +(288, 432), +(304, 432), +(501, 130), +(985, 244), +(650, 244), +(304, 130), +(777, 432), +(529, 813), +(559, 813), +(985, 813), +(776, 397), +(963, 130), +(963, 813), +(859, 397), +(900, 244), +(304, 244), +(559, 432), +(36, 432), +(130, 432), +(371, 432), +(345, 813), +(935, 432), +(130, 244), +(606, 813), +(627, 432), +(886, 244), +(650, 130), +(776, 244), +(529, 397), +(288, 244), +(627, 244), +(677, 130), +(498, 432), +(375, 813), +(777, 397); INSERT INTO etre_forme VALUES -(721, 5), -(243, 8), -(427, 13), -(947, 19), -(553, 26), -(976, 27), -(721, 36), -(553, 41), -(417, 47), -(243, 62), -(813, 73), -(721, 88), -(417, 108), -(813, 110), -(417, 118), -(884, 130), -(417, 140), -(553, 149), -(721, 154), -(947, 156), -(976, 157), -(721, 180), -(427, 183), -(417, 185), -(427, 192), -(553, 193), -(427, 207), -(417, 227), -(427, 236), -(884, 238), -(884, 271), -(721, 280), -(721, 289), -(269, 299), -(417, 309), -(243, 342), -(976, 378), -(884, 388), -(813, 393), -(884, 398), -(417, 405), -(813, 424), -(947, 432), -(947, 442), -(976, 450), -(813, 473), -(884, 508), -(553, 516), -(976, 518), -(553, 525), -(553, 543), -(269, 553), -(427, 563), -(884, 566), -(553, 568), -(243, 576), -(243, 593), -(947, 597), -(947, 634), -(243, 656), -(553, 679), -(976, 684), -(417, 687), -(721, 693), -(884, 696), -(947, 702), -(553, 703), -(417, 706), -(813, 714), -(417, 719), -(884, 761), -(721, 762), -(976, 777), -(976, 782), -(553, 793), -(553, 800), -(553, 815), -(947, 818), -(427, 839), -(721, 840), -(427, 846), -(813, 854), -(417, 879), -(976, 885), -(417, 891), -(884, 893), -(243, 895), -(427, 897), -(947, 913), -(243, 928), -(721, 929), -(553, 933), -(417, 954), -(976, 963), -(417, 979), -(417, 984), -(947, 991), -(721, 994), -(884, 996), -(427, 997); +(686, 13), +(144, 20), +(686, 36), +(145, 130), +(144, 133), +(422, 183), +(491, 184), +(489, 210), +(491, 219), +(81, 232), +(81, 233), +(491, 253), +(422, 288), +(15, 304), +(132, 334), +(686, 335), +(144, 345), +(686, 355), +(144, 371), +(132, 375), +(132, 423), +(81, 444), +(81, 466), +(491, 488), +(489, 498), +(15, 501), +(491, 529), +(81, 559), +(145, 571), +(422, 580), +(491, 606), +(15, 627), +(81, 650), +(491, 677), +(422, 686), +(144, 709), +(491, 726), +(132, 734), +(874, 776), +(144, 777), +(145, 797), +(144, 803), +(491, 859), +(874, 886), +(874, 900), +(686, 921), +(489, 935), +(489, 945), +(489, 963), +(132, 985); INSERT INTO necessiter VALUES -(468, 118, 14), -(468, 13, 23), -(468, 207, 12), -(468, 656, 13), -(468, 684, 32), -(468, 846, 10), -(543, 192, 49), -(543, 388, 38), -(543, 5, 21), -(543, 563, 36), -(543, 687, 27), -(543, 714, 35), -(543, 840, 33), -(543, 963, 33), -(543, 994, 29), -(824, 13, 15), -(824, 227, 10), -(824, 26, 15), -(824, 719, 30), -(860, 192, 33), -(860, 26, 39), -(860, 424, 45), -(860, 5, 17), -(860, 518, 26), -(860, 706, 50), -(860, 793, 19), -(860, 994, 48), -(865, 149, 25), -(865, 696, 16), -(865, 762, 23), -(865, 777, 45), -(865, 929, 15), -(865, 954, 44); +(15, 219, 14), +(15, 606, 49), +(15, 686, 31), +(15, 734, 15), +(15, 776, 16), +(15, 886, 35), +(15, 900, 36), +(78, 219, 24), +(78, 444, 34), +(78, 498, 14), +(78, 627, 43), +(78, 686, 10), +(78, 797, 27), +(78, 803, 42), +(78, 886, 34), +(179, 233, 38), +(179, 253, 38), +(179, 288, 25), +(179, 423, 18), +(179, 444, 41), +(179, 571, 15), +(179, 803, 13), +(266, 210, 12), +(266, 335, 47), +(266, 498, 40), +(266, 650, 30), +(266, 686, 20), +(266, 734, 33), +(266, 886, 38), +(266, 963, 21), +(428, 20, 27), +(428, 501, 47), +(428, 580, 30), +(428, 606, 14), +(428, 776, 41), +(428, 797, 14), +(428, 921, 30), +(428, 935, 44), +(528, 253, 18), +(528, 288, 43), +(528, 335, 33), +(528, 498, 38), +(528, 580, 12), +(528, 776, 41), +(528, 886, 30), +(625, 184, 42), +(625, 210, 24), +(625, 253, 15), +(625, 423, 42), +(625, 466, 47), +(625, 571, 28), +(625, 686, 34), +(646, 130, 19), +(646, 133, 15), +(646, 210, 47), +(646, 375, 15), +(646, 501, 23), +(646, 734, 13), +(646, 921, 41), +(646, 935, 34), +(765, 13, 27), +(765, 183, 18), +(765, 20, 26), +(765, 253, 26), +(765, 606, 13), +(765, 777, 10), +(765, 985, 12), +(820, 233, 33), +(820, 288, 46), +(820, 304, 10), +(820, 355, 50), +(820, 488, 37), +(820, 797, 19); INSERT INTO noter VALUES -(468, 162, 4), -(468, 166, 2), -(468, 190, 3), -(468, 197, 1), -(468, 2, 5), -(468, 261, 5), -(468, 263, 1), -(468, 301, 1), -(468, 303, 5), -(468, 411, 5), -(468, 544, 1), -(468, 605, 1), -(468, 662, 2), -(468, 670, 1), -(468, 671, 0), -(468, 675, 4), -(468, 82, 1), -(468, 879, 4), -(468, 88, 2), -(468, 913, 2), -(468, 973, 2), -(543, 131, 0), -(543, 139, 0), -(543, 197, 1), -(543, 263, 3), -(543, 301, 0), -(543, 303, 5), -(543, 371, 1), -(543, 411, 3), -(543, 437, 0), -(543, 580, 2), -(543, 605, 0), -(543, 670, 4), -(543, 675, 0), -(543, 723, 3), -(543, 864, 0), -(543, 879, 0), -(543, 88, 5), -(543, 913, 5), -(824, 131, 4), -(824, 166, 3), -(824, 190, 4), -(824, 197, 3), -(824, 303, 2), -(824, 371, 5), -(824, 411, 4), -(824, 437, 5), -(824, 454, 2), -(824, 580, 4), -(824, 605, 5), -(824, 662, 4), -(824, 670, 3), -(824, 671, 0), -(824, 675, 3), -(824, 723, 1), -(824, 747, 2), -(824, 82, 4), -(824, 864, 2), -(824, 88, 3), -(824, 913, 1), -(860, 131, 3), -(860, 162, 2), -(860, 166, 4), -(860, 190, 4), -(860, 301, 2), -(860, 454, 5), -(860, 544, 4), -(860, 580, 3), -(860, 662, 4), -(860, 670, 4), -(860, 675, 5), -(860, 723, 3), -(860, 747, 2), -(860, 864, 2), -(860, 88, 4), -(865, 162, 1), -(865, 166, 4), -(865, 190, 2), -(865, 197, 4), -(865, 2, 5), -(865, 301, 5), -(865, 303, 3), -(865, 371, 4), -(865, 411, 2), -(865, 437, 3), -(865, 544, 4), -(865, 605, 3), -(865, 662, 5), -(865, 675, 5), -(865, 723, 1), -(865, 82, 1), -(865, 864, 3), -(865, 88, 4), -(865, 913, 5), -(865, 973, 5); +(15, 126, 1), +(15, 127, 4), +(15, 162, 0), +(15, 17, 2), +(15, 175, 3), +(15, 230, 0), +(15, 411, 4), +(15, 629, 2), +(15, 660, 5), +(15, 72, 0), +(15, 733, 2), +(15, 797, 0), +(15, 85, 3), +(15, 93, 2), +(179, 126, 1), +(179, 312, 0), +(179, 411, 1), +(179, 629, 5), +(179, 783, 3), +(179, 85, 5), +(179, 929, 1), +(179, 93, 4), +(266, 127, 0), +(266, 17, 2), +(266, 230, 2), +(266, 295, 4), +(266, 716, 5), +(266, 72, 5), +(266, 746, 0), +(266, 751, 2), +(266, 759, 1), +(266, 783, 5), +(266, 85, 1), +(266, 883, 3), +(266, 929, 1), +(428, 162, 1), +(428, 230, 5), +(428, 24, 4), +(428, 295, 0), +(428, 306, 3), +(428, 614, 4), +(428, 716, 0), +(428, 783, 0), +(428, 929, 1), +(528, 126, 5), +(528, 17, 1), +(528, 175, 0), +(528, 230, 2), +(528, 306, 2), +(528, 312, 0), +(528, 443, 1), +(528, 614, 5), +(528, 629, 2), +(528, 660, 4), +(528, 716, 4), +(528, 780, 3), +(528, 93, 3), +(625, 127, 3), +(625, 17, 4), +(625, 312, 3), +(625, 411, 3), +(625, 660, 0), +(625, 72, 5), +(625, 733, 5), +(625, 746, 5), +(625, 783, 4), +(625, 883, 0), +(625, 925, 4), +(625, 93, 2), +(625, 95, 0), +(646, 230, 2), +(646, 295, 4), +(646, 312, 3), +(646, 443, 2), +(646, 614, 2), +(646, 716, 4), +(646, 746, 3), +(646, 759, 5), +(646, 780, 0), +(646, 85, 4), +(646, 925, 0), +(646, 93, 0), +(765, 17, 3), +(765, 175, 1), +(765, 230, 2), +(765, 24, 5), +(765, 295, 3), +(765, 411, 3), +(765, 614, 4), +(765, 629, 1), +(765, 72, 0), +(765, 746, 4), +(765, 751, 4), +(765, 780, 0), +(765, 783, 2), +(765, 929, 0), +(78, 126, 0), +(78, 162, 3), +(78, 230, 2), +(78, 306, 1), +(78, 312, 3), +(78, 733, 2), +(78, 751, 3), +(78, 783, 1), +(78, 85, 5), +(78, 883, 3), +(78, 929, 5), +(78, 95, 2), +(820, 127, 2), +(820, 660, 2), +(820, 751, 1), +(820, 797, 4), +(820, 883, 2), +(820, 925, 1), +(820, 929, 3), +(820, 93, 0); INSERT INTO perdre VALUES -(139, 444, 576, 2), -(454, 400, 929, 2); +(443, 984, 571, 0); INSERT INTO varier VALUES -(824, 824), -(865, 860), -(468, 865), -(468, 824), -(860, 860); +(646, 428), +(428, 820), +(765, 820), +(15, 266), +(266, 179), +(765, 625), +(428, 78), +(625, 528), +(15, 179), +(428, 765);