summaryrefslogtreecommitdiffhomepage
path: root/eurobot/2010/planete-sciences/poster/poster.svg
blob: 6dffbb4b8ab0c0f1100381186230fbf41c21b97a (plain)
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
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="2104.7244"
   height="2979.9211"
   id="svg2"
   sodipodi:version="0.32"
   inkscape:version="0.46"
   version="1.0"
   sodipodi:docname="poster_v2.2_pag_A1portrait.svg"
   inkscape:output_extension="org.inkscape.output.svg.inkscape"
   inkscape:export-filename="D:\projets\APBTeam\svn\public\eurobot\2009\planete-sciences\poster\poster_v1.0.png"
   inkscape:export-xdpi="250"
   inkscape:export-ydpi="250">
  <defs
     id="defs4">
    <linearGradient
       inkscape:collect="always"
       id="linearGradient3569">
      <stop
         style="stop-color:#606398;stop-opacity:1;"
         offset="0"
         id="stop3571" />
      <stop
         style="stop-color:#606398;stop-opacity:0;"
         offset="1"
         id="stop3573" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient3723">
      <stop
         style="stop-color:#606398;stop-opacity:1;"
         offset="0"
         id="stop3725" />
      <stop
         style="stop-color:#606398;stop-opacity:0;"
         offset="1"
         id="stop3727" />
    </linearGradient>
    <inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="-102.53082 : 837.53421 : 1"
       inkscape:vp_y="6.1230318e-14 : 1000 : 0"
       inkscape:vp_z="2150.1352 : 506.10564 : 1"
       inkscape:persp3d-origin="275.23071 : 622.14051 : 1"
       id="perspective10" />
    <inkscape:perspective
       id="perspective3258"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3271"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3284"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3297"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3320"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3545"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3607"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective2578"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective2751"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective2761"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective2795"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective2808"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective2821"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective12756"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective12886"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective12945"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective13004"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective13063"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective13122"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective13164"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective13331"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective13399"
       inkscape:persp3d-origin="156.25 : 104.16667 : 1"
       inkscape:vp_z="312.5 : 156.25 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 156.25 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective13456"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective13515"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective2899"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective8382"
       inkscape:persp3d-origin="137.683 : 66.114334 : 1"
       inkscape:vp_z="275.366 : 99.171501 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 99.171501 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective9"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective13437"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <linearGradient
       y2="32.987183"
       y1="32.987183"
       xlink:href="#linearGradient5737"
       x2="53.53231"
       x1="114.99184"
       inkscape:collect="always"
       id="linearGradient3010"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.40634,0,0,0.33772,43.52829,13.96571)" />
    <linearGradient
       y2="31.694914"
       y1="31.880377"
       xlink:href="#linearGradient5737"
       x2="112.03358"
       x1="31.056627"
       inkscape:collect="always"
       id="linearGradient3008"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.431739,0,0,0.363699,41.63949,13.31983)" />
    <linearGradient
       y2="31.396669"
       y1="31.148083"
       xlink:href="#linearGradient5737"
       x2="64.890297"
       x1="76.37114"
       inkscape:collect="always"
       id="linearGradient3006"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.11533,0,0,1.08986,-8.505587,-3.13271)" />
    <linearGradient
       y2="28.625"
       y1="28.625"
       xlink:href="#linearGradient5753"
       x2="62.5625"
       x1="87.3125"
       inkscape:collect="always"
       id="linearGradient3004"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="41.628193"
       y1="23.837631"
       xlink:href="#linearGradient5737"
       x2="53.075325"
       x1="95.051613"
       inkscape:collect="always"
       id="linearGradient3002"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.032259,0,0,0.999999,-3.024259,-1.24997)" />
    <linearGradient
       y2="32.987183"
       y1="32.987183"
       xlink:href="#linearGradient5731"
       x2="55"
       x1="93.75"
       inkscape:collect="always"
       id="linearGradient3000"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.096774,0,0,1.076923,-7.822561,-3.162472)" />
    <linearGradient
       y2="63.947472"
       y1="63.947472"
       xlink:href="#linearGradient5950"
       x2="69.953621"
       x1="140.15495"
       inkscape:collect="always"
       id="linearGradient2998"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-9.720216e-3,0.211585)" />
    <linearGradient
       y2="62.222271"
       y1="62.402889"
       xlink:href="#linearGradient5950"
       x2="74.953056"
       x1="45.100197"
       inkscape:collect="always"
       id="linearGradient2996"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-1.053323e-2,9.936486e-2)" />
    <linearGradient
       y2="47.602768"
       y1="47.602768"
       xlink:href="#linearGradient5715"
       x2="52.5"
       x1="95.003319"
       inkscape:collect="always"
       id="linearGradient2994"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="72.346977"
       y1="72.527596"
       xlink:href="#linearGradient5707"
       x2="50.030262"
       x1="90.402298"
       inkscape:collect="always"
       id="linearGradient2992"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="72.346977"
       y1="72.527596"
       xlink:href="#linearGradient5707"
       x2="50.030262"
       x1="90.402298"
       inkscape:collect="always"
       id="linearGradient2932"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="47.602768"
       y1="47.602768"
       xlink:href="#linearGradient5715"
       x2="52.5"
       x1="95.003319"
       inkscape:collect="always"
       id="linearGradient2929"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="62.222271"
       y1="62.402889"
       xlink:href="#linearGradient5950"
       x2="74.953056"
       x1="45.100197"
       inkscape:collect="always"
       id="linearGradient2926"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-1.053323e-2,9.936486e-2)" />
    <linearGradient
       y2="63.947472"
       y1="63.947472"
       xlink:href="#linearGradient5950"
       x2="69.953621"
       x1="140.15495"
       inkscape:collect="always"
       id="linearGradient2923"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-9.720216e-3,0.211585)" />
    <linearGradient
       y2="32.987183"
       y1="32.987183"
       xlink:href="#linearGradient5731"
       x2="55"
       x1="93.75"
       inkscape:collect="always"
       id="linearGradient2920"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.096774,0,0,1.076923,-7.822561,-3.162472)" />
    <linearGradient
       y2="41.628193"
       y1="23.837631"
       xlink:href="#linearGradient5737"
       x2="53.075325"
       x1="95.051613"
       inkscape:collect="always"
       id="linearGradient2917"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.032259,0,0,0.999999,-3.024259,-1.24997)" />
    <linearGradient
       y2="28.625"
       y1="28.625"
       xlink:href="#linearGradient5753"
       x2="62.5625"
       x1="87.3125"
       inkscape:collect="always"
       id="linearGradient2914"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="31.396669"
       y1="31.148083"
       xlink:href="#linearGradient5737"
       x2="64.890297"
       x1="76.37114"
       inkscape:collect="always"
       id="linearGradient2911"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.11533,0,0,1.08986,-8.505587,-3.13271)" />
    <linearGradient
       y2="31.694914"
       y1="31.880377"
       xlink:href="#linearGradient5737"
       x2="112.03358"
       x1="31.056627"
       inkscape:collect="always"
       id="linearGradient2908"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.431739,0,0,0.363699,41.63949,13.31983)" />
    <linearGradient
       y2="32.987183"
       y1="32.987183"
       xlink:href="#linearGradient5737"
       x2="53.53231"
       x1="114.99184"
       inkscape:collect="always"
       id="linearGradient2905"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.40634,0,0,0.33772,43.52829,13.96571)" />
    <linearGradient
       y2="32.987183"
       y1="32.987183"
       xlink:href="#linearGradient5737"
       x2="53.53231"
       x1="114.99184"
       inkscape:collect="always"
       id="linearGradient2902"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="31.694914"
       y1="31.880377"
       xlink:href="#linearGradient5737"
       x2="112.03358"
       x1="31.056627"
       inkscape:collect="always"
       id="linearGradient2900"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="31.396669"
       y1="31.148083"
       xlink:href="#linearGradient5737"
       x2="64.890297"
       x1="76.37114"
       inkscape:collect="always"
       id="linearGradient2898"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.11533,0,0,1.08986,-8.505587,-3.13271)" />
    <linearGradient
       y2="28.625"
       y1="28.625"
       xlink:href="#linearGradient5753"
       x2="62.5625"
       x1="87.3125"
       inkscape:collect="always"
       id="linearGradient2896"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="41.628193"
       y1="23.837631"
       xlink:href="#linearGradient5737"
       x2="53.075325"
       x1="95.051613"
       inkscape:collect="always"
       id="linearGradient2894"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="32.987183"
       y1="32.987183"
       xlink:href="#linearGradient5731"
       x2="55"
       x1="93.75"
       inkscape:collect="always"
       id="linearGradient2892"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="63.947472"
       y1="63.947472"
       xlink:href="#linearGradient5950"
       x2="69.953621"
       x1="140.15495"
       inkscape:collect="always"
       id="linearGradient2890"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-9.720216e-3,-2.559738e-2)" />
    <linearGradient
       y2="62.222271"
       y1="62.402889"
       xlink:href="#linearGradient5950"
       x2="74.953056"
       x1="45.100197"
       inkscape:collect="always"
       id="linearGradient2888"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-1.053323e-2,-2.563514e-2)" />
    <linearGradient
       y2="47.602768"
       y1="47.602768"
       xlink:href="#linearGradient5715"
       x2="52.5"
       x1="95.003319"
       inkscape:collect="always"
       id="linearGradient2886"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="72.346977"
       y1="72.527596"
       xlink:href="#linearGradient5707"
       x2="50.030262"
       x1="90.402298"
       inkscape:collect="always"
       id="linearGradient2884"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       xlink:href="#linearGradient2132"
       r="19.375"
       inkscape:collect="always"
       id="radialGradient2864"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.47303,0.156671,-0.131904,0.424364,34.98134,9.802813)"
       fy="29.934519"
       fx="60.129841"
       cy="29.934519"
       cx="60.129841" />
    <linearGradient
       y2="28.625"
       y1="28.625"
       xlink:href="#linearGradient5753"
       x2="62.5625"
       x1="87.3125"
       inkscape:collect="always"
       id="linearGradient2126"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="31.694914"
       y1="31.880377"
       xlink:href="#linearGradient5737"
       x2="112.03358"
       x1="31.056627"
       inkscape:collect="always"
       id="linearGradient2124"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="31.396669"
       y1="31.148083"
       xlink:href="#linearGradient5737"
       x2="64.890297"
       x1="76.37114"
       inkscape:collect="always"
       id="linearGradient2122"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.11533,0,0,1.08986,-8.505587,-3.13271)" />
    <linearGradient
       y2="30.485193"
       y1="30.485193"
       xlink:href="#linearGradient5745"
       x2="82.865448"
       x1="66.249992"
       inkscape:collect="always"
       id="linearGradient2825"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.11533,0,0,1.08986,21.1094,-19.38271)" />
    <linearGradient
       y2="33.754482"
       y1="33.922195"
       xlink:href="#linearGradient7421"
       x2="50.530678"
       x1="96.640549"
       inkscape:collect="always"
       id="linearGradient7427"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="63.947472"
       y1="63.947472"
       xlink:href="#linearGradient5950"
       x2="69.953621"
       x1="140.15495"
       inkscape:collect="always"
       id="linearGradient5963"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-9.720216e-3,-2.559738e-2)" />
    <linearGradient
       y2="62.222271"
       y1="62.402889"
       xlink:href="#linearGradient5950"
       x2="74.953056"
       x1="45.100197"
       inkscape:collect="always"
       id="linearGradient5948"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-1.053323e-2,-2.563514e-2)" />
    <linearGradient
       y2="32.987183"
       y1="32.987183"
       xlink:href="#linearGradient5737"
       x2="53.53231"
       x1="114.99184"
       inkscape:collect="always"
       id="linearGradient5813"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="41.628193"
       y1="23.837631"
       xlink:href="#linearGradient5737"
       x2="53.075325"
       x1="95.051613"
       inkscape:collect="always"
       id="linearGradient5743"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="32.987183"
       y1="32.987183"
       xlink:href="#linearGradient5731"
       x2="55"
       x1="93.75"
       inkscape:collect="always"
       id="linearGradient5729"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="47.602768"
       y1="47.602768"
       xlink:href="#linearGradient5715"
       x2="52.5"
       x1="95.003319"
       inkscape:collect="always"
       id="linearGradient5721"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       y2="72.346977"
       y1="72.527596"
       xlink:href="#linearGradient5707"
       x2="50.030262"
       x1="90.402298"
       inkscape:collect="always"
       id="linearGradient5713"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient5707">
      <stop
         style="stop-color:#212121;stop-opacity:1;"
         offset="0"
         id="stop5709" />
      <stop
         style="stop-color:#a1a1a1;stop-opacity:1.0000000;"
         offset="1.0000000"
         id="stop5711" />
    </linearGradient>
    <linearGradient
       id="linearGradient5715">
      <stop
         style="stop-color:#be1600;stop-opacity:1.0000000;"
         offset="0.0000000"
         id="stop5717" />
      <stop
         style="stop-color:#ffc73f;stop-opacity:1.0000000;"
         offset="1.0000000"
         id="stop5719" />
    </linearGradient>
    <linearGradient
       id="linearGradient5731">
      <stop
         style="stop-color:#924800;stop-opacity:1.0000000;"
         offset="0.0000000"
         id="stop5733" />
      <stop
         style="stop-color:#ff9930;stop-opacity:1.0000000;"
         offset="1.0000000"
         id="stop5735" />
    </linearGradient>
    <linearGradient
       id="linearGradient5737">
      <stop
         style="stop-color:#82829c;stop-opacity:1.0000000;"
         offset="0.0000000"
         id="stop5739" />
      <stop
         style="stop-color:#d8d8e7;stop-opacity:1.0000000;"
         offset="1.0000000"
         id="stop5741" />
    </linearGradient>
    <linearGradient
       id="linearGradient5745">
      <stop
         style="stop-color:#8e8ea4;stop-opacity:1;"
         offset="0"
         id="stop5747" />
      <stop
         style="stop-color:#57576c;stop-opacity:1.0000000;"
         offset="1.0000000"
         id="stop5749" />
    </linearGradient>
    <linearGradient
       id="linearGradient5753">
      <stop
         style="stop-color:#636381;stop-opacity:1.0000000;"
         offset="0.0000000"
         id="stop5755" />
      <stop
         style="stop-color:#9393ac;stop-opacity:1.0000000;"
         offset="1.0000000"
         id="stop5757" />
    </linearGradient>
    <linearGradient
       id="linearGradient5796">
      <stop
         style="stop-color:#000000;stop-opacity:1.0000000;"
         offset="0.0000000"
         id="stop5798" />
      <stop
         style="stop-color:#9b0000;stop-opacity:1.0000000;"
         offset="1.0000000"
         id="stop5800" />
    </linearGradient>
    <linearGradient
       id="linearGradient5856">
      <stop
         style="stop-color:#800000;stop-opacity:1.0000000;"
         offset="0.0000000"
         id="stop5858" />
      <stop
         style="stop-color:#5e0000;stop-opacity:1.0000000;"
         offset="1.0000000"
         id="stop5860" />
    </linearGradient>
    <linearGradient
       id="linearGradient5950">
      <stop
         style="stop-color:#ffffff;stop-opacity:1.0000000;"
         offset="0.0000000"
         id="stop5952" />
      <stop
         style="stop-color:#a1a1a1;stop-opacity:0.0000000;"
         offset="1.0000000"
         id="stop5954" />
    </linearGradient>
    <linearGradient
       id="linearGradient7421">
      <stop
         style="stop-color:#000000;stop-opacity:1.0000000;"
         offset="0.0000000"
         id="stop7423" />
      <stop
         style="stop-color:#000000;stop-opacity:0.0000000;"
         offset="1.0000000"
         id="stop7425" />
    </linearGradient>
    <linearGradient
       id="linearGradient1362">
      <stop
         style="stop-color:#8c8ca4;stop-opacity:1.0000000;"
         offset="0.0000000"
         id="stop1364" />
      <stop
         style="stop-color:#a2a2c6;stop-opacity:1.0000000;"
         offset="1.0000000"
         id="stop1366" />
    </linearGradient>
    <linearGradient
       id="linearGradient2132">
      <stop
         style="stop-color:#ededf0;stop-opacity:1.0000000;"
         offset="0.0000000"
         id="stop2134" />
      <stop
         style="stop-color:#d8d8e7;stop-opacity:0.0000000;"
         offset="1.0000000"
         id="stop2136" />
    </linearGradient>
    <inkscape:perspective
       id="perspective13696"
       inkscape:persp3d-origin="31.25 : 29.166667 : 1"
       inkscape:vp_z="62.5 : 43.75 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 43.75 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective13863"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective2819"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective2886"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3588"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective28"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective8"
       inkscape:persp3d-origin="156.25 : 104.16667 : 1"
       inkscape:vp_z="312.5 : 156.25 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 156.25 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3880"
       inkscape:persp3d-origin="156.25 : 104.16667 : 1"
       inkscape:vp_z="312.5 : 156.25 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 156.25 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3956"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective4023"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3723"
       id="linearGradient3729"
       x1="39.010296"
       y1="231.02084"
       x2="2087.1213"
       y2="231.02084"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.02749,0,0,1.128003,-2183.6762,-2.6903185)" />
    <inkscape:perspective
       id="perspective2857"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective5148"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective2869"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3032"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3157"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3569"
       id="linearGradient3575"
       x1="-2143.7633"
       y1="257.90186"
       x2="-39.010616"
       y2="257.90186"
       gradientUnits="userSpaceOnUse" />
    <inkscape:perspective
       id="perspective2883"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective2905"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective2985"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3035"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3328"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3384"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3438"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <inkscape:perspective
       id="perspective3579"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="0.27014138"
     inkscape:cx="1052.3622"
     inkscape:cy="1489.9606"
     inkscape:document-units="mm"
     inkscape:current-layer="layer1"
     showgrid="true"
     inkscape:window-width="1280"
     inkscape:window-height="1006"
     inkscape:window-x="0"
     inkscape:window-y="0"
     showguides="true"
     inkscape:guide-bbox="true"
     units="mm"
     inkscape:showpageshadow="false">
    <inkscape:grid
       type="xygrid"
       id="grid12763"
       visible="true"
       enabled="true" />
  </sodipodi:namedview>
  <metadata
     id="metadata7">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:label="boites"
     inkscape:groupmode="layer"
     id="layer1"
     transform="translate(-39.042242,-9.2791719)"
     style="display:inline">
    <rect
       style="opacity:1;fill:#eeeeee;fill-opacity:1;stroke:#eeeeee;stroke-width:33.2654953;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect5050"
       width="2071.448"
       height="2946.834"
       x="55.69347"
       y="25.722548"
       rx="0" />
    <text
       sodipodi:linespacing="100%"
       id="text4625"
       y="1793.062"
       x="3264.6846"
       style="font-size:32.75029373px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial;-inkscape-font-specification:Arial"
       xml:space="preserve"
       transform="scale(0.9160223,1.0916765)"><tspan
         y="1793.062"
         x="3264.6846"
         id="tspan4804"
         sodipodi:role="line" /></text>
    <rect
       style="opacity:1;fill:url(#linearGradient3575);fill-opacity:1;stroke:url(#linearGradient3729);stroke-width:7.43824005000000010;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3705"
       width="2097.3145"
       height="497.86377"
       x="-2140.0442"
       y="8.9699745"
       rx="569.52014"
       ry="0"
       transform="scale(-1,1)" />
    <flowRoot
       xml:space="preserve"
       id="flowRoot3180"
       style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
         id="flowRegion3182"><rect
           id="rect3184"
           width="480"
           height="245.71428"
           x="954.28571"
           y="441.86722" /></flowRegion><flowPara
         id="flowPara3186" /></flowRoot>    <flowRoot
       xml:space="preserve"
       id="flowRoot3188"
       style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Lucida Handwriting;-inkscape-font-specification:Lucida Handwriting"><flowRegion
         id="flowRegion3190"><rect
           id="rect3192"
           width="982.85712"
           height="514.28571"
           x="577.14288"
           y="641.86725"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Lucida Handwriting;-inkscape-font-specification:Lucida Handwriting" /></flowRegion><flowPara
         id="flowPara3194" /></flowRoot>    <flowRoot
       xml:space="preserve"
       id="flowRoot3212"
       style="font-size:100px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       transform="translate(36.365492,218.19295)"><flowRegion
         id="flowRegion3214"><rect
           id="rect3216"
           width="355.5737"
           height="153.54318"
           x="1175.8175"
           y="549.08948"
           style="font-size:100px" /></flowRegion><flowPara
         id="flowPara3218"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS">APBTeamA</flowPara></flowRoot>    <flowRoot
       xml:space="preserve"
       id="flowRoot3220"
       style="font-size:100px;font-style:normal;font-weight:normal;fill:#cb6900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       transform="matrix(0.8361925,0.548436,-0.548436,0.8361925,1126.7707,-1278.3511)"
       inkscape:transform-center-y="24.243661"><flowRegion
         id="flowRegion3222"><rect
           id="rect3224"
           width="355.5737"
           height="153.54318"
           x="1175.8175"
           y="549.08948"
           style="font-size:100px;fill:#cb6900;fill-opacity:1" /></flowRegion><flowPara
         id="flowPara3226"
         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#cb6900;fill-opacity:1;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS Bold">présenteprésenteprésente</flowPara></flowRoot>    <flowRoot
       style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       id="flowRoot2563"
       xml:space="preserve"
       transform="translate(19.310576,-586.593)"><flowRegion
         id="flowRegion2565"><rect
           y="83.512245"
           x="1448.4849"
           height="107.57576"
           width="24.242424"
           id="rect2567" /></flowRegion><flowPara
         id="flowPara2569" /></flowRoot>    <text
       id="text2573"
       y="-433.38379"
       x="1492.0378"
       style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="-433.38379"
         x="1492.0378"
         id="tspan2575"
         sodipodi:role="line" /></text>
    <flowRoot
       xml:space="preserve"
       id="flowRoot3243"
       style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
         id="flowRegion3245"><rect
           id="rect3247"
           width="422.85715"
           height="1148.5714"
           x="182.85715"
           y="756.15295" /></flowRegion><flowPara
         id="flowPara3249" /></flowRoot>    <flowRoot
       style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:tb-rl;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       id="flowRoot13869"
       xml:space="preserve"
       transform="matrix(2.1299703,0,0,0.8713025,-4629.7715,722.01753)"><flowRegion
         id="flowRegion13871"><rect
           y="1469.8759"
           x="1300"
           height="45.454544"
           width="127.27273"
           id="rect13873" /></flowRegion><flowPara
         id="flowPara13875" /></flowRoot>    <flowRoot
       xml:space="preserve"
       id="flowRoot3739"
       style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:tb-rl;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
         id="flowRegion3741"><rect
           id="rect3743"
           width="389.9801"
           height="169.27707"
           x="19.284731"
           y="36.972736" /></flowRegion><flowPara
         id="flowPara3745" /></flowRoot>    <flowRoot
       xml:space="preserve"
       id="flowRoot3747"
       style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:tb-rl;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
         id="flowRegion3749"><rect
           id="rect3751"
           width="42.854958"
           height="68.567932"
           x="197.1328"
           y="109.82616" /></flowRegion><flowPara
         id="flowPara3753" /></flowRoot>    <flowRoot
       xml:space="preserve"
       id="flowRoot13253"
       style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:tb-rl;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
         id="flowRegion13255"><rect
           id="rect13257"
           width="569.97089"
           height="169.27707"
           x="692.10754"
           y="223.3918" /></flowRegion><flowPara
         id="flowPara13259" /></flowRoot>    <flowRoot
       xml:space="preserve"
       id="flowRoot13261"
       style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:tb-rl;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
         id="flowRegion13263"><rect
           id="rect13265"
           width="177.84807"
           height="119.99387"
           x="756.38995"
           y="341.24292" /></flowRegion><flowPara
         id="flowPara13267">APBTeam</flowPara></flowRoot>    <flowRoot
       xml:space="preserve"
       id="flowRoot13273"
       style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:tb-rl;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
         id="flowRegion13275"><rect
           id="rect13277"
           width="42.854958"
           height="74.99617"
           x="790.67395"
           y="401.23987" /></flowRegion><flowPara
         id="flowPara13279" /></flowRoot>    <g
       id="g3231"
       transform="matrix(0.9734386,0,0,0.9734386,2862.1938,44.337192)">
      <g
         transform="matrix(0.2550505,0,0,0.2272728,-956.18062,-403.53916)"
         id="g3159">
        <rect
           style="fill:#0000ff;fill-rule:evenodd;stroke:#000000;stroke-width:0.98238015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="rect2383"
           width="199.01761"
           height="399.01761"
           x="0.49119008"
           y="1705.2156" />
        <rect
           style="fill:#ff0000;fill-rule:evenodd;stroke:#000000;stroke-width:0.98238015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="rect2385"
           width="199.01762"
           height="399.01764"
           x="400.49118"
           y="1705.2156" />
        <rect
           style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.98238015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="rect2387"
           width="199.01761"
           height="399.01761"
           x="200.4912"
           y="1705.2156" />
      </g>
      <flowRoot
         xml:space="preserve"
         id="flowRoot3693"
         style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:tb-rl;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
           id="flowRegion3695"><rect
             id="rect3697"
             width="53.568695"
             height="164.99158"
             x="192.84731"
             y="114.11166" /></flowRegion><flowPara
           id="flowPara3699" /></flowRoot>      <flowRoot
         xml:space="preserve"
         id="flowRoot3707"
         style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:tb-rl;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
           id="flowRegion3709"><rect
             id="rect3711"
             width="321.41217"
             height="102.8519"
             x="59.996937"
             y="47.686478" /></flowRegion><flowPara
           id="flowPara3713" /></flowRoot>      <flowRoot
         xml:space="preserve"
         id="flowRoot3715"
         style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:tb-rl;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
           id="flowRegion3717"><rect
             id="rect3719"
             width="362.12439"
             height="139.27861"
             x="904.23956"
             y="201.96432" /></flowRegion><flowPara
           id="flowPara3721" /></flowRoot>      <text
         xml:space="preserve"
         style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
         x="-987.14526"
         y="25.541542"
         id="text3725"><tspan
           sodipodi:role="line"
           x="-987.14526"
           y="25.541542"
           id="tspan3737" /></text>
      <flowRoot
         xml:space="preserve"
         id="flowRoot3729"
         style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:tb-rl;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
           id="flowRegion3731"><rect
             id="rect3733"
             width="6.4282436"
             height="207.84654"
             x="203.56104"
             y="73.399452" /></flowRegion><flowPara
           id="flowPara3735" /></flowRoot>    </g>
    <text
       xml:space="preserve"
       style="font-size:35px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
       x="2222.2366"
       y="153.13394"
       id="text8855"
       transform="scale(0.9338367,1.070851)"
       sodipodi:linespacing="100%"><tspan
         sodipodi:role="line"
         id="tspan2784"
         x="2233.926"
         y="153.13394">Equipe française</tspan><tspan
         sodipodi:role="line"
         id="tspan2786"
         x="2222.2366"
         y="223.13394">n°43</tspan></text>
    <flowRoot
       xml:space="preserve"
       id="flowRoot2604"
       style="font-size:35px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:center;line-height:89.99999762%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
       transform="translate(275.37762,-955.2777)"><flowRegion
         id="flowRegion2606"><rect
           id="rect2608"
           width="1313.1984"
           height="185.86807"
           x="1014.1932"
           y="1417.8207"
           style="font-size:35px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:center;line-height:89.99999762%;writing-mode:lr-tb;text-anchor:middle;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy" /></flowRegion><flowPara
         id="flowPara13251"
         style="font-size:35px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:center;line-height:89.99999762%;writing-mode:lr-tb;text-anchor:middle;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy">http://apbteam.org</flowPara></flowRoot>    <text
       xml:space="preserve"
       style="font-size:175px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
       x="763.24457"
       y="187.11133"
       id="text13269"
       transform="scale(0.8941089,1.118432)"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan13271"
         x="763.24457"
         y="187.11133"
         style="font-size:175px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy">APBTeam</tspan><tspan
         sodipodi:role="line"
         x="763.24457"
         y="405.86133"
         style="font-size:175px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
         id="tspan2882" /></text>
    <text
       xml:space="preserve"
       style="font-size:120px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
       x="1304.9302"
       y="401.90237"
       id="text13285"
       transform="scale(0.9058522,1.1039329)"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan2911"
         x="1304.9302"
         y="401.90237">Marcel Jackson</tspan></text>
    <g
       id="g4830"
       transform="translate(-38,0)">
      <g
         transform="matrix(0.9825883,0,0,0.6064315,-1010.5188,1842.2618)"
         id="g4806"
         style="stroke:#000000;stroke-width:1.35354328;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline">
        <rect
           style="opacity:0.96028885;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.35354328;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
           id="rect4808"
           width="326.86588"
           height="456.56937"
           x="2312.2336"
           y="782.44519"
           rx="25.867088" />
      </g>
      <image
         transform="matrix(0,1,-1,0,0,0)"
         inkscape:export-ydpi="90"
         inkscape:export-xdpi="90"
         height="274.97571"
         width="235.11351"
         xlink:href="images/electronic-architecture.png"
         sodipodi:absref="D:\projets\APBTeam\svn\public\eurobot\2009\planete-sciences\poster\images\electronic-architecture.png"
         id="image13439"
         x="2338.0439"
         y="-1559.6909" />
    </g>
    <flowRoot
       xml:space="preserve"
       id="flowRoot2787"
       style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:tb-rl;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
         id="flowRegion2789"><rect
           id="rect2791"
           width="724.24243"
           height="400"
           x="-1478.7878"
           y="80.481941" /></flowRegion><flowPara
         id="flowPara2793" /></flowRoot>    <text
       xml:space="preserve"
       style="font-size:44px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
       x="678.43213"
       y="279.27069"
       id="text2884"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan2886"
         x="678.43213"
         y="279.27069"
         style="font-size:44px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy">APB Public Bot Team</tspan></text>
    <rect
       style="opacity:1;fill:#330033;fill-opacity:1;stroke:#330033;stroke-width:0.99580896;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3703"
       width="2104.719"
       height="46.331169"
       x="39.628216"
       y="495.38046"
       rx="44.404835"
       ry="0" />
    <text
       xml:space="preserve"
       style="font-size:44px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
       x="1206.8398"
       y="279.20032"
       id="text3731"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3733"
         x="1206.8398"
         y="279.20032">présente</tspan></text>
    <g
       id="g4882"
       transform="translate(0,3.9231653)">
      <rect
         rx="60.074436"
         y="2617.3572"
         x="776.14801"
         height="296.34091"
         width="759.12225"
         id="rect3739"
         style="opacity:0.96028885;fill:#cccccc;fill-opacity:1;stroke:#606398;stroke-width:0.47854462;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
      <image
         height="152.89505"
         width="142.95688"
         xlink:href="images/logo_elsys.jpg"
         sodipodi:absref="D:\projets\APBTeam\svn\public\eurobot\2009\planete-sciences\poster\images\logo_elsys.jpg"
         id="image12947"
         x="830.58722"
         y="2699.0544" />
      <g
         id="g3390"
         transform="translate(-2.4845703e-5,0)">
        <image
           y="2683.3628"
           x="1248.2778"
           id="image13006"
           sodipodi:absref="D:\projets\APBTeam\svn\public\eurobot\2009\planete-sciences\poster\images\logo_fama.gif"
           xlink:href="images/logo_fama.gif"
           width="230.31248"
           height="97.866501" />
        <image
           y="2794.5801"
           x="1261.9841"
           id="image13065"
           sodipodi:absref="D:\projets\APBTeam\svn\public\eurobot\2009\planete-sciences\poster\images\logo-efrei_robotique.png"
           xlink:href="images/logo-efrei_robotique.png"
           width="204.08371"
           height="73.061005" />
      </g>
      <text
         sodipodi:linespacing="100%"
         id="text3741"
         y="2666.502"
         x="1018.2076"
         style="font-size:50px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#330033;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
         xml:space="preserve"><tspan
           y="2666.502"
           x="1018.2076"
           id="tspan3745"
           sodipodi:role="line">Sponsors</tspan></text>
      <image
         y="2727.2356"
         x="1001.1724"
         id="image3386"
         height="96.53257"
         width="219.4772"
         sodipodi:absref="/home/schodet/tmp/robot/git/eurobot/2010/planete-sciences/poster/images/logo-cadelec.png"
         xlink:href="images/logo-cadelec.png" />
    </g>
    <flowRoot
       xml:space="preserve"
       id="flowRoot3826"
       style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:tb-rl;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
         id="flowRegion3828"><rect
           id="rect3830"
           width="245.45454"
           height="242.42424"
           x="-5696.9697"
           y="1052.6484" /></flowRegion><flowPara
         id="flowPara3832" /></flowRoot>    <flowRoot
       xml:space="preserve"
       id="flowRoot3834"
       style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:tb-rl;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
         id="flowRegion3836"><rect
           id="rect3838"
           width="727.27271"
           height="78.78788"
           x="-1757.5758"
           y="1285.9817" /></flowRegion><flowPara
         id="flowPara3840" /></flowRoot>    <text
       xml:space="preserve"
       style="font-size:40px;font-style:normal;font-weight:normal;writing-mode:tb-rl;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="-4887.6079"
       y="1190.7267"
       id="text3848"
       transform="translate(39.042242,9.2791719)"><tspan
         sodipodi:role="line"
         id="tspan3850"
         x="1190.7267"
         y="-4887.6079" /><tspan
         sodipodi:role="line"
         id="tspan3852"
         x="1190.7267"
         y="-4937.6079" /></text>
    <rect
       transform="matrix(0.9999871,5.0789919e-3,0,1,0,0)"
       style="opacity:0.96028885;fill:#cccccc;fill-opacity:1;stroke:#606398;stroke-width:0.56796038;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect4390"
       width="625.2486"
       height="506.80624"
       x="83.485107"
       y="2407.4214"
       rx="49.480083" />
    <text
       xml:space="preserve"
       style="font-size:50px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#330033;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
       x="218.99625"
       y="2468.1926"
       id="text4392"
       sodipodi:linespacing="100%"><tspan
         id="tspan4420"
         sodipodi:role="line"
         x="218.99625"
         y="2468.1926">Alimentation</tspan></text>
    <flowRoot
       transform="translate(45.722037,269.75055)"
       style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       id="flowRoot3062"
       xml:space="preserve"><flowRegion
         id="flowRegion3064"><rect
           y="2230.3879"
           x="70.710678"
           height="384.66611"
           width="568.51379"
           id="rect3066" /></flowRegion><flowPara
         id="flowPara2810"
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial">Le robot peut rouler 30 minutes à plein régime et 2 heures en fonctionnement normal grâce à ses batteries dopées au plomb. </flowPara><flowPara
         id="flowPara2813"
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial">Pour parer à toutes les éventualités, un jeu complet de batteries chargées en permanence n'attend qu'à être utilisé !</flowPara><flowPara
         id="flowPara2817"
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial" /><flowPara
         id="flowPara2819"
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial">Si besoin est, le robot peut être alimenté sur secteur au moyen d'un Nestor qui délivre la tension de nos rêves, ce qui a aussi pour effet de recharger automatiquement les batteries internes du robot.</flowPara><flowPara
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial"
         id="flowPara3080" /><flowPara
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial"
         id="flowPara3082" /><flowPara
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial"
         id="flowPara3084" /><flowPara
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial"
         id="flowPara3086" /><flowPara
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial"
         id="flowPara3088" /><flowPara
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial"
         id="flowPara3090" /><flowPara
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial"
         id="flowPara3092" /><flowPara
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial"
         id="flowPara3094" /><flowPara
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial"
         id="flowPara3096" /><flowPara
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial"
         id="flowPara3098" /><flowPara
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial"
         id="flowPara3100" /><flowPara
         style="font-size:26px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial"
         id="flowPara3102" /></flowRoot>    <image
       xlink:href="images/nestor-robot.PNG"
       sodipodi:absref="D:\projets\APBTeam\svn\public\eurobot\2009\planete-sciences\poster\images\nestor-robot.PNG"
       width="376.15222"
       height="175.23029"
       id="image3159"
       x="800.20782"
       y="2316.2388" />
    <g
       transform="translate(2140.605,-19.19016)"
       id="g4466" />
    <path
       style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.0705303;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       d="M 1036.5612,759.12586 C 1033.0256,758.30136 1026.425,756.98266 1021.8932,756.19526 C 1015.4295,755.07236 1012.3413,753.85606 1007.5659,750.55236 C 1004.2178,748.23606 1000.2118,745.61776 998.66367,744.73386 C 997.11554,743.84996 995.60786,742.88446 995.31323,742.58836 C 993.86387,741.13176 982.71498,732.94876 982.17969,732.94876 C 981.84157,732.94876 977.90912,730.50366 973.44097,727.51516 C 968.46083,724.18416 965.12419,721.17836 964.81866,719.74766 C 964.54455,718.46406 964.07007,709.94096 963.76429,700.80756 C 963.45853,691.67406 962.91997,682.02966 962.56754,679.37546 L 961.92676,674.54976 L 968.70975,672.66436 C 972.44044,671.62746 976.93917,670.33466 978.70693,669.79136 C 980.4747,669.24806 984.33165,668.49576 987.27792,668.11956 C 992.79613,667.41486 1015.5491,662.42556 1026.9188,659.42696 C 1030.4543,658.49456 1037.236,657.10056 1041.9891,656.32926 C 1049.6778,655.08166 1055.8656,653.71516 1062.1651,651.87366 C 1064.1491,651.29366 1064.1796,652.42956 1063.4106,698.26046 C 1062.9771,724.10016 1062.3772,745.63846 1062.0776,746.12326 C 1061.7779,746.60816 1060.964,746.22696 1060.2688,745.27626 C 1059.2827,743.92776 1057.4802,743.61926 1052.0685,743.87296 L 1045.1321,744.19816 L 1044.8192,752.50136 C 1044.6471,757.06806 1044.165,760.76406 1043.7479,760.71466 C 1043.3307,760.66526 1040.0967,759.95036 1036.5612,759.12586 L 1036.5612,759.12586 z"
       id="path2865" />
    <path
       style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.99921262;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       d="M 1.96875,543.5 L 0.875,1755.8438 C 0.080640533,2648.4791 1.0776382,2969.7258 4.625,2974 C 8.653623,2978.8543 180.07692,2979.7737 1051.3438,2979.7188 C 1624.4009,2979.6827 2095.6749,2978.1235 2098.625,2976.25 C 2102.9041,2973.5331 2103.7986,2727.0746 2102.9375,1758.1562 L 2101.8438,543.5 L 1051.9062,543.5 L 1.96875,543.5 z M 259.65625,558.5 C 291.58025,558.48038 328.2689,558.5 370.5,558.5 C 708.3488,558.5 691.96474,557.21636 711.9375,585.21875 L 721.90625,599.1875 L 721.90625,901.34375 L 721.90625,1203.4688 L 712.375,1216.8438 C 707.11815,1224.2135 696.21933,1233.3927 688.15625,1237.2188 C 675.05892,1243.4338 641.10081,1244.1562 369.78125,1244.1562 C 81.730678,1244.1562 65.319771,1243.7607 51.15625,1236.1875 C 42.943441,1231.7962 32.370296,1221.6705 27.65625,1213.6875 C 19.305105,1199.5452 19.093751,1191.477 19.09375,899.1875 L 19.09375,599.1875 L 29.0625,585.21875 C 46.538745,560.71664 36.188272,558.63733 259.65625,558.5 z M 983.0625,558.5 C 1138.3363,558.5 1144.3582,558.79575 1152.625,567.0625 C 1161.0616,575.49906 1161.1875,581.3531 1161.1875,939.90625 C 1161.1875,1298.4594 1161.0616,1304.3135 1152.625,1312.75 C 1144.3563,1321.0188 1138.3159,1321.3125 982,1321.3125 C 807.63386,1321.3125 809.97013,1321.6007 801.40625,1298.5312 C 794.97997,1281.2201 795.21728,598.94001 801.65625,580.46875 C 804.26119,572.99622 809.90764,564.9948 814.21875,562.6875 C 818.93271,560.16467 886.24693,558.50001 983.0625,558.5 z M 1379.75,579.90625 L 1611.1562,579.90625 L 1842.5625,579.90625 L 1842.5625,744.90625 L 1842.5625,909.90625 L 1611.1562,909.90625 L 1379.75,909.90625 L 1379.75,873.0625 L 1379.75,836.25 L 1403.3125,837.71875 C 1420.1015,838.76415 1426.8793,837.65851 1426.875,833.84375 C 1426.8718,830.89747 1429.3037,828.44231 1432.25,828.40625 C 1436.3923,828.35551 1436.3453,827.5609 1432.0625,824.84375 C 1429.0162,822.91121 1424.8358,815.68273 1422.7812,808.8125 L 1419.0625,796.34375 L 1418.6875,810.25 C 1418.4782,818.16235 1416.0119,824.32884 1412.9688,824.5 C 1410.0224,824.66563 1411.4421,826.44306 1416.1562,828.46875 C 1422.6424,831.25591 1419.9012,832.24087 1404.8438,832.46875 C 1390.4555,832.68658 1384.2248,830.87054 1382.3438,825.96875 C 1380.913,822.24046 1379.75,765.36637 1379.75,699.5625 L 1379.75,579.90625 z M 1865.8125,961.8125 C 2056.1845,961.63198 2047.1743,965.12497 2061.3125,988.3125 C 2069.3757,1001.5367 2069.6875,1011.7988 2069.6875,1272.0312 C 2069.6875,1532.2637 2069.3757,1542.4945 2061.3125,1555.7188 C 2056.7116,1563.2647 2047.1832,1572.4438 2040.125,1576.0938 C 2028.864,1581.917 1987.4773,1582.7251 1702.4375,1582.625 C 1337.5544,1582.4969 1361.9635,1584.7025 1345.3125,1550.3125 C 1337.2051,1533.568 1336.875,1522.7446 1336.875,1272.6875 C 1336.875,991.06815 1336.4932,996.11066 1360.25,974.1875 L 1371.8438,963.46875 L 1699.4062,962.3125 C 1767.3077,962.07416 1821.8805,961.85416 1865.8125,961.8125 z M 60.28125,1342.75 L 268.09375,1342.75 L 475.90625,1342.75 L 486.40625,1353.25 L 496.9375,1363.7812 L 496.78125,1542.875 C 496.63765,1731.5568 496.80087,1729.9644 476.84375,1740.5938 C 470.09692,1744.1871 411.4819,1745.53 266.875,1745.4062 C 42.69177,1745.2146 46.824977,1745.7371 38.25,1716.5938 C 35.068619,1705.7812 33.999652,1645.8157 34.90625,1532 L 36.25,1363.4062 L 48.25,1353.0625 L 60.28125,1342.75 z M 912.625,1364.1562 L 1120.2812,1364.1562 L 1327.9375,1364.1562 L 1328.125,1623.4375 L 1328.2812,1882.7188 L 1120.4375,1882.7188 L 912.625,1882.7188 L 912.625,1623.4375 L 912.625,1364.1562 z M 1649.5938,1810.4375 C 1688.2249,1810.3755 1733.8514,1810.4896 1781.875,1810.75 L 2014.6875,1812 L 2027.2188,1826 L 2039.7188,1840 L 2039.7188,2173.875 L 2039.7188,2507.7188 L 2026.5312,2520.9062 L 2013.3438,2534.0938 L 1769.8438,2534.0938 L 1526.3438,2534.0938 L 1513.0312,2521.6562 L 1499.75,2509.25 L 1499.75,2173 L 1499.75,1836.75 L 1510.9375,1825.5312 C 1517.0942,1819.3745 1528.1663,1813.2472 1535.5625,1811.9062 C 1540.1851,1811.0682 1585.2085,1810.5408 1649.5938,1810.4375 z M 653.375,1917.0625 C 675.98736,1917.0243 701.82034,1917.0539 731.34375,1917.0625 C 896.74691,1917.1105 951.61005,1918.4014 959.75,1922.4688 C 965.64255,1925.413 973.89496,1934.5332 978.0625,1942.75 C 985.05004,1956.5269 985.52838,1973.9607 984.46875,2166.5312 L 983.34375,2375.3438 L 971.4375,2387.2188 L 959.5625,2399.125 L 735.75,2400.0938 C 495.47701,2401.1467 497.97277,2401.3398 485.78125,2379.3438 C 477.94548,2365.2065 477.13162,1957.5009 484.90625,1940.4375 C 494.27469,1919.876 495.08847,1917.3296 653.375,1917.0625 z M 271.28125,2456.9688 C 503.74903,2456.9615 506.96703,2457.2717 517.75,2480.9375 C 524.55323,2495.869 524.64112,2903.5838 517.84375,2916.875 C 515.21087,2922.0233 508.96507,2929.5525 503.9375,2933.625 C 495.54098,2940.4265 476.56033,2941.0373 270.9375,2941.125 L 47.09375,2941.2188 L 33.09375,2928.7188 L 19.09375,2916.2188 L 17.875,2710.9688 C 16.500085,2480.9768 16.848308,2477.3613 42.65625,2464.4688 C 56.333452,2457.6363 76.483353,2456.9751 271.28125,2456.9688 z M 651.21875,2508.375 L 705.96875,2508.375 L 760.71875,2508.375 L 759.09375,2525.2188 L 757.5,2542.0625 L 783.625,2540.0312 C 798.88239,2538.8479 809.78128,2539.7214 809.78125,2542.125 C 809.78125,2544.3892 802.52632,2546.1987 793.6875,2546.1562 C 762.86939,2546.0086 758.34373,2546.9252 758.34375,2553.375 C 758.34375,2556.9106 761.24572,2559.8124 764.78125,2559.8125 C 768.31678,2559.8125 771.18753,2557.8868 771.1875,2555.5312 C 771.1875,2553.1756 777.94271,2551.7245 786.1875,2552.3125 C 807.82317,2553.8551 804.62676,2558.2523 779.4375,2561.5938 L 757.6875,2564.5 L 759.09375,2596.4375 C 760.44188,2627.1419 760.10746,2628.4158 750.84375,2628.4062 C 742.13326,2628.3972 741.18747,2630.4634 741.1875,2649.75 L 741.1875,2671.0938 L 842.96875,2672.3125 L 944.75,2673.5312 L 840.84375,2674.5312 L 736.90625,2675.5312 L 736.90625,2651.9688 L 736.90625,2628.375 L 694.0625,2628.375 C 654.06455,2628.375 651.21873,2627.8121 651.21875,2619.8125 C 651.21875,2612.8741 648.36099,2611.2501 636.21875,2611.25 C 627.96917,2611.25 621.21874,2613.1742 621.21875,2615.5312 C 621.21875,2618.0521 606.2087,2619.8125 584.78125,2619.8125 L 548.34375,2619.8125 L 548.34375,2608.0312 L 548.34375,2596.25 L 584.78125,2596.25 C 611.06561,2596.25 621.21874,2597.7285 621.21875,2601.5938 C 621.21875,2604.8589 627.07639,2606.9687 636.21875,2606.9688 C 649.28047,2606.9688 651.21873,2605.6146 651.21875,2596.4688 L 651.21875,2585.9375 L 600.125,2588.5312 L 549.0625,2591.0938 L 548.9375,2564.75 L 548.8125,2538.375 L 585.34375,2538.375 L 621.875,2538.375 L 621.09375,2552.3125 C 619.57587,2580.037 620.22376,2581.2501 636.21875,2581.25 L 651.21875,2581.25 L 651.21875,2544.8125 L 651.21875,2508.375 z M 854.78125,2508.375 L 909.40625,2508.375 C 942.97595,2508.375 964.06248,2510.0547 964.0625,2512.6875 C 964.0625,2515.0445 966.93321,2516.9687 970.46875,2516.9688 C 974.00428,2516.9688 976.90627,2515.3278 976.90625,2513.3125 C 976.90625,2511.2974 989.42938,2509.2965 1004.75,2508.875 C 1021.5647,2508.4125 1032.625,2509.8571 1032.625,2512.5312 C 1032.625,2515.061 1022.0387,2516.9978 1007.9688,2517.0312 C 980.57473,2517.0963 964.06248,2520.4143 964.0625,2525.8438 C 964.0625,2527.8148 973.68367,2528.2707 985.46875,2526.875 C 999.04751,2525.2668 1006.9063,2525.9628 1006.9062,2528.7812 C 1006.9062,2531.2274 1000.6291,2533.1622 992.96875,2533.0625 C 965.53116,2532.7049 964.06248,2533.4194 964.0625,2546.9688 C 964.0625,2557.091 965.92764,2559.8124 972.875,2559.8125 C 977.72816,2559.8125 980.50961,2557.9039 979.0625,2555.5625 C 975.75251,2550.2068 998.47334,2551.2948 1005.8438,2556.8438 C 1009.3429,2559.4783 1011.1875,2559.2045 1011.1875,2556.0625 C 1011.1875,2553.4169 1015.2785,2551.25 1020.2812,2551.25 C 1027.9776,2551.25 1028.5315,2552.2706 1023.9062,2557.8438 C 1020.8998,2561.4664 1015.3577,2564.1397 1011.5938,2563.7812 C 1007.8297,2563.4228 995.60211,2563.3225 984.40625,2563.5938 L 964.0625,2564.0938 L 964.0625,2596.25 L 964.0625,2628.375 L 909.40625,2628.375 L 854.78125,2628.375 L 854.78125,2568.375 L 854.78125,2508.375 z M 793.90625,2509.0938 C 809.52838,2509.0075 827.7724,2510.6155 829.59375,2513.5625 C 830.74711,2515.4287 818.07578,2516.9687 801.4375,2516.9688 C 783.4577,2516.9688 771.18753,2515.1656 771.1875,2512.5312 C 771.1875,2510.2644 781.7557,2509.1608 793.90625,2509.0938 z M 584.78125,2510.5312 C 620.77941,2510.5312 621.21874,2510.6623 621.21875,2521.25 C 621.21875,2531.8377 620.77938,2531.9689 584.78125,2531.9688 C 548.78309,2531.9688 548.34377,2531.8377 548.34375,2521.25 C 548.34375,2510.6623 548.78306,2510.5312 584.78125,2510.5312 z M 794.625,2526.6562 C 801.70205,2526.5291 804.73289,2527.572 803.40625,2529.7188 C 801.91062,2532.1388 791.79791,2534.0938 780.9375,2534.0938 C 756.21936,2534.0938 759.61758,2529.6412 786.21875,2527.1562 C 789.45934,2526.8535 792.26598,2526.6986 794.625,2526.6562 z M 996.1875,2538.375 C 1006.7941,2538.375 1015.4687,2540.3429 1015.4688,2542.7188 C 1015.4688,2545.0949 1006.7941,2546.7137 996.1875,2546.3125 C 985.5809,2545.9113 976.90627,2543.9435 976.90625,2541.9688 C 976.90625,2539.9938 985.58092,2538.3749 996.1875,2538.375 z M 816.1875,2551.25 C 822.08006,2551.25 826.90623,2553.1742 826.90625,2555.5312 C 826.90625,2557.8882 822.08005,2559.8124 816.1875,2559.8125 C 810.29495,2559.8125 805.5,2557.8883 805.5,2555.5312 C 805.5,2553.1741 810.29494,2551.25 816.1875,2551.25 z M 1607.1875,2600.5312 L 1991.0625,2600.5312 L 2008.8438,2612.2812 C 2041.3247,2633.7769 2041.8438,2636.3614 2041.8438,2769.8125 C 2041.8438,2904.8953 2040.4693,2911.4629 2007.7188,2930.6562 L 1989.6562,2941.2188 L 1604.3438,2941.125 C 1220.1119,2941.0269 1218.999,2940.9922 1203.4375,2931.9688 C 1194.8544,2926.9918 1183.6661,2915.556 1178.5938,2906.5312 C 1169.6579,2890.6319 1169.4066,2886.2832 1170.625,2766.75 C 1171.8455,2647.0169 1172.161,2642.9739 1181.4375,2629.9688 C 1186.6944,2622.5991 1198.271,2612.9777 1207.1562,2608.5625 C 1222.5847,2600.8955 1240.5838,2600.5312 1607.1875,2600.5312 z M 952.15625,2634.5 C 954.14934,2634.5999 955.46872,2639.5901 955.46875,2647.4062 C 955.46875,2655.7949 954.52224,2662.6563 953.34375,2662.6562 C 952.16524,2662.6562 951.05005,2661.2365 950.875,2659.4688 C 950.69985,2657.7011 949.75173,2651.997 948.78125,2646.8125 C 947.8108,2641.6279 948.92582,2636.2174 951.25,2634.7812 C 951.55936,2634.59 951.87152,2634.4857 952.15625,2634.5 z M 843.8125,2684.0938 C 846.30863,2684.0938 848.34372,2686.0181 848.34375,2688.375 C 848.34375,2690.7321 847.47689,2692.6562 846.4375,2692.6562 C 845.3981,2692.6562 843.36299,2690.7322 841.90625,2688.375 C 840.44952,2686.018 841.31637,2684.0937 843.8125,2684.0938 z M 1005.25,2723.2188 C 1016.0519,2723.3633 1024.0313,2724.8873 1024.0312,2726.9688 C 1024.0312,2729.3146 1013.4323,2731.2501 1000.4688,2731.25 C 987.50513,2731.25 976.90627,2729.547 976.90625,2727.5 C 976.90625,2725.453 987.50512,2723.5487 1000.4688,2723.25 C 1002.112,2723.2121 1003.7069,2723.1981 1005.25,2723.2188 z M 651.1875,2724.8125 L 704.78125,2726.125 C 754.52373,2727.3472 758.34373,2728.0511 758.34375,2735.7812 C 758.34375,2741.2504 761.2763,2744.0936 766.90625,2744.0938 C 771.6203,2744.0938 775.49908,2742.6426 775.5,2740.875 C 775.50081,2739.1072 782.25115,2737.2955 790.5,2736.8438 C 798.74877,2736.3918 805.5,2737.9867 805.5,2740.375 C 805.5,2742.7634 801.14708,2744.3388 795.84375,2743.875 C 782.94299,2742.7466 758.34373,2748.6042 758.34375,2752.8125 C 758.34375,2754.6631 773.76884,2755.2893 792.625,2754.1875 C 812.02351,2753.0541 826.90623,2753.8691 826.90625,2756.0938 C 826.90625,2758.2562 817.75838,2760.0613 806.5625,2760.0938 C 795.36664,2760.1261 779.79639,2760.3905 771.96875,2760.6875 L 757.75,2761.25 L 759.125,2799.8125 L 760.5,2838.4062 L 705.84375,2838.375 L 651.21875,2838.375 L 651.1875,2781.5938 L 651.1875,2724.8125 z M 805.0625,2724.8438 C 819.04616,2724.7248 831.18751,2725.3408 831.1875,2726.9062 C 831.1875,2728.7798 815.61826,2730.3765 796.5625,2730.4375 C 777.50683,2730.4984 762.86725,2729.5705 764.03125,2728.4062 C 766.09019,2726.3473 787.08351,2724.9967 805.0625,2724.8438 z M 941.25,2725.5312 C 963.78459,2725.4499 964.06827,2727.2707 964.0625,2734.4375 C 964.05402,2744.9473 968.80372,2746.4254 981.21875,2739.7812 C 986.83493,2736.7756 990.1687,2736.9999 992.3125,2740.4688 C 994.21402,2743.5455 993.50715,2744.2719 990.4375,2742.375 C 987.71629,2740.6932 985.46878,2741.3477 985.46875,2743.8438 C 985.46875,2746.34 984.01779,2748.1542 982.25,2747.875 C 973.56698,2746.504 964.06248,2748.7877 964.0625,2752.25 C 964.0625,2754.3932 975.54363,2755.1007 989.75,2753.8125 C 1008.2179,2752.1379 1015.4687,2752.9227 1015.4688,2756.625 C 1015.4688,2759.9639 1009.0475,2761.4805 997.25,2760.9375 C 965.7412,2759.487 964.06248,2760.1565 964.0625,2773.7812 C 964.0625,2782.1227 966.5748,2786.9778 971.5625,2788.2812 C 978.70501,2790.1478 978.70503,2790.2768 971.5625,2790.75 C 965.38933,2791.1592 964.06248,2795.4109 964.0625,2814.8125 L 964.0625,2838.375 L 909.09375,2838.375 L 854.125,2838.375 L 856,2825.5312 C 857.74694,2813.6285 856.89795,2812.6562 844.71875,2812.6562 L 831.5625,2812.6562 L 830.09375,2843.7188 L 828.625,2874.8125 L 827.75,2841.5938 L 826.90625,2808.375 L 841.90625,2808.375 L 856.90625,2808.375 L 856.90625,2767.9062 L 856.90625,2727.4375 L 910.5,2726.125 C 923.77395,2725.7989 933.73847,2725.5584 941.25,2725.5312 z M 1002.625,2735.5312 C 1004.982,2735.5312 1006.9063,2738.4019 1006.9062,2741.9375 C 1006.9062,2745.4731 1004.982,2748.375 1002.625,2748.375 C 1000.2679,2748.375 998.34376,2745.473 998.34375,2741.9375 C 998.34375,2738.402 1000.2679,2735.5312 1002.625,2735.5312 z M 595.59375,2757.0312 C 600.01644,2756.7852 606.97199,2759.8782 612.625,2765.5312 C 623.97595,2776.8821 623.45171,2785.1107 610.5,2798.0625 C 598.51741,2810.0451 595.90708,2829.8126 606.3125,2829.8125 C 609.90636,2829.8125 614.73243,2834.7352 617.03125,2840.7812 C 622.72608,2855.7597 622.43239,2906.9375 616.65625,2906.9375 C 614.16012,2906.9375 613.23772,2908.7432 614.59375,2910.9375 C 615.94985,2913.1317 614.70936,2916.3539 611.84375,2918.125 L 611.84375,2918.1562 C 604.12549,2922.9264 587.38693,2922.8241 582.5625,2918 C 580.24383,2915.6813 578.34377,2897.2527 578.34375,2877.0312 C 578.34375,2845.1811 579.5126,2839.4453 586.9375,2834.0938 C 598.28001,2825.9186 598.09968,2806.412 586.625,2798.375 C 579.85178,2793.6309 578.20661,2788.7809 579.59375,2777.7812 C 580.59184,2769.8657 583.61505,2763.8482 586.3125,2764.4375 C 589.01,2765.0267 591.21875,2763.607 591.21875,2761.25 C 591.21875,2758.5365 592.94014,2757.1789 595.59375,2757.0312 z M 991.90625,2765.5312 C 1000.1558,2765.5312 1006.9063,2767.0623 1006.9062,2768.9375 C 1006.9062,2770.8128 1000.1558,2772.7881 991.90625,2773.3438 C 983.65668,2773.8993 976.90627,2772.3683 976.90625,2769.9375 C 976.90625,2767.5067 983.65666,2765.5311 991.90625,2765.5312 z M 1022.1562,2765.5312 C 1025.5527,2765.5312 1028.3437,2767.4554 1028.3438,2769.8125 C 1028.3438,2772.1695 1024.3532,2774.0937 1019.5,2774.0938 C 1014.6469,2774.0938 1011.887,2772.1695 1013.3438,2769.8125 C 1014.8004,2767.4554 1018.7598,2765.5311 1022.1562,2765.5312 z M 980.9375,2778.375 C 983.43362,2778.375 985.46878,2780.2992 985.46875,2782.6562 C 985.46875,2785.0134 984.63314,2786.9375 983.59375,2786.9375 C 982.55435,2786.9375 980.51923,2785.0133 979.0625,2782.6562 C 977.60577,2780.2993 978.44137,2778.3751 980.9375,2778.375 z M 1014.6875,2779.4062 C 1017.6545,2779.3988 1019.75,2779.7277 1019.75,2780.3125 C 1019.75,2783.6193 1006.9978,2786.3041 1005.1875,2783.375 C 1004.0968,2781.6102 1006.9493,2779.8742 1011.5,2779.5312 C 1012.6377,2779.4455 1013.6985,2779.4087 1014.6875,2779.4062 z M 634.4375,2786.9375 C 636.58599,2786.9375 638.34376,2792.7416 638.34375,2799.8125 C 638.34375,2812.0913 634.43363,2818.48 633.75,2807.3125 C 633.56966,2804.3663 632.75845,2798.5622 631.96875,2794.4375 C 631.17915,2790.3127 632.28897,2786.9375 634.4375,2786.9375 z M 811.03125,2788.5938 C 812.77291,2788.3666 814.06251,2790.1394 814.0625,2793.125 C 814.0625,2796.7997 812.1383,2799.8126 809.78125,2799.8125 C 807.42423,2799.8125 805.5,2797.9992 805.5,2795.7812 C 805.5,2793.5633 807.42426,2790.5505 809.78125,2789.0938 C 810.22319,2788.8206 810.62933,2788.6462 811.03125,2788.5938 z M 775.5,2872.6562 C 782.57106,2872.6562 788.34373,2874.2827 788.34375,2876.2812 C 788.34375,2878.2796 782.57107,2880.0801 775.5,2880.2812 C 768.42893,2880.4823 762.62502,2878.8558 762.625,2876.6562 C 762.625,2874.4569 768.42894,2872.6562 775.5,2872.6562 z M 796.90625,2872.6562 C 799.26328,2872.6562 801.18752,2874.5806 801.1875,2876.9375 C 801.1875,2879.2946 799.26327,2881.2187 796.90625,2881.2188 C 794.54923,2881.2188 792.62502,2879.2947 792.625,2876.9375 C 792.625,2874.5805 794.54922,2872.6562 796.90625,2872.6562 z"
       transform="translate(39.042242,9.2791719)"
       id="path5077" />
    <path
       style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.99921262;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path5083"
       d="M -624.46791,1230.681 C -631.62698,1242.9481 -635.73847,1256.564 -638.33222,1270.4404 C -640.04464,1280.8057 -640.31435,1291.3174 -640.41184,1301.7981 C -640.18987,1307.9353 -637.55453,1312.4237 -631.72523,1314.3682 C -623.89684,1316.9973 -616.54947,1320.4738 -609.25378,1324.3329 C -601.26131,1328.0857 -593.36032,1331.8264 -584.79188,1334.0867 C -574.78795,1336.4139 -564.51178,1336.8813 -554.28491,1337.1182 C -544.53578,1335.7989 -535.32497,1332.1804 -526.35919,1328.3107 C -503.33849,1315.0969 -555.39103,1344.9769 -573.1092,1355.0647 C -574.42122,1355.8117 -570.52532,1353.5022 -569.24117,1352.7082 C -565.71937,1350.5309 -562.40743,1348.1104 -559.01729,1345.737 C -551.49748,1340.6111 -544.23323,1335.1399 -536.90144,1329.7456 C -529.76527,1323.7016 -521.83568,1318.8449 -513.98055,1313.8245 C -477.81911,1291.6188 -378.40489,1235.7014 -489.35496,1299.2042 C -481.65276,1294.6212 -474.80728,1289.2039 -468.97044,1282.4125 C -461.03032,1270.9862 -451.96913,1260.3813 -444.392,1248.7078 C -438.02005,1238.883 -436.38101,1227.7125 -435.52149,1216.2968 C -434.9981,1206.4634 -435.14654,1196.6116 -435.22847,1186.7694 C -435.13553,1175.3594 -435.20354,1163.9483 -435.23007,1152.5379 C -435.61759,1142.8571 -434.71157,1133.0879 -435.72643,1123.4432 C -437.4174,1116.424 -441.48962,1110.3796 -446.95727,1105.7492 C -453.07645,1098.9578 -461.36457,1097.4145 -470.03762,1096.399 C -480.03757,1095.2193 -489.81061,1095.4488 -499.66767,1097.2563 C -503.5049,1098.6346 -507.00062,1100.5551 -510.58111,1102.441 C -511.79205,1103.0788 -515.47764,1104.8816 -514.29311,1104.1959 C -457.15524,1071.1241 -447.11809,1064.3779 -466.47554,1077.1874 C -472.34852,1081.7661 -476.16136,1088.3782 -479.35364,1094.9895 C -484.43599,1104.2507 -487.13271,1114.0654 -488.73789,1124.437 C -491.025,1138.6645 -494.7514,1152.632 -498.11176,1166.639 C -501.41472,1179.4309 -502.36968,1192.6038 -503.02249,1205.7445 C -503.42706,1217.3117 -503.31956,1228.8867 -503.34802,1240.4584 C -503.29953,1250.713 -503.67518,1260.9441 -502.19356,1271.1118 C -500.63599,1281.5536 -497.82247,1291.6984 -496.33106,1302.1629 C -494.65214,1312.5815 -491.92253,1322.7472 -489.52091,1333.0075 C -486.63563,1343.3115 -482.1475,1353.15 -476.76526,1362.3779 C -470.68506,1371.2487 -463.75393,1379.5264 -456.38014,1387.368 C -450.18217,1395.2545 -442.0071,1401.0654 -433.72746,1406.5566 C -424.69088,1411.5877 -414.57292,1413.189 -404.41744,1414.0108 C -394.20285,1414.7161 -383.82759,1413.2645 -373.90922,1410.811 C -361.89328,1406.9352 -350.76053,1400.8705 -339.42895,1395.4042 C -442.20359,1443.8305 -392.9935,1430.3781 -377.72356,1416.4205 C -375.7524,1414.6188 -373.96496,1412.27 -372.28909,1410.2206 C -367.64528,1403.8238 -363.62932,1396.7955 -360.88555,1389.3694 C -357.70074,1380.9478 -355.80403,1372.3136 -354.78278,1363.39 C -354.18335,1355.6303 -353.08673,1347.6582 -355.87594,1340.2123 C -356.74916,1338.5053 -358.04062,1334.3132 -360.53265,1333.9416 C -361.92516,1333.734 -364.64057,1337.7086 -363.40005,1337.0429 C -345.73276,1327.5607 -328.47207,1317.3398 -311.00808,1307.4882 C -317.96093,1313.5193 -322.05407,1322.1519 -327.12568,1329.7281 C -331.84365,1337.3029 -337.9075,1343.668 -344.35954,1349.7511 C -352.48073,1356.9178 -360.0307,1364.5676 -366.80976,1373.0096 C -373.86964,1381.2459 -379.9176,1389.9846 -383.89203,1400.098 C -387.92859,1411.3528 -386.54761,1422.8612 -384.19754,1434.2762 C -381.10041,1445.1753 -379.02598,1456.5215 -372.97228,1466.2398 C -368.5359,1474.0684 -361.17083,1478.6556 -352.96661,1481.7959 C -334.84724,1486.5529 -316.12884,1488.5532 -297.494,1490.0523 C -276.28894,1491.4546 -255.02849,1491.6811 -233.78429,1491.7151 C -220.21104,1490.4544 -205.3118,1490.3964 -193.73824,1482.3705 C -322.99135,1551.9041 -241.46913,1522.2084 -239.62568,1503.0064 C -239.44533,1501.1278 -240.30361,1499.0471 -240.82905,1497.3387 C -244.70379,1489.1392 -251.03014,1482.2471 -257.75256,1476.2719 C -265.41559,1468.4713 -274.78048,1466.2821 -285.22055,1464.9827 C -302.2733,1463.4678 -319.19659,1469.168 -335.1413,1474.6666 C -346.97009,1479.3351 -341.37242,1476.797 -352.75591,1482.6157 C -355.49336,1484.0149 -363.61863,1488.3725 -360.96333,1486.823 C -276.51904,1437.5471 -308.18493,1455.552 -325.95637,1468.0796 C -336.86951,1476.3718 -344.60735,1487.6774 -351.33417,1499.4329 C -357.19357,1509.1924 -359.93159,1519.8782 -361.20646,1531.0627 C -362.8539,1546.3212 -358.94006,1561.4237 -356.72917,1576.4438 C -353.53098,1594.8585 -350.0466,1613.2579 -346.41162,1631.6015 C -340.96205,1655.6561 -334.81925,1679.5245 -328.38626,1703.3317 C -321.81623,1727.6932 -316.09173,1752.1526 -313.12191,1777.2235 C -310.28149,1799.5946 -310.74362,1821.8303 -314.26875,1844.0471 C -318.16999,1864.1686 -323.18333,1883.9954 -332.25123,1902.4314 C -339.40604,1917.6745 -349.92025,1930.4813 -361.79118,1942.2408 C -385.74644,1961.6488 -414.09359,1975.2721 -441.21605,1989.3724 C -449.89579,1993.8847 -466.31482,1995.5699 -476.04017,1997.0619 C -500.22852,1999.3197 -524.63018,2000.4843 -548.90842,1999.2799 C -564.98295,1997.3038 -580.92751,1993.2767 -594.23606,1983.8211 C -608.76958,1973.0865 -619.64993,1958.7392 -630.07463,1944.2042 C -645.94547,1923.9037 -655.21207,1900.3004 -663.24121,1876.1195 C -669.27816,1855.4844 -674.02974,1834.3858 -672.97797,1812.8101 C -670.78994,1795.7235 -665.48632,1784.4565 -652.58802,1773.1258 C -629.68994,1756.6746 -603.28267,1743.2831 -579.03316,1730.4649 C -573.16331,1727.3621 -559.80945,1725.7764 -553.0473,1724.2953 C -534.21399,1720.6769 -515.04859,1719.6226 -495.92372,1718.9968 C -481.42043,1718.0474 -467.55304,1719.5501 -454.71138,1726.4665 C -443.50881,1733.2093 -435.37755,1743.3982 -428.19203,1754.1026 C -419.09483,1766.3247 -416.29011,1780.8175 -414.71873,1795.6097 C -412.58586,1815.7599 -413.69553,1835.7612 -417.03938,1855.6829 C -420.21723,1876.4946 -425.25741,1896.8209 -430.9553,1917.0558 C -434.8117,1932.0286 -441.50558,1945.9271 -447.92477,1959.8986 C -455.61277,1975.6787 -462.64718,1991.7249 -469.6048,2007.8375 C -476.37669,2022.3082 -480.20663,2037.8467 -483.10224,2053.4874 C -486.5835,2071.747 -483.23645,2089.7931 -478.34738,2107.4155 C -472.12619,2129.5387 -459.05402,2148.4939 -446.72673,2167.549 C -437.73995,2181.0501 -426.86146,2192.9009 -413.92639,2202.6231 C -404.456,2211.09 -393.33323,2213.6631 -381.09562,2215.003 C -364.65623,2217.2981 -349.84529,2211.1404 -336.06693,2202.7827 C -421.63578,2251.6211 -384.56669,2235.5175 -371.2979,2216.6172 C -366.60322,2209.9299 -363.99206,2202.6939 -361.54702,2194.9977 C -358.0972,2181.4003 -357.88485,2167.3158 -357.83912,2153.3739 C -358.41367,2147.4951 -358.02712,2150.361 -358.97373,2144.773 L -302.97934,2115.0261 C -301.88404,2121.2659 -302.36236,2118.0205 -301.58441,2124.7682 C -301.77049,2139.2576 -302.12835,2153.845 -304.90528,2168.111 C -316.35192,2211.9858 -340.80965,2217.2894 -384.89291,2242.1478 C -399.96722,2249.5952 -415.45923,2254.1837 -432.43413,2251.2873 C -445.53845,2249.2944 -457.15495,2245.2352 -467.19114,2236.1906 C -480.30794,2225.7018 -491.24404,2212.9879 -500.24087,2198.7864 C -512.76818,2179.1694 -526.28354,2159.771 -532.89273,2137.166 C -538.3497,2118.9306 -542.57147,2100.054 -539.30316,2080.9654 C -536.91148,2064.837 -533.24361,2048.7047 -526.37067,2033.8447 C -519.1863,2017.9699 -512.91206,2001.7027 -505.0871,1986.1118 C -499.19177,1971.9862 -491.26139,1958.6775 -487.20035,1943.7907 C -481.50458,1923.6772 -475.86063,1903.6154 -472.8185,1882.8777 C -469.18394,1863.5753 -468.15481,1844.2155 -470.21393,1824.6288 C -471.67442,1810.8412 -473.93155,1797.3346 -482.48684,1785.9416 C -489.10538,1776.0863 -496.85738,1766.9051 -507.47517,1761.1966 C -519.72605,1755.6495 -533.00213,1755.1397 -546.31024,1755.8886 C -565.23821,1756.6627 -584.21571,1757.9302 -602.74941,1762.1113 C -607.73322,1763.2584 -615.23288,1764.8632 -620.13384,1766.4641 C -622.82816,1767.3442 -630.46649,1771.0335 -628.06749,1769.524 C -544.17014,1716.7318 -575.19357,1738.9596 -594.23866,1749.6993 C -596.82644,1751.5887 -602.89617,1755.8419 -605.13629,1758.1892 C -612.00355,1765.3851 -614.9331,1775.403 -616.99163,1784.8401 C -619.33045,1805.6826 -614.76347,1826.3389 -609.18744,1846.3818 C -601.52664,1869.9917 -592.42731,1893.0163 -576.63484,1912.5574 C -566.27492,1926.2854 -555.57766,1940.0921 -541.21109,1949.8948 C -528.37569,1957.961 -513.49121,1961.578 -498.47869,1962.9768 C -474.49996,1963.8827 -450.37281,1962.9947 -426.57508,1959.8496 C -417.22545,1958.1383 -412.54702,1957.5769 -403.42622,1954.7135 C -399.76665,1953.5646 -389.45714,1948.567 -392.63784,1950.7107 C -472.23146,2004.3547 -437.93273,1976.9313 -419.59976,1965.9585 C -407.33451,1955.1616 -396.73056,1942.6992 -389.24048,1928.0752 C -379.31251,1910.4137 -374.04838,1891.0206 -369.91623,1871.2611 C -366.17773,1849.5793 -365.46843,1827.9002 -368.04202,1805.9894 C -370.70873,1781.1539 -375.8248,1756.8238 -382.44472,1732.7356 C -389.15063,1708.9404 -395.31587,1685.0203 -401.28686,1661.033 C -405.47957,1642.7182 -408.17606,1624.0456 -412.10777,1605.6654 C -414.28035,1590.2243 -418.37997,1574.8528 -417.81121,1559.1924 C -416.76077,1547.273 -414.78937,1535.6517 -408.76286,1525.0852 C -402.004,1512.8109 -394.82739,1500.8042 -384.41922,1491.1751 C -353.98309,1469.1093 -321.18074,1449.5751 -285.90045,1436.4688 C -268.97885,1431.289 -251.45887,1425.9724 -233.59443,1428.6711 C -222.21726,1430.7565 -212.26127,1434.5732 -203.98614,1443.0178 C -196.67672,1449.9647 -189.59893,1457.5152 -185.15658,1466.6712 C -184.313,1469.0415 -183.02167,1472.2876 -182.72471,1474.7854 C -179.50606,1501.8594 -240.71148,1520.267 -243.07841,1522.0402 C -256.15405,1527.1296 -270.34378,1528.0778 -284.26044,1528.3325 C -305.48614,1528.0587 -326.72384,1527.7278 -347.89539,1526.0374 C -367.21372,1524.3869 -386.87861,1522.6618 -405.445,1516.8052 C -414.69649,1512.5708 -422.7787,1507.2244 -427.68583,1497.9814 C -433.90629,1487.4601 -436.46162,1475.7196 -439.77669,1464.0493 C -442.37055,1451.7505 -444.45416,1439.3211 -441.19098,1426.8958 C -437.80949,1416.123 -432.61838,1406.2244 -424.76527,1397.982 C -418.47988,1389.0241 -411.22693,1380.991 -402.95641,1373.8033 C -396.61023,1367.8823 -390.08026,1362.2586 -385.05563,1355.1228 C -379.96864,1347.2259 -374.87041,1339.3761 -370.06632,1331.3071 C -353.66155,1321.7014 -314.4791,1277.0881 -300.3138,1309.2462 C -296.95468,1317.6183 -297.22829,1326.3344 -298.07264,1335.21 C -298.88008,1344.3684 -299.83085,1353.6437 -303.60225,1362.1405 C -305.37377,1370.6043 -309.84273,1377.7622 -313.99771,1385.253 C -316.49282,1388.564 -318.80775,1392.5063 -321.74185,1395.4478 C -340.04335,1413.7955 -385.89426,1397.8794 -388.68518,1434.7259 C -400.11858,1440.3679 -411.71696,1446.0738 -424.21178,1448.9392 C -434.74214,1450.6849 -445.38366,1452.2558 -456.04758,1450.6671 C -466.91153,1449.1728 -477.5594,1446.5338 -486.96839,1440.6414 C -495.60167,1434.8409 -503.88138,1428.4185 -510.40521,1420.2294 C -518.05088,1412.0237 -525.09569,1403.2404 -531.37683,1393.9541 C -537.11882,1384.193 -542.02719,1373.8676 -545.19527,1362.9698 C -547.52971,1352.5034 -550.44283,1342.1928 -552.24311,1331.6042 C -553.57538,1321.1529 -556.34706,1311.0663 -558.18424,1300.7193 C -559.86201,1290.2178 -559.77876,1279.7477 -559.57983,1269.1212 C -559.64585,1257.4533 -559.65319,1245.7808 -559.30382,1234.1171 C -558.8109,1220.6185 -557.82428,1207.0223 -554.76633,1193.8363 C -551.41289,1180.0159 -547.87517,1166.2176 -545.1539,1152.2657 C -543.991,1141.4372 -542.29923,1130.9692 -537.18522,1121.2283 C -533.69576,1114.1194 -530.53553,1106.9015 -525.41218,1100.7498 C -505.89687,1083.0713 -476.45718,1066.2087 -448.98971,1059.2665 C -438.77834,1058.0511 -428.48891,1058.6551 -418.30878,1060.0095 C -408.655,1061.8227 -399.82835,1064.9245 -393.00641,1072.3688 C -386.77312,1078.4447 -381.83321,1085.393 -379.54539,1093.9151 C -378.10375,1103.812 -379.36252,1113.9008 -378.99293,1123.8739 C -378.98813,1135.2358 -379.00491,1146.6 -378.77511,1157.9599 C -378.73134,1167.9821 -378.65097,1178.0105 -379.10309,1188.0257 C -379.82614,1200.1761 -380.62863,1212.422 -386.78958,1223.2575 C -393.86124,1235.3443 -403.32231,1245.5233 -410.77635,1257.3498 C -415.88802,1265.0486 -422.23224,1271.5182 -430.33347,1276.1132 C -449.64927,1287.4033 -468.92786,1298.7573 -488.28088,1309.9835 C -489.66619,1310.7871 -493.92479,1313.0106 -492.5437,1312.1998 C -475.92075,1302.4407 -459.21719,1292.8196 -442.55026,1283.1359 C -439.70462,1281.4825 -454.10312,1289.7139 -450.83891,1288.5006 C -452.18124,1289.3465 -453.52357,1290.1925 -454.86591,1291.0385 C -462.97825,1295.533 -471.09776,1300.458 -478.09898,1306.542 C -479.55328,1307.5352 -481.00759,1308.5283 -482.4619,1309.5215 C -483.79314,1310.6183 -485.03541,1311.833 -486.45564,1312.8119 C -487.66266,1313.6438 -489.12001,1314.0737 -490.30962,1314.9303 C -493.62031,1317.3143 -495.91935,1321.0706 -500.0218,1322.3946 C -523.63035,1340.0187 -549.3039,1355.4393 -576.1654,1367.5649 C -585.54008,1371.2592 -595.52127,1374.1722 -605.66239,1374.1553 C -616.19401,1373.6179 -626.7467,1372.6535 -636.93338,1369.7577 C -645.73397,1366.972 -654.18075,1363.2999 -662.40192,1359.1006 C -669.62611,1355.2111 -677.30052,1352.568 -684.84812,1349.4095 C -691.88592,1345.1726 -696.15606,1338.846 -696.89044,1330.5098 C -696.79131,1319.6556 -696.51075,1308.7766 -694.88525,1298.0232 C -692.49841,1283.6658 -688.50204,1269.7865 -682.4237,1256.5155 L -624.46791,1230.681 z"
       transform="translate(39.042242,9.2791719)" />
    <path
       style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.99921262;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path5085"
       d="M -479.75175,1321.84 C -489.76925,1306.1156 -500.69997,1291 -510.76299,1275.3048 C -517.49087,1263.6627 -524.55078,1252.3637 -530.38952,1240.2467 C -534.8582,1231.3686 -536.8476,1221.7777 -537.69729,1211.9613 C -537.85681,1199.2721 -535.44086,1186.9671 -531.39298,1175.0054 C -527.47676,1162.628 -521.42572,1151.8372 -511.75186,1143.1603 C -484.44319,1123.1328 -455.01556,1106.8782 -423.30603,1095.8448 C -410.21249,1091.0766 -396.325,1089.8603 -382.5312,1088.9436 C -372.56561,1088.7709 -363.90709,1092.9457 -355.02836,1096.8102 C -344.77006,1103.5521 -336.67227,1113.1393 -329.79536,1123.1944 C -319.69064,1135.3103 -313.52902,1149.6902 -307.56814,1164.1247 C -301.04732,1181.8739 -293.80619,1199.3307 -289.39538,1217.752 C -285.89441,1233.09 -285.22158,1248.8125 -284.79778,1264.4736 C -284.51619,1276.3417 -284.61236,1288.2139 -284.60306,1300.0842 C -284.77825,1312.2797 -289.22026,1323.2684 -295.55506,1333.4621 C -303.93985,1344.8931 -314.56514,1354.6054 -325.29262,1363.8048 C -351.43155,1385.7055 -382.61647,1400.4077 -412.09754,1417.109 C -423.09453,1422.5579 -435.41037,1423.4464 -447.22486,1425.9196 C -458.6975,1428.3248 -470.41514,1429.302 -482.11066,1429.7394 C -496.11233,1430.7483 -509.95068,1429.1211 -523.85043,1427.7423 C -537.5159,1425.6854 -551.0605,1423.3542 -564.22826,1419.1049 C -576.43738,1414.4948 -587.632,1408.0345 -598.49712,1400.8873 C -609.04834,1394.2674 -618.12714,1386.3956 -626.20412,1376.9629 C -637.96113,1363.2739 -647.18182,1347.7725 -656.02144,1332.1104 C -667.65534,1313.0337 -672.80521,1291.6407 -677.08016,1269.9866 C -681.57969,1246.1863 -682.42145,1221.9346 -683.14786,1197.7884 C -683.36084,1178.1995 -680.00435,1158.8917 -673.81105,1140.3665 C -666.24351,1122.6736 -656.54791,1105.9875 -645.59628,1090.1986 C -634.23189,1073.7578 -620.35331,1059.5763 -605.17325,1046.6875 C -587.52744,1031.5814 -568.45079,1018.5555 -549.00369,1005.9424 C -524.30267,989.40895 -498.18121,975.30351 -472.36797,960.52755 C -469.99419,959.16876 -467.49344,958.04419 -465.08074,956.75579 C -462.7962,955.53582 -456.03244,951.71187 -458.27749,953.00308 C -473.87049,961.97121 -489.50951,970.85907 -505.12552,979.78706 C -489.24138,970.2275 -474.63887,958.76761 -460.30381,947.06395 C -443.51822,934.35073 -429.31518,918.80022 -416.69927,902.04061 C -403.20328,884.07295 -390.8993,865.3339 -380.16986,845.59839 C -371.97345,831.70501 -366.45183,816.76589 -363.7246,800.9175 C -361.86599,786.25121 -361.99845,771.42802 -362.07506,756.67237 C -360.74203,740.8521 -363.87143,725.80217 -367.48316,710.5455 C -371.73343,694.83953 -377.3949,679.57941 -384.23213,664.82974 C -389.7015,653.88966 -396.95666,643.72841 -405.6747,635.13619 C -412.66791,627.50541 -421.99316,625.97317 -431.78737,624.87284 C -444.23556,623.11208 -456.31175,625.72112 -468.37754,628.45801 C -470.33915,629.11852 -472.36003,629.62389 -474.26237,630.43954 C -476.73825,631.5011 -494.47935,641.95347 -484.13261,636.06411 C -400.22482,588.30385 -427.16436,600.73174 -444.91003,615.72186 C -454.02557,622.60663 -460.3294,632.01474 -466.67828,641.31104 C -474.16034,654.45139 -479.85243,668.66083 -484.44422,683.05209 C -489.99466,701.50978 -494.159,720.2915 -496.70679,739.38781 C -499.49767,766.01274 -499.61524,792.82798 -499.81107,819.57061 C -500.07413,849.52438 -500.16899,879.4495 -498.71443,909.37244 C -497.59059,937.97373 -495.72591,966.51743 -493.90215,995.07883 C -492.18319,1020.057 -491.41105,1045.0848 -491.05977,1070.1153 C -491.00285,1093.1486 -489.71137,1116.2004 -486.26193,1138.9794 C -483.28849,1160.6298 -478.63945,1181.9531 -474.48328,1203.3886 C -471.16423,1221.7303 -469.96897,1240.3127 -469.40581,1258.9105 C -469.47732,1274.435 -467.18134,1289.8168 -466.05065,1305.2717 C -465.05483,1319.3229 -464.91075,1333.4182 -464.85013,1347.4991 C -464.47166,1361.7617 -462.26914,1375.7396 -458.519,1389.4716 C -455.12164,1403.4259 -452.76046,1417.649 -450.67839,1431.8574 C -448.89103,1447.3397 -448.12536,1462.9175 -447.76938,1478.4914 C -447.52764,1491.4104 -447.54197,1504.3336 -447.58979,1517.2545 C -447.97683,1533.7966 -447.77762,1550.3425 -447.73075,1566.8865 C -447.19031,1579.518 -447.7434,1592.0351 -449.29556,1604.567 C -450.73736,1615.7407 -455.70958,1625.2805 -462.88177,1633.7761 C -486.78417,1655.2443 -515.56505,1673.5479 -547.11,1680.7261 C -557.48436,1682.8378 -568.07745,1682.9261 -578.61543,1682.9941 C -591.11661,1683.5944 -603.31483,1681.7079 -615.1477,1677.7632 C -625.86508,1674.5702 -635.81023,1669.0025 -644.14531,1661.5691 C -652.21254,1655.2738 -658.80136,1647.3118 -665.00718,1639.2306 C -671.35902,1630.43 -677.40799,1621.3473 -682.67356,1611.8482 C -688.78757,1600.3374 -692.8875,1587.9928 -697.45953,1575.8475 C -701.50171,1565.1319 -703.74553,1553.9528 -704.7191,1542.5773 C -705.20058,1535.7307 -705.30128,1528.8668 -705.38754,1522.0065 L -649.00103,1493.2274 C -648.99347,1499.962 -648.99039,1506.7008 -648.61537,1513.4275 C -647.82105,1524.2739 -646.21883,1535.0341 -642.36315,1545.2731 C -638.0499,1557.1711 -633.99625,1569.1366 -627.94386,1580.3219 C -622.68222,1589.4763 -616.93432,1598.3839 -610.72546,1606.9192 C -604.71283,1614.6831 -598.06713,1621.9389 -590.35926,1628.0617 C -582.3735,1634.6829 -573.16718,1639.5174 -563.13737,1642.2544 C -551.47592,1645.3772 -539.58226,1646.4293 -527.51532,1645.7482 C -517.27985,1645.5004 -506.98202,1645.0087 -497.04056,1642.3304 C -474.65412,1635.5235 -453.34179,1619.0214 -534.48874,1666.8863 C -540.80246,1670.6105 -514.75925,1656.4043 -521.24356,1658.0523 C -513.4485,1651.1164 -508.11857,1642.8436 -505.96661,1632.5063 C -504.21558,1620.1521 -503.05621,1607.8843 -503.64222,1595.3724 C -503.58443,1578.8622 -503.3666,1562.3504 -503.71338,1545.8413 C -503.72639,1532.9436 -503.64944,1520.0458 -503.75161,1507.1482 C -503.97658,1491.7979 -504.23622,1476.4122 -506.19092,1461.1626 C -508.21743,1447.1958 -510.66916,1433.2491 -513.7709,1419.4874 C -517.59322,1405.2157 -520.28108,1390.8805 -520.81685,1376.0592 C -520.92943,1362.1008 -521.00468,1348.1354 -521.83818,1334.1965 C -522.90933,1318.6172 -524.97392,1303.0871 -525.07306,1287.4609 C -525.49143,1269.1294 -526.2885,1250.7625 -529.37577,1232.6514 C -533.27792,1211.0935 -538.19105,1189.7313 -541.08311,1167.9923 C -544.79562,1144.9789 -545.96265,1121.612 -546.25152,1098.3203 C -546.49998,1073.3064 -546.87954,1048.2858 -548.43581,1023.3119 C -550.32362,994.70138 -552.24401,966.10923 -553.16322,937.44535 C -554.58608,907.44098 -554.81154,877.439 -554.51453,847.40156 C -554.38491,820.56659 -554.47603,793.68852 -552.38778,766.91615 C -550.2631,747.54926 -546.4626,728.53363 -540.94612,709.8314 C -536.90554,694.92999 -530.73167,680.7633 -524.54496,666.64631 C -518.30858,656.96027 -512.20397,646.89147 -503.34608,639.37234 C -500.14293,636.6368 -497.54654,633.11602 -493.95184,630.92023 C -471.72854,617.34531 -445.65076,597.41083 -418.21484,590.37146 C -405.62861,587.83723 -392.95977,586.37242 -380.1634,588.47406 C -369.2279,590.35409 -359.2772,593.59106 -351.66964,602.16481 C -342.88174,611.64584 -335.33746,622.32626 -329.64491,633.94967 C -322.57782,649.06012 -316.98241,664.77482 -312.47538,680.83798 C -308.55066,696.44126 -304.72553,711.84812 -306.07188,728.12808 C -306.11,743.16427 -305.94201,758.23924 -307.292,773.22942 C -309.51332,789.86363 -314.83982,805.62797 -323.38691,820.15378 C -334.27615,840.02612 -346.05771,859.32166 -359.76087,877.42023 C -371.97142,894.62661 -385.70699,910.97386 -402.59659,923.80514 C -416.74838,935.59823 -431.02294,947.37546 -446.68333,957.13906 C -466.83065,968.8796 -486.93881,980.6876 -507.12528,992.36068 C -509.34642,993.64508 -511.64734,994.78631 -513.90275,996.00951 C -549.49812,1015.3142 -446.40808,954.94051 -482.86848,978.03896 C -485.61647,979.77987 -488.33254,981.57067 -491.06457,983.33653 C -510.42556,996.05861 -530.15521,1008.1246 -547.6213,1023.5117 C -563.01801,1035.684 -576.8325,1049.5642 -588.48429,1065.4149 C -599.58407,1080.635 -608.99701,1096.8943 -617.14235,1113.8869 C -623.8623,1131.7261 -627.69485,1150.3807 -627.96903,1169.5082 C -627.55401,1193.3632 -626.7756,1217.3036 -622.55889,1240.847 C -618.38064,1261.7751 -613.08988,1282.4717 -602.26453,1301.098 C -593.43071,1316.2889 -583.94653,1331.2198 -572.29899,1344.431 C -564.44942,1353.2479 -555.35868,1360.4349 -545.43127,1366.8275 C -534.94273,1373.5799 -524.08342,1379.7064 -512.14814,1383.5603 C -499.22291,1387.219 -486.06063,1389.8351 -472.70004,1391.3299 C -458.88862,1392.6397 -445.09266,1393.5494 -431.22139,1392.3627 C -419.69194,1391.5987 -408.19755,1390.3828 -396.90162,1387.8543 C -385.15741,1385.7236 -373.37101,1383.5379 -362.77179,1377.7042 C -459.62002,1434.0829 -403.29326,1403.5409 -383.42915,1387.152 C -372.42883,1378.8804 -362.87343,1368.8304 -353.39354,1358.8764 C -347.06692,1349.405 -341.45951,1340.6024 -340.94354,1328.7601 C -340.83052,1316.8789 -340.73699,1304.9975 -340.74089,1293.1158 C -340.92367,1277.8146 -341.40626,1262.4411 -344.394,1247.3836 C -348.5228,1229.2219 -355.37406,1212.0074 -362.17682,1194.7032 C -367.98948,1180.6714 -374.12471,1166.8032 -384.0681,1155.1223 C -390.41656,1146.0622 -397.85239,1137.1545 -407.79864,1131.9423 C -415.95626,1128.4123 -424.1845,1125.6004 -433.24301,1126.3718 C -446.74948,1127.5061 -460.15034,1129.4948 -472.84175,1134.5119 C -479.17215,1136.8553 -485.33693,1139.2665 -491.34761,1142.3576 C -493.08937,1143.2534 -498.20722,1146.1407 -496.51549,1145.1537 C -450.4768,1118.2936 -430.90768,1107.9961 -453.09833,1119.7665 C -463.82433,1126.6985 -470.43822,1136.2542 -474.36506,1148.4367 C -478.77704,1159.4726 -481.11415,1170.8568 -481.52048,1182.7638 C -480.84016,1191.8445 -479.48851,1200.8078 -475.41352,1209.0801 C -469.78439,1221.0091 -463.19806,1232.3279 -456.86788,1243.9036 C -447.16382,1259.5196 -436.53743,1274.5954 -425.32852,1289.1643 L -479.75175,1321.84 z"
       transform="translate(39.042242,9.2791719)" />
    <g
       id="g4825"
       transform="translate(-14,-0.8272304)">
      <g
         transform="translate(-1068.6244,214.4704)"
         id="g3957"
         style="stroke:#000000;stroke-width:1.35354328;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline">
        <rect
           style="opacity:0.96028885;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.35354328;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
           id="rect3959"
           width="326.86588"
           height="456.56937"
           x="2312.2336"
           y="782.44519"
           rx="25.867088" />
      </g>
      <image
         xlink:href="images/getsamples.png"
         sodipodi:absref="D:\projets\APBTeam\svn\public\eurobot\2009\planete-sciences\poster\images\getsamples.png"
         width="288.75696"
         height="396.26181"
         id="image2871"
         x="1260.4298"
         y="1026.2543" />
    </g>
    <flowRoot
       xml:space="preserve"
       id="flowRoot2806"
       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px"><flowRegion
         id="flowRegion2808"><rect
           id="rect2810"
           width="1931.8157"
           height="296.98486"
           x="2194.8594"
           y="159.97929" /></flowRegion><flowPara
         id="flowPara2812" /></flowRoot>    <flowRoot
       xml:space="preserve"
       id="flowRoot2814"
       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px"><flowRegion
         id="flowRegion2816"><rect
           id="rect2818"
           width="1148.3414"
           height="364.8671"
           x="2808.6282"
           y="1152.7572" /></flowRegion><flowPara
         id="flowPara2820" /></flowRoot>    <g
       id="g2940"
       transform="translate(-2119.3564,466.69048)">
      <rect
         style="opacity:0.96028885;fill:#cccccc;fill-opacity:1;stroke:#606398;stroke-width:0.86318851;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="rect3790"
         width="2016.0353"
         height="363.05438"
         x="2202.988"
         y="112.14175"
         rx="45.544525" />
      <text
         xml:space="preserve"
         style="font-size:50px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#330033;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
         x="3027.9363"
         y="167.37177"
         id="text3800"
         sodipodi:linespacing="100%"><tspan
           sodipodi:role="line"
           id="tspan3804"
           x="3027.9363"
           y="167.37177">Association</tspan></text>
      <flowRoot
         transform="translate(-509.11688,-947.66522)"
         style="font-size:40px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
         id="flowRoot2822"
         xml:space="preserve"><flowRegion
           id="flowRegion2824"><rect
             style="text-align:start;text-anchor:start"
             y="1138.6151"
             x="2769.0303"
             height="316.78384"
             width="1917.6736"
             id="rect2826" /></flowRegion><flowPara
           style="font-size:28px;font-weight:normal;text-align:start;text-anchor:start"
           id="flowPara2838"><flowSpan
   style="font-size:32px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start"
   id="flowSpan2892"><flowSpan
   id="flowSpan2920"
   style="font-size:28px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold Italic">Genèse</flowSpan> : </flowSpan>L'association APBTeam est née de la volonté de quelques amis de continuer l'aventure Eurobot. Après avoir représenté notre école (EFREI) pendant plus de 5 années, nous avons eu envie de continuer à vivre notre passion. La décision de créer une association s'est imposée naturellement.</flowPara><flowPara
           style="font-size:28px;font-weight:normal;text-align:start;text-anchor:start"
           id="flowPara2840" /><flowPara
           id="flowPara2864"
           style="font-size:28px;font-weight:normal;text-align:start;text-anchor:start"><flowSpan
   id="flowSpan2938"
   style="font-size:28px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold Italic">Une ouverture vers les autres</flowSpan> : Au travers de nos participations à la coupe, nous avons acquis de nombreuses connaissances et compétences. Nous partageons cette expérience sous deux formes :</flowPara><flowPara
           id="flowPara2886"
           style="font-size:28px;font-weight:normal;text-align:start;text-anchor:start">    1 - La création d'un site donnant accès à tout notre travail (méca, élec, info) sous licence OpenSource.</flowPara><flowPara
           id="flowPara2888"
           style="font-size:28px;font-weight:normal;text-align:start;text-anchor:start">    2 - La formation d'étudiants au développement de robots. </flowPara><flowPara
           style="font-size:28px;font-weight:normal;text-align:start;text-anchor:start"
           id="flowPara2854" /></flowRoot>    </g>
    <flowRoot
       xml:space="preserve"
       id="flowRoot3205"
       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px"><flowRegion
         id="flowRegion3207"><rect
           id="rect3209"
           width="254.55844"
           height="308.29855"
           x="-588.31287"
           y="2080.4812" /></flowRegion><flowPara
         id="flowPara3211" /></flowRoot>    <rect
       style="opacity:0.96028885;fill:#cccccc;fill-opacity:1;stroke:#606398;stroke-width:0.59503609;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3114"
       width="632.33813"
       height="550.04163"
       x="83.497574"
       y="995.70911"
       rx="50.041157" />
    <path
       style="font-size:50px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#330033;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
       d="M 320.25296,1028.5164 L 320.25296,1037.3288 L 331.50296,1037.3288 L 331.50296,1064.2976 L 342.56546,1064.2976 L 342.56546,1037.3288 L 353.84671,1037.3288 L 353.84671,1028.5164 L 320.25296,1028.5164 z M 371.62796,1037.7976 C 367.05438,1037.7976 363.47397,1039.0411 360.87796,1041.5476 C 358.28193,1044.0541 356.9717,1047.3385 356.97171,1051.3914 C 356.97171,1054.2397 357.61526,1056.7212 358.90921,1058.8288 C 360.20315,1060.9366 361.84605,1062.4542 363.81546,1063.4226 C 365.78485,1064.391 368.47495,1064.8914 371.90921,1064.8914 C 375.86427,1064.8913 378.9183,1064.3038 381.03421,1063.1726 C 383.15007,1062.0414 384.94303,1060.183 386.44046,1057.5788 L 376.65921,1056.6726 C 376.0407,1057.4539 375.47754,1058.0197 374.94046,1058.3288 C 374.06153,1058.8171 373.1045,1059.0476 372.12796,1059.0476 C 370.58172,1059.0476 369.33823,1058.4832 368.37796,1057.3601 C 367.69435,1056.5789 367.27573,1055.3927 367.09671,1053.7976 L 387.00296,1053.7976 L 387.00296,1052.6726 C 387.00293,1049.2546 386.43847,1046.4923 385.31546,1044.3601 C 384.19238,1042.228 382.55761,1040.577 380.40921,1039.4538 C 378.26075,1038.3308 375.33887,1037.7976 371.62796,1037.7976 z M 403.22171,1037.7976 C 401.87893,1037.8495 400.60549,1037.9964 399.40921,1038.2038 C 397.81415,1038.4806 396.57065,1038.8556 395.65921,1039.3601 C 394.38967,1040.06 393.39716,1040.908 392.72171,1041.8601 C 392.04625,1042.8123 391.54852,1044.1061 391.19046,1045.7664 L 400.69046,1046.7664 C 401.08107,1045.6433 401.58693,1044.892 402.22171,1044.4851 C 403.0355,1043.9643 404.25033,1043.704 405.87796,1043.7038 C 407.14747,1043.7039 408.02963,1043.9343 408.53421,1044.4226 C 409.03875,1044.9109 409.31543,1045.7644 409.31546,1046.9851 C 408.07846,1047.4734 406.89096,1047.8715 405.78421,1048.1726 C 404.67742,1048.4737 402.2614,1048.9864 398.53421,1049.7351 C 395.42548,1050.3536 393.28355,1051.3094 392.12796,1052.5788 C 390.97236,1053.8484 390.4092,1055.4532 390.40921,1057.4226 C 390.40921,1059.5222 391.21226,1061.3028 392.81546,1062.7351 C 394.41864,1064.1674 396.75425,1064.8914 399.84671,1064.8914 C 402.17417,1064.8913 404.21388,1064.5137 405.97171,1063.7976 C 407.2575,1063.2605 408.57585,1062.3634 409.87796,1061.1101 C 409.99187,1061.8588 410.0765,1062.4163 410.19046,1062.7664 C 410.30437,1063.1163 410.56608,1063.6303 410.94046,1064.2976 L 420.25296,1064.2976 C 419.7321,1063.2234 419.40755,1062.333 419.25296,1061.6414 C 419.09831,1060.9496 419.00292,1059.987 419.00296,1058.7664 L 419.00296,1047.3288 C 419.00293,1046.1082 418.77246,1044.8279 418.28421,1043.4851 C 417.7959,1042.1423 417.13053,1041.0925 416.28421,1040.3601 C 415.07976,1039.3022 413.55957,1038.6313 411.75296,1038.2976 C 409.9463,1037.964 407.5752,1037.7976 404.59671,1037.7976 C 404.13284,1037.7976 403.6693,1037.7803 403.22171,1037.7976 z M 443.34671,1037.7976 C 441.42612,1037.7976 439.76824,1038.1303 438.40921,1038.7976 C 437.05015,1039.4649 435.71258,1040.5625 434.37796,1042.1414 L 434.37796,1038.3601 L 425.09671,1038.3601 L 425.09671,1064.2976 L 435.06546,1064.2976 L 435.06546,1051.0788 C 435.06545,1049.1095 435.42677,1047.6916 436.15921,1046.8288 C 436.89162,1045.9662 437.83237,1045.5164 438.97171,1045.5164 C 439.67156,1045.5164 440.26335,1045.7114 440.78421,1046.1101 C 441.30502,1046.5089 441.6976,1047.0529 441.90921,1047.7038 C 442.0394,1048.1108 442.09668,1048.8769 442.09671,1050.0164 L 442.09671,1064.2976 L 452.06546,1064.2976 L 452.06546,1050.9226 C 452.06543,1049.0509 452.41178,1047.6753 453.12796,1046.8288 C 453.84407,1045.9825 454.7998,1045.579 455.97171,1045.5788 C 456.96451,1045.5789 457.7731,1046.0274 458.44046,1046.9226 C 458.89615,1047.4923 459.12792,1048.3444 459.12796,1049.5164 L 459.12796,1064.2976 L 469.09671,1064.2976 L 469.09671,1048.0164 C 469.09666,1044.5007 468.31541,1041.9183 466.75296,1040.2664 C 465.19042,1038.6144 463.00487,1037.7976 460.22171,1037.7976 C 458.33365,1037.7976 456.75748,1038.0936 455.47171,1038.7038 C 454.18587,1039.3142 452.75292,1040.4486 451.19046,1042.1414 C 450.42546,1040.6928 449.45735,1039.6237 448.25296,1038.8914 C 447.04851,1038.159 445.41374,1037.7976 443.34671,1037.7976 z M 372.03421,1043.6726 C 373.40138,1043.6726 374.50847,1044.0925 375.34671,1044.9226 C 376.18491,1045.7527 376.71387,1047.127 376.90921,1049.0476 L 367.12796,1049.0476 C 367.29071,1047.5014 367.65073,1046.3289 368.25296,1045.5476 C 369.19696,1044.2944 370.45541,1043.6726 372.03421,1043.6726 z M 409.31546,1051.9851 L 409.31546,1053.5788 C 409.31544,1054.8158 409.0892,1055.8058 408.69046,1056.5788 C 408.29168,1057.352 407.64258,1058.0105 406.69046,1058.5476 C 405.73829,1059.0847 404.70346,1059.3601 403.59671,1059.3601 C 402.53875,1059.3601 401.73569,1059.1065 401.19046,1058.6101 C 400.6452,1058.1137 400.37794,1057.4852 400.37796,1056.7038 C 400.37795,1056.0203 400.63706,1055.3972 401.19046,1054.8601 C 401.72756,1054.3393 403.01596,1053.8347 405.03421,1053.2976 C 406.51531,1052.9233 407.94825,1052.4734 409.31546,1051.9851 z"
       id="text3939" />
    <rect
       style="opacity:0.96028885;fill:#cccccc;fill-opacity:1;stroke:#606398;stroke-width:0.65781564;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect4137"
       width="629.44696"
       height="675.31702"
       x="83.528961"
       y="1637.8778"
       rx="49.812355" />
    <text
       xml:space="preserve"
       style="font-size:50px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#330033;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
       x="241.96944"
       y="1693.9556"
       id="text4139"
       sodipodi:linespacing="100%"><tspan
         sodipodi:role="line"
         id="tspan4141"
         x="241.96944"
         y="1693.9556">Mécanique</tspan></text>
    <flowRoot
       xml:space="preserve"
       id="flowRoot3586"
       style="font-size:40px;font-style:normal;font-weight:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       transform="matrix(0.7786744,0,0,0.7786744,136.45713,470.61818)"><flowRegion
         id="flowRegion3588"><rect
           id="rect3590"
           width="564.79816"
           height="558.37177"
           x="67.882248"
           y="1684.5015"
           style="text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start" /></flowRegion><flowPara
         id="flowPara3360">Le principe de la mécanique :</flowPara><flowPara
         id="flowPara3362" /><flowPara
         id="flowPara3364">Le robot va collecter les éléments sur le terrain et les charger dans une benne. Le point fort de notre robot est une</flowPara><flowPara
         id="flowPara3366">pince très rapide qui nous permet de ne pratiquement pas s'arrêter lorsque l'on charge un élément.</flowPara><flowPara
         id="flowPara3368">Voila, c'est tout simple !</flowPara><flowPara
         id="flowPara3370" /><flowPara
         id="flowPara3372" /><flowPara
         id="flowPara3374" /><flowPara
         id="flowPara3376" /><flowPara
         id="flowPara3378" /><flowPara
         id="flowPara3380" /><flowPara
         id="flowPara3382" /><flowPara
         id="flowPara3384" /><flowPara
         id="flowPara3386" /><flowPara
         id="flowPara3388" /><flowPara
         id="flowPara3390" /></flowRoot>    <g
       id="g4890"
       transform="translate(11.542646,0)">
      <rect
         rx="38.591145"
         y="2446.8125"
         x="1596.0963"
         height="470.8063"
         width="487.65155"
         id="rect3722"
         style="opacity:0.96028885;fill:#cccccc;fill-opacity:1;stroke:#606398;stroke-width:0.48344457;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
      <text
         xml:space="preserve"
         style="font-size:50px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#330033;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
         x="1701.8002"
         y="2510.4365"
         id="text4296"
         sodipodi:linespacing="100%"><tspan
           sodipodi:role="line"
           id="tspan4298"
           x="1701.8002"
           y="2510.4365">Puissance</tspan></text>
      <text
         xml:space="preserve"
         style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial;-inkscape-font-specification:Arial"
         x="1625.7933"
         y="2574.5955"
         id="text4300"
         sodipodi:linespacing="100%"><tspan
           sodipodi:role="line"
           id="tspan4334"
           x="1625.7933"
           y="2574.5955">L'alimentation des moteurs est </tspan><tspan
           sodipodi:role="line"
           id="tspan4336"
           x="1625.7933"
           y="2602.5955">pilotée par une carte intelligente. </tspan><tspan
           sodipodi:role="line"
           id="tspan4338"
           x="1625.7933"
           y="2630.5955">Intelligente ? En effet, c'est un </tspan><tspan
           sodipodi:role="line"
           id="tspan4340"
           x="1625.7933"
           y="2658.5955">microcontrôleur qui se charge </tspan><tspan
           sodipodi:role="line"
           id="tspan4342"
           x="1625.7933"
           y="2686.5955">d'alimenter les moteurs, et il les </tspan><tspan
           sodipodi:role="line"
           id="tspan4344"
           x="1625.7933"
           y="2714.5955">soigne ! </tspan><tspan
           sodipodi:role="line"
           id="tspan4346"
           x="1625.7933"
           y="2742.5955">Il va surveiller la température, </tspan><tspan
           sodipodi:role="line"
           id="tspan4348"
           x="1625.7933"
           y="2770.5955">contrôler la tension d'alimentation, </tspan><tspan
           sodipodi:role="line"
           id="tspan4350"
           x="1625.7933"
           y="2798.5955">limiter le courant si celui-ci devient</tspan><tspan
           sodipodi:role="line"
           id="tspan4352"
           x="1625.7933"
           y="2826.5955">trop important... </tspan><tspan
           sodipodi:role="line"
           id="tspan4354"
           x="1625.7933"
           y="2854.5955">On ne prend pas de risque !</tspan></text>
    </g>
    <g
       id="g4865"
       transform="translate(0,-0.7144741)">
      <rect
         rx="38.581703"
         y="996.42743"
         x="1607.6986"
         height="731.9906"
         width="487.53226"
         id="rect4887"
         style="opacity:0.96028885;fill:#cccccc;fill-opacity:1;stroke:#606398;stroke-width:0.60273331;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
      <text
         sodipodi:linespacing="100%"
         id="text4889"
         y="1066.5496"
         x="1687.4756"
         style="font-size:50px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#330033;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
         xml:space="preserve"><tspan
           y="1066.5496"
           x="1687.4756"
           id="tspan4993"
           sodipodi:role="line">Intelligence</tspan></text>
      <flowRoot
         transform="matrix(0.9329787,0,0,0.9329787,-536.68638,-702.64435)"
         style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
         id="flowRoot3827"
         xml:space="preserve"><flowRegion
           id="flowRegion3829"><rect
             y="1923.9211"
             x="2340"
             height="708"
             width="440"
             id="rect3831" /></flowRegion><flowPara
           style="font-size:26px"
           id="flowPara3843">L'intelligence du robot se situe au coeur des micro-contrôleurs AVR. Grâce à ces composants, nous pouvons facilement programmer le robot comme s'il s'agissait d'un ordinateur.</flowPara><flowPara
           style="font-size:26px"
           id="flowPara3845" /><flowPara
           style="font-size:26px"
           id="flowPara3855">Un microcontrôleur est utilisé pour définir le comportement du robot,  un autre permet de contrôler les moteurs. Faire rouler un robot droit, c'est tout une affaire !</flowPara><flowPara
           style="font-size:26px"
           id="flowPara3857" /><flowPara
           style="font-size:26px"
           id="flowPara3861">Une machine à état représente l'intelligence du robot. C'est une technique de programmation qui permet d'adapter le comportementdu robot à l'action qu'il est en train d'effectuer.</flowPara><flowPara
           style="font-size:26px"
           id="flowPara3863" /><flowPara
           style="font-size:26px"
           id="flowPara3865" /><flowPara
           style="font-size:26px"
           id="flowPara3867" /><flowPara
           style="font-size:26px"
           id="flowPara3869" /></flowRoot>    </g>
    <rect
       style="opacity:0.96028885;fill:#cccccc;fill-opacity:1;stroke:#606398;stroke-width:0.55484092;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
       id="rect3686"
       width="487.58014"
       height="620.22522"
       x="1603.9219"
       y="1778.531"
       rx="38.585495" />
    <text
       xml:space="preserve"
       style="font-size:50px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#330033;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
       x="1702.3384"
       y="1843.7699"
       id="text4470"
       sodipodi:linespacing="100%"><tspan
         y="1843.7699"
         x="1702.3384"
         id="tspan4514"
         sodipodi:role="line">Simulation</tspan></text>
    <flowRoot
       xml:space="preserve"
       id="flowRoot3688"
       style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       transform="matrix(0.8878685,0,0,0.8878685,-415.54306,557.91143)"><flowRegion
         id="flowRegion3690"><rect
           id="rect3692"
           width="452.54831"
           height="517.60217"
           x="2322.1387"
           y="1509.139" /></flowRegion><flowPara
         id="flowPara3704"
         style="font-size:26px">Comme nous n'habitons pas au même endroit, nous avons développé un simulateur de robot qui permet de tester nos programmes chez nous. C'est un système très simple qui permet néanmois de faire fonctionner le programme du robot... sans robot !</flowPara><flowPara
         id="flowPara3706"
         style="font-size:26px" /><flowPara
         id="flowPara3708"
         style="font-size:26px" /><flowPara
         id="flowPara3710"
         style="font-size:26px" /></flowRoot>    <image
       y="2160.0825"
       x="1693.4238"
       id="image2987"
       height="229.11775"
       width="308.57608"
       sodipodi:absref="C:\Documents and Settings\Anthia\Bureau\marcel jackson\simu.png"
       xlink:href="images/simu.png" />
    <image
       y="1077.0833"
       x="746.23889"
       id="image3330"
       height="298.35666"
       width="446.97629"
       sodipodi:absref="C:\Documents and Settings\Anthia\Bureau\marcel jackson\presentation_img.jpg"
       xlink:href="images/presentation_img.jpg" />
    <image
       y="-31.531641"
       x="95.921494"
       id="image3440"
       height="708.67548"
       width="713.23291"
       sodipodi:absref="/home/schodet/tmp/robot/git/eurobot/2010/planete-sciences/poster/images/apbteam_marceljackson2.png"
       xlink:href="images/apbteam_marceljackson2.png" />
    <flowRoot
       xml:space="preserve"
       id="flowRoot3447"
       style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial;-inkscape-font-specification:Arial"
       transform="matrix(0.9014183,0,0,0.9014183,55.075741,106.58391)"><flowRegion
         id="flowRegion3449"><rect
           id="rect3451"
           width="1153.8113"
           height="551.75568"
           x="66.631775"
           y="1071.6611"
           style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial" /></flowRegion><flowPara
         id="flowPara3453"
         style="font-weight:bold;-inkscape-font-specification:Arial Bold">Méca :</flowPara><flowPara
         id="flowPara3469">Clément Demonchy (Kermit)</flowPara><flowPara
         id="flowPara3455">Florent Duchon (Flow)</flowPara><flowPara
         id="flowPara3473">Frédéric Denis (Fred)</flowPara><flowPara
         id="flowPara3487"
         style="font-weight:bold;-inkscape-font-specification:Arial Bold">Electronique et informatique :</flowPara><flowPara
         id="flowPara3475">Nélio Laranjeiro</flowPara><flowPara
         id="flowPara3494">Nicolas Schodet (Ni)</flowPara><flowPara
         id="flowPara3496"
         style="font-weight:bold;-inkscape-font-specification:Arial Bold">Tout le reste :</flowPara><flowPara
         id="flowPara3471">Fleur-Mélusine Bouron</flowPara><flowPara
         id="flowPara3461">Marie-Eve Schodet</flowPara><flowPara
         id="flowPara3485">Romain Dalmais (Capt’ain)</flowPara><flowPara
         id="flowPara3463" /><flowPara
         id="flowPara3465" /><flowPara
         id="flowPara3467" /></flowRoot>    <image
       y="1479.8899"
       x="815.13727"
       id="image3581"
       height="801.5614"
       width="686.92059"
       sodipodi:absref="/home/schodet/tmp/robot/git/eurobot/2010/planete-sciences/poster/images/meca.png"
       xlink:href="images/meca.png" />
  </g>
</svg>