summaryrefslogtreecommitdiffhomepage
path: root/eurobot/2009/planete-sciences/poster/poster_v1.0_pag_fleur_versionA1.svg
blob: 31ea7f0ae60de9e541f00a771e9dbf07fb555f2d (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
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
<?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="2979.9211"
   height="2104.7244"
   id="svg2"
   sodipodi:version="0.32"
   inkscape:version="0.46"
   version="1.0"
   sodipodi:docname="poster_v1.0_pag_fleur_versionA1.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">
    <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="72.346977"
       y1="72.527596"
       xlink:href="#linearGradient5707"
       x2="50.030262"
       x1="90.402298"
       inkscape:collect="always"
       id="linearGradient1432"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-42.48481,-15.98438)" />
    <linearGradient
       y2="47.602768"
       y1="47.602768"
       xlink:href="#linearGradient5715"
       x2="52.5"
       x1="95.003319"
       inkscape:collect="always"
       id="linearGradient1429"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-42.48481,-15.98438)" />
    <linearGradient
       y2="62.222271"
       y1="62.402889"
       xlink:href="#linearGradient5950"
       x2="74.953056"
       x1="45.100197"
       inkscape:collect="always"
       id="linearGradient1426"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-42.49534,-15.88502)" />
    <linearGradient
       y2="63.947472"
       y1="63.947472"
       xlink:href="#linearGradient5950"
       x2="69.953621"
       x1="140.15495"
       inkscape:collect="always"
       id="linearGradient1423"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-42.49453,-15.7728)" />
    <linearGradient
       y2="32.987183"
       y1="32.987183"
       xlink:href="#linearGradient5731"
       x2="55"
       x1="93.75"
       inkscape:collect="always"
       id="linearGradient1420"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.096774,0,0,1.076923,-50.30737,-19.14685)" />
    <linearGradient
       y2="41.628193"
       y1="23.837631"
       xlink:href="#linearGradient5737"
       x2="53.075325"
       x1="95.051613"
       inkscape:collect="always"
       id="linearGradient1417"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.032259,0,0,0.999999,-45.50907,-17.23435)" />
    <linearGradient
       y2="28.625"
       y1="28.625"
       xlink:href="#linearGradient5753"
       x2="62.5625"
       x1="87.3125"
       inkscape:collect="always"
       id="linearGradient1414"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-42.48481,-15.98438)" />
    <linearGradient
       y2="31.396669"
       y1="31.148083"
       xlink:href="#linearGradient5737"
       x2="64.890297"
       x1="76.37114"
       inkscape:collect="always"
       id="linearGradient1411"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.11533,0,0,1.08986,-50.9904,-19.11709)" />
    <linearGradient
       y2="31.694914"
       y1="31.880377"
       xlink:href="#linearGradient5737"
       x2="112.03358"
       x1="31.056627"
       inkscape:collect="always"
       id="linearGradient1408"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.431739,0,0,0.363699,-0.84532,-2.66455)" />
    <linearGradient
       y2="32.987183"
       y1="32.987183"
       xlink:href="#linearGradient5737"
       x2="53.53231"
       x1="114.99184"
       inkscape:collect="always"
       id="linearGradient1405"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.40634,0,0,0.33772,1.04348,-2.01867)" />
    <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" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="0.33"
     inkscape:cx="1324.3499"
     inkscape:cy="1401.4074"
     inkscape:document-units="mm"
     inkscape:current-layer="g2679"
     showgrid="true"
     inkscape:window-width="1280"
     inkscape:window-height="744"
     inkscape:window-x="0"
     inkscape:window-y="22"
     showguides="true"
     inkscape:guide-bbox="true"
     units="mm">
    <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">
    <g
       id="g3698">
      <g
         id="g3685">
        <rect
           style="fill:#ffffff;stroke:#000000;stroke-width:1.60452747;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
           id="rect3205"
           width="1371.1105"
           height="251.07278"
           x="852.07257"
           y="1762.0028"
           rx="37.013248"
           ry="39.881931" />
        <g
           id="g3332"
           transform="translate(-792.07786,88.122399)">
          <rect
             ry="89.035316"
             rx="31.361115"
             y="1607.9092"
             x="2164.9355"
             height="124.9505"
             width="338.30716"
             id="rect3215"
             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
          <flowRoot
             transform="matrix(1.0933169,0,0,1.0933169,1423.5269,179.77923)"
             style="font-size:51.22028351px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
             id="flowRoot3207"
             xml:space="preserve"><flowRegion
               id="flowRegion3209"><rect
                 style="font-size:51.22028351px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-opacity:1;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
                 y="1333.2958"
                 x="714.28571"
                 height="262.85715"
                 width="1000"
                 id="rect3211" /></flowRegion><flowPara
               id="flowPara3213">Sponsors</flowPara></flowRoot>        </g>
        <image
           y="1781.9573"
           x="864.64038"
           id="image12947"
           sodipodi:absref="D:\projets\APBTeam\svn\public\eurobot\2009\planete-sciences\poster\images\logo_elsys.jpg"
           xlink:href="images\logo_elsys.jpg"
           width="187"
           height="200" />
        <image
           y="1806.442"
           x="1060.4739"
           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="353"
           height="150" />
        <image
           y="1802.4875"
           x="1781.4739"
           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="419"
           height="150" />
        <image
           y="1803.8805"
           x="1429.135"
           id="image13124"
           sodipodi:absref="D:\projets\APBTeam\svn\public\eurobot\2009\planete-sciences\poster\images\logo_vicatronix.png"
           xlink:href="images\logo_vicatronix.png"
           width="341"
           height="150" />
      </g>
    </g>
    <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>    <g
       id="g2661"
       transform="matrix(0.9855324,0,0,1.0228855,81.716929,31.028058)">
      <rect
         ry="33.578232"
         rx="37.951973"
         y="1293.7615"
         x="2244.5247"
         height="643.15234"
         width="683.25684"
         id="rect3518"
         style="fill:#ffffff;stroke:#000000;stroke-width:1.82373047;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
      <g
         transform="translate(-20.203051,80.812205)"
         id="g2636">
        <rect
           style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
           id="rect2631"
           width="480.83261"
           height="52.527931"
           x="2373.7976"
           y="1179.4246"
           rx="36.416828"
           ry="36.998165" />
        <flowRoot
           xml:space="preserve"
           id="flowRoot3520"
           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:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
           transform="translate(258.04278,418.62573)"><flowRegion
             id="flowRegion3522"><rect
               id="rect3524"
               width="496.99506"
               height="80.812202"
               x="2141.5234"
               y="767.28241"
               style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS" /></flowRegion><flowPara
             id="flowPara3526">Electronique numérique</flowPara></flowRoot>      </g>
      <flowRoot
         transform="translate(1444.2396,751.4212)"
         style="font-size:28px;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="flowRoot2529"
         xml:space="preserve"><flowRegion
           id="flowRegion2531"><rect
             style="font-size:28px"
             y="596.15295"
             x="828.57141"
             height="960"
             width="628.57141"
             id="rect2533" /></flowRegion><flowPara
           id="flowPara2587">L'intelligence du robot, est contenue par des micro-contrôleurs AVR de chez Atmel. Grâce à ces composants, nous pouvons facilement programmer le robot comme s'il s'agissait d'un ordinateur.</flowPara><flowPara
           id="flowPara2616" /><flowPara
           id="flowPara2618">Un microcontrolleur 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
           id="flowPara2620" /><flowPara
           id="flowPara2622">L'intelligence du robot est programmée à l'aide d'une machine à état. C'est une technique de programmation qui permet d'adapter le comportement du robot à l'action qu'il est en train d'effectuer.</flowPara><flowPara
           id="flowPara2624" /></flowRoot>    </g>
    <g
       id="g2827"
       transform="matrix(0.9873888,0,0,1,72.243048,55.972269)">
      <rect
         ry="19.759861"
         rx="37.97554"
         y="371.95468"
         x="2248.1907"
         height="378.47733"
         width="683.68115"
         id="rect2694"
         style="fill:#ffffff;stroke:#000000;stroke-width:1.39945352;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
      <g
         transform="translate(24.081344,-703.74218)"
         id="g2696">
        <rect
           style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
           id="rect2698"
           width="525.27936"
           height="56.568542"
           x="2303.1479"
           y="1050.1251"
           rx="37.970009"
           ry="22.674868" />
        <flowRoot
           xml:space="preserve"
           id="flowRoot2700"
           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:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
           transform="translate(189.35226,289.66652)"><flowRegion
             id="flowRegion2702"><rect
               id="rect2704"
               width="541.44177"
               height="88.893425"
               x="2141.5234"
               y="767.28241"
               style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS" /></flowRegion><flowPara
             id="flowPara2706">Informatique, Simulation</flowPara></flowRoot>      </g>
      <flowRoot
         transform="translate(1448.2803,-144.11501)"
         style="font-size:28px;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="flowRoot2708"
         xml:space="preserve"><flowRegion
           id="flowRegion2710"><rect
             style="font-size:28px"
             y="596.15295"
             x="828.57141"
             height="960"
             width="628.57141"
             id="rect2712" /></flowRegion><flowPara
           id="flowPara2714">Comme nous n'habitons pas au même endroit, nous avons aussi développé un simulateur de robot qui permet de tester nos programmes chez nous. C'est un système très simple mais qui permet néanmois de faire fonctionner le même programme que celui qui fonctionnera sur le vrai robot.</flowPara></flowRoot>    </g>
    <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>    <g
       id="g3643">
      <g
         transform="translate(1054.7079,79.307729)"
         id="g3231">
        <g
           id="g3159"
           transform="matrix(0.2550505,0,0,0.2272728,-956.18062,-403.53916)">
          <rect
             y="1705.2156"
             x="0.49119008"
             height="399.01761"
             width="199.01761"
             id="rect2383"
             style="fill:#0000ff;fill-rule:evenodd;stroke:#000000;stroke-width:0.98238015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
          <rect
             y="1705.2156"
             x="400.49118"
             height="399.01764"
             width="199.01762"
             id="rect2385"
             style="fill:#ff0000;fill-rule:evenodd;stroke:#000000;stroke-width:0.98238015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
          <rect
             y="1705.2156"
             x="200.4912"
             height="399.01761"
             width="199.01761"
             id="rect2387"
             style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.98238015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        </g>
        <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="flowRoot3693"
           xml:space="preserve"><flowRegion
             id="flowRegion3695"><rect
               y="114.11166"
               x="192.84731"
               height="164.99158"
               width="53.568695"
               id="rect3697" /></flowRegion><flowPara
             id="flowPara3699" /></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="flowRoot3707"
           xml:space="preserve"><flowRegion
             id="flowRegion3709"><rect
               y="47.686478"
               x="59.996937"
               height="102.8519"
               width="321.41217"
               id="rect3711" /></flowRegion><flowPara
             id="flowPara3713" /></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="flowRoot3715"
           xml:space="preserve"><flowRegion
             id="flowRegion3717"><rect
               y="201.96432"
               x="904.23956"
               height="139.27861"
               width="362.12439"
               id="rect3719" /></flowRegion><flowPara
             id="flowPara3721" /></flowRoot>        <text
           id="text3725"
           y="25.541542"
           x="-987.14526"
           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
             id="tspan3737"
             y="25.541542"
             x="-987.14526"
             sodipodi:role="line" /></text>
        <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="flowRoot3729"
           xml:space="preserve"><flowRegion
             id="flowRegion3731"><rect
               y="73.399452"
               x="203.56104"
               height="207.84654"
               width="6.4282436"
               id="rect3733" /></flowRegion><flowPara
             id="flowPara3735" /></flowRoot>      </g>
      <image
         y="274.00656"
         x="89.300011"
         id="image3958"
         height="111.82198"
         width="195.69067"
         sodipodi:absref="D:\projets\APBTeam\svn\public\eurobot\2009\planete-sciences\poster\images\logo_planete_science.png"
         xlink:href="images\logo_planete_science.png"
         transform="matrix(1,0,-4.7009813e-3,0.999989,0,0)" />
      <text
         sodipodi:linespacing="100%"
         transform="scale(0.9338367,1.070851)"
         id="text8855"
         y="185.93544"
         x="97.015938"
         style="font-size:39.90415192px;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:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
         xml:space="preserve"><tspan
           style="font-size:39.90415192px;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;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
           y="185.93544"
           x="97.015938"
           id="tspan8857"
           sodipodi:role="line">Equipe française </tspan><tspan
           id="tspan2971"
           style="font-size:39.90415192px;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;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
           y="225.8396"
           x="97.015938"
           sodipodi:role="line">radioactive</tspan></text>
    </g>
    <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="g3672">
      <g
         id="g3884">
        <text
           transform="matrix(0.9055846,-3.2283643e-3,-9.2876355e-2,1.1045901,0,0)"
           id="text13281"
           y="197.11548"
           x="1711.0344"
           style="font-size:58.68245316px;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:#9f592b;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
           xml:space="preserve"
           sodipodi:linespacing="125%"><tspan
             style="font-size:58.68245316px;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:#9f592b;fill-opacity:1;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
             y="197.11548"
             x="1711.0344"
             id="tspan13283"
             sodipodi:role="line">présente</tspan></text>
        <flowRoot
           xml:space="preserve"
           id="flowRoot2604"
           style="font-size:38.98708725px;font-style:normal;font-variant:normal;font-weight:normal;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:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
           transform="translate(-333.18399,-1137.5182)"><flowRegion
             id="flowRegion2606"><rect
               id="rect2608"
               width="1313.1984"
               height="185.86807"
               x="1014.1932"
               y="1417.8207"
               style="font-size:38.98708725px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:89.99999762%;writing-mode:lr-tb;text-anchor:middle;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS" /></flowRegion><flowPara
             id="flowPara13251"
             style="font-size:38.98708725px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:89.99999762%;writing-mode:lr-tb;text-anchor:middle;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS">http://apbteam.org</flowPara></flowRoot>        <text
           xml:space="preserve"
           style="font-size:225.74354553px;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:#74b449;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
           x="715.4715"
           y="229.90511"
           id="text13269"
           transform="scale(0.8941089,1.1184321)"
           sodipodi:linespacing="125%"><tspan
             sodipodi:role="line"
             id="tspan13271"
             x="715.4715"
             y="229.90511"
             style="font-size:224.48634338px;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:#74b449;fill-opacity:1;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS">APBTeam</tspan></text>
        <text
           xml:space="preserve"
           style="font-size:236.23739624px;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:#606398;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
           x="1940.5165"
           y="238.44333"
           id="text13285"
           transform="scale(0.9058522,1.1039329)"
           sodipodi:linespacing="125%"><tspan
             sodipodi:role="line"
             id="tspan13287"
             x="1940.5165"
             y="238.44333"
             style="font-size:236.24000549px;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:#606398;fill-opacity:1;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS">Aqua Jim</tspan></text>
        <path
           sodipodi:type="star"
           style="fill:#9f5922;fill-opacity:1"
           id="path13318"
           sodipodi:sides="5"
           sodipodi:cx="1448.4847"
           sodipodi:cy="331.9971"
           sodipodi:r1="33.229866"
           sodipodi:r2="16.614933"
           sodipodi:arg1="0.42285393"
           sodipodi:arg2="1.0511725"
           inkscape:flatsided="false"
           inkscape:rounded="0"
           inkscape:randomized="0"
           d="M 1478.7878,345.63346 L 1456.7349,346.41896 L 1444.8799,365.03086 L 1437.3182,344.30011 L 1415.9538,338.77672 L 1433.3332,325.17892 L 1431.9843,303.15338 L 1450.2871,315.48022 L 1470.8178,307.39108 L 1464.7502,328.60729 L 1478.7878,345.63346 z"
           transform="translate(1041.7241,-238.17084)" />
      </g>
    </g>
    <image
       y="824.875"
       x="1876.7874"
       id="image13439"
       sodipodi:absref="D:\projets\APBTeam\svn\public\eurobot\2009\planete-sciences\poster\images\electronic-architecture.png"
       xlink:href="images\electronic-architecture.png"
       width="412.42426"
       height="482.34848"
       inkscape:export-xdpi="90"
       inkscape:export-ydpi="90" />
    <image
       y="397.57318"
       x="783.35583"
       id="image13865"
       sodipodi:absref="D:\projets\APBTeam\svn\public\eurobot\2009\planete-sciences\poster\images\meca_robot.png"
       xlink:href="images\meca_robot.png"
       width="417.83231"
       height="519.284" />
    <g
       id="g3799">
      <rect
         ry="34.944786"
         rx="37.483971"
         y="539.82855"
         x="90.626991"
         height="669.32715"
         width="674.83136"
         id="rect3353"
         style="fill:none;stroke:#000000;stroke-width:1.84896445000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1;opacity:1" />
      <flowRoot
         transform="matrix(0.9877212,0,0,1.0000146,-692.97627,15.009166)"
         style="font-size:28px;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="flowRoot3355"
         xml:space="preserve"><flowRegion
           id="flowRegion3357"><rect
             style="font-size:28px;fill:#000000"
             y="596.15295"
             x="828.57141"
             height="555.45453"
             width="625.54114"
             id="rect3359" /></flowRegion><flowPara
           id="flowPara3375">Le principe de la mécanique :</flowPara><flowPara
           id="flowPara2537" /><flowPara
           id="flowPara3363">1 - Récupérer les palets : une ouverture verticale dans le robot lui permet de se caler sur le distributeur. Ensuite, un bras mécanique rotatif va pousser le palet, le faire sortir du distributeur vers un barillet vertical et venir le stocker dans le robot.</flowPara><flowPara
           id="flowPara3369" /><flowPara
           id="flowPara3365">2 - Trier les palets pour la réalisation des colonnes : les palets sont amenés à l'arrière par une table à rouleaux. La couleur des palets est déterminée et on peut en éjecter au besoin.</flowPara><flowPara
           id="flowPara3371" /><flowPara
           id="flowPara3367">3 - Libérer les palets : Les palets sont conservés en colonne dans un ascenseur et la pile est déposée en zone cible.</flowPara></flowRoot>      <g
         transform="matrix(0.9877212,0,0,1.0000146,-474.81977,35.982686)"
         id="g2528">
        <rect
           style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
           id="rect2526"
           width="246.47722"
           height="80.812202"
           x="763.67535"
           y="456.1554"
           rx="34.54871"
           ry="36.998165" />
        <flowRoot
           xml:space="preserve"
           id="flowRoot3510"
           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:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
           transform="translate(-1349.5638,-290.92393)"><flowRegion
             id="flowRegion3512"><rect
               id="rect3514"
               width="351.53308"
               height="88.893425"
               x="2141.5234"
               y="767.28241"
               style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS" /></flowRegion><flowPara
             id="flowPara3516">Mécanique</flowPara></flowRoot>      </g>
      <g
         transform="matrix(0.381599,0,0,0.381599,457.78235,355.63551)"
         id="g3590">
        <path
           d="M 258.52019,186.51307 L 247.73894,270.38807 C 239.35675,272.84793 231.32357,276.11437 223.80144,280.23182 L 156.42644,229.13807 L 123.98894,261.57557 L 175.58269,328.38807 C 171.44039,335.93489 168.17991,344.00482 165.70769,352.41932 L 81.957695,363.91932 L 81.957695,409.76307 L 165.64519,420.51307 C 168.11328,428.96447 171.39963,437.05957 175.55144,444.63807 L 124.58269,511.85682 L 157.02019,544.29432 L 223.67644,492.79432 C 231.26657,496.96178 239.36525,500.28569 247.83269,502.76307 L 259.33269,586.32557 L 305.20769,586.32557 L 315.92644,502.73182 C 324.39473,500.24938 332.49283,496.93609 340.08269,492.76307 L 407.27019,543.70057 L 439.70769,511.26307 L 388.20769,444.54432 C 392.34435,436.97677 395.62373,428.88679 398.08269,420.45057 L 481.77019,408.95057 L 481.77019,363.07557 L 398.02019,352.32557 C 395.54613,343.92784 392.22064,335.88925 388.08269,328.35682 L 439.14519,261.01307 L 406.70769,228.57557 L 339.83269,280.20057 C 332.30962,276.08825 324.27738,272.84298 315.89519,270.38807 L 304.36394,186.51307 L 258.52019,186.51307 z M 345.21108,386.41933 C 345.21108,421.38694 316.83157,449.76647 281.86394,449.76647 C 246.89631,449.76647 218.5168,421.38694 218.5168,386.41933 C 218.5168,351.4517 246.89631,323.07217 281.86394,323.07217 C 316.83157,323.07217 345.21108,351.4517 345.21108,386.41933 z"
           id="path908"
           style="fill:#606398;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
        <path
           d="M 497.86908,515.62783 L 491.05604,568.63132 C 485.75904,570.18579 480.6826,572.24996 475.92911,574.85192 L 433.35255,542.56403 L 412.85418,563.0624 L 445.45804,605.28351 C 442.84038,610.0526 440.77997,615.15226 439.21769,620.46967 L 386.29319,627.73692 L 386.29319,656.70715 L 439.17819,663.50045 C 440.73786,668.84118 442.81462,673.95675 445.43829,678.74586 L 413.22939,721.22369 L 433.72776,741.72206 L 475.85012,709.17744 C 480.64658,711.811 485.76442,713.9115 491.11528,715.47704 L 498.38252,768.28304 L 527.37251,768.28304 L 534.14605,715.45729 C 539.49746,713.88855 544.61492,711.79477 549.41121,709.1577 L 591.8693,741.34685 L 612.36766,720.84848 L 579.82305,678.68662 C 582.43715,673.90442 584.5095,668.79209 586.0634,663.46095 L 638.9484,656.19371 L 638.9484,627.20372 L 586.0239,620.41043 C 584.46046,615.10362 582.35897,610.02376 579.74406,605.26376 L 612.0122,562.70694 L 591.51383,542.20857 L 549.25323,574.83217 C 544.49915,572.23346 539.4233,570.18266 534.12631,568.63132 L 526.83931,515.62783 L 497.86908,515.62783 z M 552.65202,641.95545 C 552.65202,664.05268 534.71804,681.98667 512.62079,681.98667 C 490.52355,681.98667 472.58957,664.05268 472.58957,641.95545 C 472.58957,619.8582 490.52355,601.92421 512.62079,601.92421 C 534.71804,601.92421 552.65202,619.8582 552.65202,641.95545 z"
           id="path3409"
           style="fill:#606398;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.60672879;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
      </g>
    </g>
    <g
       id="g3751">
      <rect
         ry="37.048042"
         rx="37.946945"
         y="1305.0254"
         x="87.14045"
         height="709.61255"
         width="683.16638"
         id="rect2524"
         style="fill:#ffffff;stroke:#000000;stroke-width:1.91551518;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
      <g
         transform="matrix(1,0,0,1.0013481,87.10934,-105.85849)"
         id="g2517">
        <rect
           style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
           id="rect2515"
           width="270.72089"
           height="76.771591"
           x="197.98991"
           y="1369.3334"
           rx="90.683823"
           ry="31.045156" />
        <flowRoot
           xml:space="preserve"
           id="flowRoot3617"
           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:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
           transform="translate(-1924.931,614.4577)"><flowRegion
             id="flowRegion3619"><rect
               id="rect3621"
               width="351.53308"
               height="88.893425"
               x="2141.5234"
               y="767.28241"
               style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS" /></flowRegion><flowPara
             id="flowPara3623">l'Association</flowPara></flowRoot>      </g>
      <flowRoot
         transform="matrix(1,0,0,1.0443551,-719.16273,720.13887)"
         style="font-size:28px;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="flowRoot2629"
         xml:space="preserve"><flowRegion
           id="flowRegion2631"><rect
             style="font-size:28px"
             y="596.15295"
             x="828.57141"
             height="1097.3807"
             width="644.73383"
             id="rect2633" /></flowRegion><flowPara
           style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold"
           id="flowPara2647">Genèse</flowPara><flowPara
           id="flowPara2676">L'association APBTeam est née de la volonté de quelques amis de continuer l'aventure Eurobot. Après avoir représenté notre école 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 donc imposée naturellement.</flowPara><flowPara
           id="flowPara2678" /><flowPara
           style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold"
           id="flowPara2680">Une ouverture vers les autres</flowPara><flowPara
           id="flowPara2684"
           style="font-weight:normal;-inkscape-font-specification:Bitstream Vera Sans">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="flowPara2686"
           style="font-weight:normal;-inkscape-font-specification:Bitstream Vera Sans">1 - La création d'un site donnant accès à tout notre travail (méca, élec, info) sous licence OpenSource.</flowPara><flowPara
           id="flowPara2688"
           style="font-weight:normal;-inkscape-font-specification:Bitstream Vera Sans">2 - La formation d'étudiants au développement de robots. </flowPara></flowRoot>      <g
         transform="matrix(0.3730751,0,0,0.3730751,78.330125,1190.7039)"
         id="g3700"
         inkscape:label="Ebene 1">
        <path
           d="M 346.62769,102.4028 C 336.16438,105.73729 356.55675,96.560036 349.36904,100.84872 C 341.54448,106.31209 337.79337,115.80254 335.85748,124.80744 C 333.61772,136.93081 336.74575,149.79007 347.05491,157.23544 C 352.60456,160.68623 359.14042,161.02422 365.35465,159.36428 C 367.01931,158.91962 371.79428,156.92665 370.2335,157.65656 C 356.8856,163.89885 365.12226,159.87737 366.67958,159.00187 C 368.76653,157.82863 369.28231,157.40938 371.25744,156.05362 C 381.16709,148.61531 388.51306,137.59659 388.23078,124.90446 C 387.28729,113.16589 378.91868,104.57797 368.9132,99.379416 C 365.0887,97.467176 360.97533,96.403076 356.71295,96.249546 L 365.01866,91.406146 C 369.2941,91.777866 373.39835,92.997566 377.19851,95.013106 C 387.33356,100.57516 395.83305,109.4428 396.8752,121.45518 C 397.27612,134.38616 390.06702,145.70337 380.10511,153.49945 C 368.62824,161.71102 352.14944,169.69645 338.75125,161.45626 C 328.40037,153.58657 325.06713,140.52166 327.20168,128.03157 C 329.01398,118.94795 332.53271,109.45816 340.00281,103.5133 C 344.49044,100.39212 349.81371,97.753536 355.30401,97.271636 L 346.62769,102.4028 z"
           id="path1314"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 338.34951,162.70581 C 330.36977,165.61444 316.86783,159.91401 316.89942,174.19527 C 316.92819,187.2045 307.22495,199.73763 300.32148,211.2827 C 293.82538,222.14653 283.79033,230.49989 276.36439,240.64974 C 269.53285,249.98715 290.68506,267.77137 291.85247,265.12081 C 296.39782,254.8008 301.99482,241.38916 306.27267,229.15753 C 309.14309,220.95017 325.21874,197.22571 328.85819,214.03165 C 331.38178,225.68485 327.41203,238.83451 326.17406,250.76496 C 323.9785,271.92376 327.81271,293.71418 321.03231,314.43151 C 312.03621,341.91887 303.38935,370.06019 296.11399,397.69529 C 294.01027,405.68618 316.77969,415.02809 316.71386,401.7143 C 316.64564,387.9185 324.48431,374.21582 328.73092,360.56822 C 334.03288,343.529 341.48156,327.05573 345.34622,309.66202 C 348.00258,297.7065 359.64454,292.35247 362.15092,305.59155 C 367.36432,333.12956 385.71441,397.92587 388.93898,395.09138 C 396.68531,388.28216 414.01589,377.79095 404.2094,365.01209 C 389.7739,346.20116 381.39402,323.54403 372.81437,301.48581 C 369.64382,293.33435 369.62546,285.35032 370.43397,276.3447 C 372.02279,258.64763 371.21983,241.88256 372.23189,223.81741 C 373.01572,209.8264 382.50769,198.40073 391.18142,212.76972 C 398.36958,224.67769 407.60078,235.36364 414.99415,247.06159 C 419.09691,253.55307 423.80175,258.17454 429.20915,254.53516 C 440.96612,246.62229 434.31449,233.30006 424.437,225.6283 C 409.3999,213.94911 397.22513,196.38394 394.1904,176.64424 C 391.79992,161.09519 364.18524,166.45366 364.20231,162.70563 C 364.22138,158.51821 388.6452,154.13827 396.60325,163.05459 C 406.48912,174.13087 406.86054,190.35783 415.9188,202.62038 C 424.42061,214.12964 438.27041,220.68348 444.99509,232.66151 C 452.31886,245.70663 433.62039,256.26726 427.11323,267.20974 C 419.20609,280.50644 409.84666,254.67135 404.48565,247.2138 C 394.7282,233.64047 381.99523,216.21571 382.59155,236.7404 C 383.06172,252.92322 377.25037,269.00357 378.32385,284.88387 C 379.6211,304.07468 392.42233,320.78569 397.74253,339.13534 C 401.59009,352.40579 421.08312,363.32843 414.20131,376.03658 C 408.85577,385.90781 400.98784,396.67352 392.00225,401.99141 C 380.1023,409.03409 376.45799,386.47829 372.99636,376.74428 C 364.83294,353.78891 362.27836,336.28936 355.76693,313.16709 C 354.19277,307.57722 354.3745,299.01675 349.58493,314.77698 C 338.95534,349.75403 333.88123,370.83512 324.80174,405.98021 C 321.31814,419.46461 297.70336,416.91611 290.52254,406.84556 C 281.69467,394.46516 295.50403,379.49534 298.63034,366.21728 C 304.59506,340.88384 315.86119,316.29857 318.24456,290.29347 C 320.61035,264.48019 321.79043,243.11497 322.27398,218.6044 C 322.37652,213.4066 317.00189,221.84511 315.33262,225.37143 C 307.29809,242.34436 305.91473,255.87054 297.16685,268.59632 C 290.17874,278.7621 277.38058,267.08631 270.96234,260.00695 C 261.34666,249.4008 271.0829,236.94141 279.27802,229.39999 C 296.31095,213.72574 301.84511,189.81215 309.43982,168.76462 C 313.93365,156.31067 335.02482,156.29908 343.65381,159.61611 C 345.17723,160.20172 340.26372,162.00807 338.34951,162.70581 z"
           id="path1328"
           sodipodi:nodetypes="csssssssssssssssssssssssssssssssssssssssssssssssss"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 266.50226,106.34187 C 262.76576,104.09788 248.38147,109.58734 259.73961,105.28822 C 236.66987,113.34773 234.44021,154.50049 262.31385,158.47355 C 290.18749,162.44662 302.28209,118.11076 275.58662,106.90959 C 256.7133,91.724786 291.59629,98.020296 299.06857,115.45678 C 306.54084,132.89326 293.95371,158.82893 269.79245,162.69387 C 245.71541,166.5588 221.59905,145.5967 234.95303,123.36532 C 239.01362,109.96303 267.2967,95.654506 272.6671,102.9359 L 266.50226,106.34187 L 266.50226,106.34187 z"
           id="path1344"
           sodipodi:nodetypes="cczczzcccc"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 282.0992,156.95845 C 290.58108,163.65658 321.73385,153.73888 315.24821,169.76094 C 303.63851,165.0663 278.47587,168.50554 275.1032,159.44679 C 277.29484,158.24548 279.76237,157.77279 282.0992,156.95845 z"
           id="path1348"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 243.64791,162.50933 C 226.01939,164.64259 214.77416,212.16303 198.10369,236.50392 C 190.70537,247.82428 199.58726,262.64277 206.51579,262.44536 C 209.63488,262.35649 218.38684,228.08913 233.82198,214.04941 C 254.69535,209.72453 243.09431,246.93819 245.32096,259.65798 C 244.0707,279.76093 250.74571,300.34335 241.70394,319.48 C 236.39744,334.88887 227.27212,356.22767 220.50476,375.13184 C 214.58397,391.67114 231.87759,402.73598 236.6823,400.71491 C 241.63294,398.63246 251.03693,368.15027 257.3437,349.17935 C 264.25939,336.3987 272.83793,289.2813 291.37863,315.67876 C 297.11158,323.8411 322.75908,348.47432 302.52984,348.20024 C 292.10175,339.35752 283.79377,317.64118 280.81577,317.78617 C 276.47622,317.99746 261.93054,356.1851 256.75183,377.29568 C 251.57313,398.40626 234.37486,422.9624 218.03517,398.09132 C 197.92715,377.58794 225.44572,351.23033 229.18195,328.92822 C 240.26476,305.51078 233.94896,279.98998 235.56206,255.34795 C 240.54018,242.7382 236.78298,224.07559 234.65819,224.80072 C 232.0198,225.70112 226.72841,248.12221 217.18055,264.01553 C 195.3137,284.68892 176.41553,241.95892 194.49619,226.32599 C 208.74611,207.00467 211.45255,181.69255 226.46806,163.01495 C 228.22915,154.05132 268.89418,152.07014 243.64791,162.50933 z"
           id="path1354"
           sodipodi:nodetypes="ccsccczscscszcccscccc"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 320.0102,305.94059 C 298.40455,321.30879 283.01054,257.06079 299.05003,265.0715 C 307.68286,269.38305 304.40807,294.466 317.6596,301.59877 C 322.35097,311.5016 318.40058,305.21416 317.26991,307.02555 L 320.0102,305.94059 L 320.0102,305.94059 z"
           id="path1356"
           sodipodi:nodetypes="cscccc"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 289.26019,217.99098 C 270.30859,208.62214 292.10463,172.7305 304.59377,195.97857 C 299.50916,217.69038 297.25573,196.00955 293.92838,197.57371 C 287.22475,210.69313 301.67327,224.12746 289.26019,217.99098 z"
           id="path1358"
           sodipodi:nodetypes="cccs"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 443.51403,115.57567 C 438.80746,113.49752 421.94075,117.48552 438.96191,111.62999 C 414.74251,118.95239 412.55101,161.71798 439.68142,165.97726 C 460.9216,168.61245 473.40994,139.43437 457.67631,123.26662 C 439.8613,107.46074 485.8176,120.60089 475.383,136.79866 C 475.48013,164.45857 437.23627,183.66538 416.58151,163.59387 C 395.32018,141.82168 423.05369,103.51276 450.09841,109.29737 C 456.9275,112.45372 445.8231,115.309 443.51403,115.57567 z"
           id="path1360"
           sodipodi:nodetypes="cccccccc"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 422.37424,162.02792 C 425.60416,168.60744 399.14315,174.81621 396.86613,169.04083 C 394.5604,163.19262 419.17768,155.51636 422.37424,162.02792 z"
           id="path1362"
           sodipodi:nodetypes="czz"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 498.62814,206.08432 C 510.09021,226.64372 512.71811,240.27362 498.92892,253.43702 C 485.31035,257.80989 484.7608,247.26641 471.92902,240.18733 C 457.88146,231.78872 466.33655,277.28301 466.74377,304.10419 C 467.11736,328.71045 495.90294,354.09062 500.11422,379.559 C 499.98321,397.56539 466.13919,423.25091 462.81178,393.82037 C 457.61501,366.97955 435.48913,320.69968 431.80855,320.53357 C 422.75665,320.12504 413.93602,335.21788 409.01389,341.92751 C 403.68865,349.1867 392.74001,357.45407 401.38803,338.8177 C 408.95636,322.50807 434.29783,296.66414 445.81871,326.12417 C 459.34876,348.86879 467.02252,371.25575 474.40781,396.59252 C 479.32094,397.60058 479.42713,398.21882 485.56863,394.0766 C 496.09697,372.01382 474.78777,351.40745 465.16779,333.0854 C 451.79837,307.03694 456.34859,275.7832 456.07941,261.15316 C 455.81484,246.7735 455.45147,203.1184 466.71497,222.16097 C 481.82948,247.71421 499.55208,251.34245 499.67234,239.38221 C 499.78158,228.51735 492.71296,199.03504 475.6771,181.98201 C 472.21464,173.08101 443.90192,161.77494 462.99485,162.09408 C 467.92688,162.62571 493.37969,187.39525 498.62814,206.08432 z"
           id="path1368"
           sodipodi:nodetypes="cccsccssscccczszccc"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 391.29563,323.17397 C 378.57561,334.11623 383.57813,320.69971 393.05502,311.84574 C 409.80014,296.20129 396.89348,251.46845 408.19089,245.46944 C 412.80539,259.36361 409.36971,284.10172 405.62915,303.80278 C 402.80629,309.75203 395.99769,319.12908 391.29563,323.17397 z"
           id="path1370"
           sodipodi:nodetypes="csccs"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 519.82431,139.20474 C 493.07793,123.51481 480.9139,167.38534 507.53921,175.87415 C 529.98629,178.50787 530.93762,176.11314 535.31674,173.18336 C 554.3749,159.78668 529.93371,133.28508 530.29363,133.28522 C 558.07234,128.61771 561.88315,171.25238 535.39834,176.60427 C 518.45237,185.90797 491.76899,185.73239 482.2949,166.11352 C 469.99664,140.36639 520.92479,120.56816 525.88061,137.03163 L 522.16485,138.09419 L 519.82431,139.20474 L 519.82431,139.20474 z"
           id="path1372"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 531.53176,176.55011 C 556.28644,179.11901 565.23646,199.66441 571.04914,220.04348 C 577.53091,242.76837 572.06521,273.21021 553.80415,267.34792 C 541.66975,263.45247 544.27018,236.49767 539.9235,237.26835 C 533.64893,238.38086 537.27191,263.39356 537.46499,282.99498 C 533.61909,300.21649 534.61532,315.53512 547.90591,328.56783 C 560.37364,340.79369 565.46827,355.41323 566.29387,372.81707 C 567.22864,392.52191 528.82015,414.083 531.97682,381.66731 C 529.86129,361.96142 504.26047,327.52221 500.80814,333.3531 C 490.43272,350.87693 475.01921,362.57291 489.86107,338.79626 C 503.84053,313.90204 523.51869,342.44369 532.27069,356.95772 C 539.23732,368.51093 539.45573,398.62439 542.30782,396.49907 C 557.34262,385.29542 557.49586,358.16075 545.03677,341.26769 C 533.3701,325.92751 516.56618,307.82911 527.16884,287.4417 C 535.60987,266.68335 521.26983,230.90632 539.51475,227.86315 C 551.53996,225.85741 551.69296,260.20123 555.14467,261.04632 C 574.86352,265.8741 562.70704,229.36415 558.69637,208.32051 C 555.1288,189.6017 522.0225,187.41419 525.18455,179.42544 L 531.53176,176.55011 z"
           id="path1374"
           sodipodi:nodetypes="cssscsscscssccssscc"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 484.22114,300.68262 C 478.99457,322.43277 453.75317,323.01419 474.27155,304.48331 C 482.00869,286.08037 480.98439,248.01644 488.9974,252.27235 C 493.78802,254.82201 489.4108,284.13111 484.22114,300.68262 z"
           id="path1382"
           sodipodi:nodetypes="ccsc"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 174.05022,109.2885 C 156.04769,125.31395 167.47325,163.66863 193.59299,160.70998 C 204.13114,158.15999 189.08635,163.74877 200.72001,157.46895 C 220.7479,138.90094 195.93412,103.1742 171.30122,110.89261 C 175.33148,107.43782 163.55342,109.69723 179.96257,105.24931 C 205.18975,98.150866 230.87104,132.36749 212.20133,152.92262 C 198.44532,169.71043 165.74981,171.6827 156.69954,149.04109 C 148.39732,130.81508 162.73161,107.88547 180.65873,102.26053 C 189.21652,101.2182 186.96384,102.75601 174.05022,109.2885 z"
           id="path1396"
           sodipodi:nodetypes="ccccccccc"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 203.45213,157.28293 C 212.39137,156.90579 241.68667,165.91573 220.84911,168.86203 C 215.45911,168.14125 183.00866,165.68611 203.45213,157.28293 z"
           id="path1398"
           sodipodi:nodetypes="ccc"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 173.63788,157.34581 C 165.96281,174.95697 138.9798,154.04617 139.89794,168.83961 C 131.71665,191.22072 105.61489,208.95664 107.88193,233.46828 C 110.68384,242.33335 130.89729,260.7619 120.27231,264.68029 C 123.65127,246.17378 132.60707,226.49963 143.5501,210.48835 C 161.79239,196.33644 152.92524,233.29591 154.29091,242.83018 C 155.07271,273.65306 158.48051,305.70186 148.61952,335.3204 C 141.42435,350.88632 117.36994,369.39527 135.35138,385.99661 C 138.78091,391.745 144.38126,396.70421 148.24494,394.46687 C 162.05565,386.46953 158.2242,350.77037 166.76418,328.56635 C 182.20204,305.03571 196.95602,343.63592 209.62933,351.81935 C 219.07848,358.46198 223.73507,373.93064 207.43981,365.55371 C 197.35427,354.03746 180.69162,331.64112 174.61053,332.63616 C 171.20998,333.19258 171.81492,343.47521 168.90874,352.53989 C 165.78029,367.72706 164.73071,383.42813 159.37811,398.09111 C 140.75855,415.98566 104.17047,383.38055 123.35144,363.56534 C 137.73025,342.677 145.30784,318.28699 144.98521,292.94939 C 146.22684,265.49002 143.3814,247.95187 145.07577,220.50081 C 163.51692,211.97351 135.14589,229.77627 138.31224,238.67788 C 136.93543,256.40554 115.60092,279.19149 105.65624,253.61225 C 89.12373,238.57295 100.56733,215.40649 111.59202,200.7665 C 125.01604,185.33909 131.0377,149.31505 158.56119,158.20835 C 162.88339,161.17186 170.11267,158.8447 173.63788,157.34581 z"
           id="path1404"
           sodipodi:nodetypes="ccccccccscccscccccccccc"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 234.03976,334.78744 C 226.71723,341.45438 199.84709,308.38951 194.28745,293.24832 C 190.23139,284.25726 200.05023,254.52423 207.33253,268.57738 C 199.54739,290.79409 215.79246,314.295 232.62997,326.84319 C 234.715,328.39707 235.81363,333.17239 234.03976,334.78744 z"
           id="path1406"
           sodipodi:nodetypes="cccss"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 196.47848,227.33893 C 189.02954,217.77103 198.74296,185.81599 210.79471,200.72271 C 205.98731,210.70407 211.52621,227.66962 196.47848,227.33893 z"
           id="path1408"
           sodipodi:nodetypes="ccc"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           d="M 494.5222,174.96772 C 497.75212,181.54724 481.83668,186.73547 479.55966,180.96009 C 477.25393,175.11188 491.32564,168.45616 494.5222,174.96772 z"
           id="path2190"
           sodipodi:nodetypes="czz"
           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
        <path
           style="fill:#606398;fill-opacity:1"
           d="M 138.28829,388.786 C 126.02875,375.58278 126.5097,369.69081 141.67029,347.35386 C 148.88677,336.72139 150.63687,332.2821 153.61102,317.06479 C 155.20891,308.88933 155.46572,300.05426 155.30316,258.85697 C 155.16381,223.54113 154.74756,209.84902 153.77774,208.68046 C 152.20749,206.78839 148.912,206.60497 145.85768,208.23959 C 141.62404,210.50534 130.71552,229.95092 125.52023,244.49312 C 124.072,248.54693 122.52793,252.27656 122.08899,252.78121 C 121.65006,253.28584 118.36401,249.2037 114.78666,243.70975 C 108.41038,233.91733 108.29356,233.59248 108.84962,227.20236 C 109.6036,218.5382 114.16627,209.22254 124.79957,194.63733 C 132.11428,184.60404 135.58626,178.67336 141.41706,166.25179 C 142.04941,164.90468 144.78223,164.52564 154.55564,164.42947 C 161.34274,164.36269 167.6612,164.19544 168.59669,164.0578 C 169.53219,163.92015 173.52537,164.45474 177.47043,165.24576 C 182.99982,166.35446 186.05331,166.38822 190.79733,165.39315 C 195.67888,164.36926 197.71279,164.41578 200.63348,165.61821 C 202.65864,166.45196 207.12205,167.48276 210.55219,167.9089 C 221.46288,169.26436 221.17227,168.16507 214.54411,183.00948 C 208.85486,195.751 208.44851,196.32715 204.72303,196.93313 C 199.13245,197.84248 198.49353,198.46721 195.7807,205.67749 C 193.93812,210.57484 193.45878,213.85241 193.83537,218.97964 C 194.26712,224.85838 193.97703,226.21414 191.7011,228.95311 C 184.19863,237.98195 186.02217,256.35202 195.34645,265.6763 C 197.90077,268.23062 197.97255,268.62404 196.42879,271.60934 C 194.10867,276.09599 192.36742,288.01855 193.47057,291.86498 C 195.8619,300.20301 204.54709,313.18341 215.33044,324.53548 C 219.67541,329.10958 224.18186,333.15405 225.3448,333.52314 C 227.78386,334.29728 227.72711,334.50713 221.24395,348.69 L 217.05984,357.84344 L 210.78224,352.1061 C 207.32961,348.95055 202.46157,343.72995 199.96439,340.50474 C 193.39136,332.01546 185.50324,323.935 181.97671,322.07851 C 177.40671,319.67274 174.76857,320.09492 170.39924,323.93124 C 165.51044,328.22363 163.59638,334.37898 160.60235,355.43617 C 157.90818,374.38443 156.43413,381.03449 153.73894,386.39984 C 148.98793,395.85766 145.37293,396.41599 138.28829,388.786 z"
           id="path2401" />
        <path
           style="fill:#f3f4fc;fill-opacity:1"
           d="M 183.97032,158.89015 C 177.38633,156.54471 174.33602,153.85574 170.41245,146.93831 C 167.19376,141.2637 166.8958,139.86686 166.8958,130.45452 C 166.8958,121.12239 167.18586,119.73201 170.0302,115.42992 C 172.98276,110.96421 173.47621,110.69054 178.53469,110.714 C 185.35545,110.74563 192.13763,113.81926 197.73268,119.4143 C 204.37135,126.05298 206.58343,131.40456 206.58343,140.82658 C 206.58343,147.87081 206.1949,149.36176 203.4065,153.01754 C 197.85832,160.29159 192.47249,161.91891 183.97034,158.89016 L 183.97032,158.89015 z"
           id="path2403" />
        <path
           style="fill:#606398;fill-opacity:1"
           d="M 302.3913,405.22802 C 300.33069,403.82478 298.13396,401.85467 297.50967,400.84998 C 296.25947,398.83799 301.33551,379.31922 312.07407,344.84613 C 323.21977,309.06597 324.02187,305.94261 325.08053,294.19855 C 325.66155,287.75328 326.15605,275.84635 326.17942,267.73873 C 326.20278,259.63111 326.97647,248.40518 327.89871,242.79222 C 329.91522,230.51924 330.11036,215.07068 328.29913,211.09547 C 326.23339,206.56164 321.83914,207.25801 316.11375,213.0265 C 310.788,218.39237 306.37507,227.00788 298.40966,247.59109 C 290.84705,267.13345 291.49545,266.6198 283.93396,259.05831 C 279.88937,255.01373 277.2276,251.22391 276.44774,248.3995 C 274.98581,243.10486 275.37657,242.39805 287.55986,228.30002 C 303.79069,209.51836 315.3214,189.33614 317.12953,176.54424 C 317.74942,172.15875 318.96998,168.46578 320.20132,167.25018 C 322.97237,164.51458 339.39668,162.42494 344.40488,164.17081 C 346.55718,164.92112 350.73657,165.10887 354.95108,164.64463 C 363.75393,163.67498 362.68452,163.64987 372.69907,165.06145 C 389.1463,167.37976 391.99746,169.49766 394.75655,181.44597 C 398.4289,197.34945 407.50455,211.49757 423.00405,225.48122 C 435.43954,236.70051 437.97808,245.09074 431.03705,252.03177 C 428.97227,254.09653 427.25936,254.74574 424.56298,254.48546 C 421.31971,254.17237 419.81713,252.62673 411.54226,241.09132 C 406.39738,233.9192 399.81275,224.47921 396.90977,220.11357 C 389.60396,209.12677 386.45253,205.93942 382.89539,205.93942 C 379.50743,205.93942 375.77463,209.4152 373.7619,214.44391 C 371.84692,219.22872 369.02127,286.33826 370.41023,294.04654 C 372.54735,305.90656 390.09926,345.32168 399.34376,359.02028 C 405.89766,368.732 406.95426,371.25882 406.09576,375.16747 C 405.313,378.73146 397.43365,388.02196 391.77884,392.04857 L 388.67119,394.26139 L 386.51796,389.96451 C 382.57165,382.08914 371.87822,345.12375 364.32056,313.2312 C 362.71241,306.44527 360.81682,300.19446 360.10822,299.34053 C 358.04356,296.8529 352.50032,297.47826 349.43379,300.54479 C 347.87579,302.1028 345.83117,306.41737 344.73195,310.46669 C 342.91394,317.16403 330.37881,354.27428 321.24562,379.99803 C 319.03131,386.23466 316.88642,394.39897 316.47919,398.14095 C 316.03463,402.22573 315.02624,405.51096 313.95571,406.36196 C 311.23994,408.52082 306.5516,408.06111 302.39131,405.22802 L 302.3913,405.22802 z"
           id="path2405" />
        <path
           style="fill:#f6f6fd;fill-opacity:1"
           d="M 257.61038,156.62416 C 247.73291,153.1604 241.10096,140.79562 242.85324,129.11056 C 243.88182,122.25172 248.08204,114.02009 252.41258,110.37616 C 255.71711,107.59557 263.84314,105.31634 265.90621,106.59138 C 266.46088,106.93419 267.83443,106.54214 268.95854,105.72017 C 270.73631,104.42023 271.84891,104.78797 277.50573,108.54534 C 282.42436,111.81239 284.73019,114.31202 286.96827,118.80329 C 292.24154,129.3853 290.01088,142.41548 281.46273,150.96362 C 274.41632,158.00997 266.75026,159.82926 257.61038,156.62416 z"
           id="path2407" />
        <path
           style="fill:#606398;fill-opacity:1"
           d="M 226.5928,395.5896 C 221.67784,390.90953 219.06468,383.8441 220.31769,378.6231 C 220.73494,376.88465 226.71924,360.66448 233.61619,342.57826 L 246.1561,309.69423 L 246.3546,266.6048 C 246.47232,241.04367 246.09924,221.9716 245.43746,219.72036 C 244.63589,216.99352 243.24996,215.47747 240.51366,214.33418 C 235.63867,212.29726 236.23316,212.16743 231.53124,216.29577 C 226.44873,220.75828 220.29708,231.28066 213.38905,247.32795 C 210.43586,254.18824 207.58271,260.27211 207.04877,260.84768 C 205.19713,262.84365 200.65027,259.44321 198.08496,254.14398 C 194.63406,247.01538 195.45236,242.13579 201.96033,231.03495 C 204.83748,226.12729 210.00492,215.84398 213.44348,208.18316 C 222.3454,188.35047 229.74306,174.36614 233.74174,169.8119 C 235.64149,167.64821 239.78584,164.73249 242.95141,163.33252 C 248.38664,160.92881 249.08102,160.87451 255.42655,162.35699 C 260.37972,163.51419 263.8958,163.64709 268.80207,162.86259 C 274.0479,162.0238 276.14172,162.15186 278.68513,163.46711 C 281.59348,164.97108 288.0445,166.13936 303.73137,168.003 L 309.03079,168.6326 L 306.40511,176.23016 C 301.40116,190.7093 301.82974,190.07987 297.96743,188.622 C 286.14933,184.16116 275.61469,206.72975 285.38694,215.57351 C 286.63688,216.7047 287.65959,218.0183 287.65959,218.4926 C 287.65959,218.96691 283.81152,223.54629 279.10833,228.669 C 266.26679,242.65601 264.26235,247.88782 268.43938,256.51642 C 271.50915,262.85768 281.94278,271.45988 287.70474,272.40009 C 291.62817,273.04029 291.74978,273.21918 293.0994,280.33374 C 295.87597,294.97052 303.43639,306.51933 311.57007,308.54835 L 314.50279,309.27997 L 311.10245,321.67685 C 309.23224,328.49516 307.40225,334.0461 307.03578,334.01229 C 306.66933,333.97845 303.05272,329.62099 298.99891,324.32897 C 288.53962,310.67499 285.15919,307.62414 280.62251,307.74428 C 272.74402,307.95293 267.36686,318.64955 250.75349,367.16209 C 247.40458,376.94119 243.14451,388.29472 241.28668,392.39208 C 238.20912,399.17938 237.60423,399.84184 234.48363,399.84184 C 232.07553,399.84184 229.73246,398.57921 226.5928,395.5896 z"
           id="path2409" />
        <path
           style="fill:#e5578c;fill-opacity:1"
           d="M 541.1683,392.89831 C 540.83424,391.41612 539.76744,385.35586 538.7977,379.43106 C 536.46826,365.1979 534.49602,359.4341 529.09827,351.0827 C 520.35134,337.54957 509.72708,328.40411 502.7526,328.40411 C 498.49038,328.40411 492.80008,332.96311 488.8507,339.54207 L 485.22779,345.57733 L 481.25461,338.97514 C 479.06929,335.34388 475.66092,329.31125 473.68016,325.56928 C 470.30694,319.19631 470.2092,318.69392 472.13518,317.63175 C 476.87286,315.01915 482.312,308.11561 484.17312,302.35282 C 487.5384,291.93289 490.66227,274.38127 490.93669,264.35128 L 491.20044,254.70972 L 494.79739,254.70411 C 497.58595,254.69977 499.26508,253.68118 502.26932,250.17137 C 508.60301,242.77198 510.07531,235.13195 507.18775,224.6493 C 505.19759,217.42471 493.62399,192.94187 489.86535,188.00551 C 488.29088,185.93763 487.18178,184.12745 487.40063,183.98286 C 487.61959,183.83826 489.20188,183.11732 490.91696,182.38075 C 492.63203,181.64419 494.03527,180.54635 494.03527,179.94115 C 494.03527,179.33166 495.76849,179.56496 497.92035,180.46406 C 503.38715,182.74817 512.92715,183.59051 519.2503,182.34733 C 523.52465,181.50693 524.90136,181.62859 525.9922,182.94307 C 526.74616,183.85153 531.86507,186.85587 537.36759,189.61939 C 548.86373,195.3931 555.76054,201.11828 557.45905,206.29771 C 558.11027,208.28346 560.17561,217.30709 562.04887,226.3502 C 567.29399,251.67219 566.46463,259.8012 558.63596,259.8012 C 554.75077,259.8012 554.68126,259.71455 553.18265,252.99761 C 548.80953,233.39807 545.8943,227.48413 540.60644,227.48413 C 536.019,227.48413 531.55074,231.65835 530.28879,237.12256 C 529.71252,239.61721 529.22913,249.93073 529.21427,260.04148 C 529.19012,276.45749 528.88532,279.36971 526.36686,287.25586 C 522.96619,297.90396 522.80846,303.76472 525.70101,311.99443 C 527.76034,317.85391 530.59279,322.42939 543.93124,341.44433 C 551.04349,351.5833 553.49517,360.13468 552.77036,372.27519 C 552.19817,381.85811 549.70965,388.18868 544.66319,392.89829 L 541.77563,395.59313 L 541.1683,392.89831 z"
           id="path2411" />
        <path
           style="fill:#9f592b;fill-opacity:1"
           d="M 468.44986,376.38217 C 460.96697,353.80556 445.30224,320.97805 439.46827,315.64737 C 430.62084,307.5632 413.30274,316.57797 403.16213,334.54614 C 401.1649,338.08511 399.37034,340.82018 399.17427,340.62412 C 398.97818,340.42805 397.30978,336.35136 395.46663,331.5648 C 392.17314,323.01168 392.15291,322.82806 394.29254,320.89173 C 395.48995,319.8081 398.68356,315.56095 401.38948,311.45362 C 405.8734,304.64742 406.46977,302.88224 408.11988,291.5319 C 409.11569,284.68229 410.27429,274.90119 410.69456,269.79614 L 411.45868,260.51423 L 414.28224,264.67492 C 419.55726,272.44811 422.41148,273.3641 426.47911,268.58918 C 427.94011,266.87411 432.71748,261.27789 437.09543,256.15313 C 451.3784,239.43373 450.59963,234.89724 430.19041,215.92988 C 415.97612,202.71983 413.6654,199.52406 408.34715,185.72042 C 406.26408,180.31381 404.20087,174.99724 403.76221,173.90583 C 403.13931,172.35601 403.54993,171.91334 405.63732,171.88443 C 407.10729,171.86407 411.0569,170.89893 414.41424,169.73966 C 420.3686,167.68368 420.63313,167.68397 425.1866,169.75177 C 431.59263,172.66086 443.30917,172.61672 451.10376,169.65415 C 454.3847,168.40715 457.36286,167.3866 457.72193,167.38629 C 458.081,167.38599 461.26472,169.55437 464.79686,172.20493 C 483.7598,186.43499 499.76015,219.19307 498.56272,241.33491 C 498.39014,244.52788 494.41525,245.96577 489.89007,244.47229 C 484.42553,242.66887 474.71457,233.45818 468.9513,224.61236 C 465.23492,218.90821 463.55284,217.24515 461.76336,217.50564 C 457.19326,218.17089 456.27531,225.16781 455.69375,263.76997 C 455.19661,296.7694 455.33527,300.36023 457.51512,310.93437 C 460.38272,324.84481 462.60442,330.0623 472.16115,345.32973 C 486.07484,367.55767 489.53571,377.29175 487.11397,387.38652 C 485.62988,393.57307 482.75038,396.44005 478.02099,396.44005 C 475.2403,396.44005 474.77424,395.46332 468.44988,376.38217 L 468.44986,376.38217 z"
           id="path3183" />
        <path
           style="fill:#74b449;fill-opacity:1"
           d="M 230.96572,397.86058 C 228.90517,396.86262 225.97453,394.1652 224.45319,391.8663 C 218.9947,383.61796 219.13916,382.86494 233.54808,344.44929 L 246.72463,309.31925 L 246.64185,269.25214 C 246.59633,247.21522 246.16797,226.43161 245.68996,223.06631 C 244.78378,216.6864 242.95642,214.39825 237.71676,213.08261 C 232.7439,211.83396 225.15006,221.72963 215.20214,242.42179 C 210.4568,252.2923 205.95834,260.36817 205.20554,260.36817 C 203.30175,260.36817 198.11182,253.97524 197.25987,250.58079 C 196.8721,249.03583 196.81953,246.14113 197.14304,244.14807 C 197.93681,239.25771 229.28709,176.35988 233.44512,171.31548 C 235.26213,169.11116 239.25021,166.04004 242.30762,164.49073 C 247.46934,161.87509 248.38988,161.75741 255.19035,162.8438 C 259.21844,163.48729 265.21809,163.69599 268.52289,163.30758 C 272.51042,162.83893 276.49275,163.18376 280.36172,164.33273 C 283.56828,165.28497 291.089,166.70479 297.07441,167.48788 C 303.30065,168.30246 307.93177,169.43426 307.89806,170.13307 C 307.86563,170.80484 306.43778,175.14462 304.72501,179.777 L 301.61086,188.19951 L 295.58365,188.28688 C 290.18484,188.36516 289.22629,188.76977 286.38946,192.16784 C 280.54471,199.16886 279.65983,208.86821 284.31731,214.88032 C 285.46956,216.36766 286.41226,217.91086 286.41226,218.30964 C 286.41226,218.70843 282.80468,223.35961 278.39541,228.6456 C 269.73342,239.02988 266.00148,245.21683 266.00148,249.19263 C 266.00148,256.66014 276.84628,269.24524 285.57528,271.90747 C 290.90022,273.53153 291.17852,273.93293 293.63359,283.53132 C 297.08223,297.01434 302.73004,305.64258 309.77427,308.18981 C 314.24779,309.80746 314.23619,309.06902 310.01645,323.5849 C 308.70204,328.10645 307.23385,331.80591 306.75379,331.80591 C 306.27378,331.80591 301.88322,326.96028 296.99707,321.03786 C 286.94342,308.85195 282.48585,305.89764 277.65611,308.2193 C 271.61574,311.12288 267.30456,319.90821 254.11787,356.18545 C 237.55091,401.76188 237.86261,401.20084 230.96572,397.86057 L 230.96572,397.86058 z"
           id="path3185" />
      </g>
    </g>
    <image
       xlink:href="images\AquaJim.png"
       sodipodi:absref="D:\projets\APBTeam\svn\public\eurobot\2009\planete-sciences\poster\images\AquaJim.png"
       width="915.35156"
       height="571.68335"
       id="image2901"
       x="953.62793"
       y="639.15503" />
    <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"></flowPara></flowRoot>    <g
       id="g3821">
      <g
         transform="matrix(0.9869871,0,0,1,91.323958,253.13969)"
         id="g2679">
        <rect
           style="fill:#ffffff;stroke:#000000;stroke-width:1.39194179;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
           id="rect3528"
           width="683.68866"
           height="374.42108"
           x="2230.0439"
           y="638.69501"
           rx="37.975956"
           ry="19.548088" />
        <g
           id="g2654"
           transform="translate(3.7957249,-437.09578)">
          <rect
             ry="22.674868"
             rx="37.970009"
             y="1050.1251"
             x="2303.1479"
             height="56.568542"
             width="525.27936"
             id="rect2652"
             style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
          <flowRoot
             transform="translate(189.35226,289.66652)"
             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:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
             id="flowRoot3530"
             xml:space="preserve"><flowRegion
               id="flowRegion3532"><rect
                 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS"
                 y="767.28241"
                 x="2141.5234"
                 height="88.893425"
                 width="541.44177"
                 id="rect3534" /></flowRegion><flowPara
               id="flowPara3536">Electronique de puissance</flowPara></flowRoot>        </g>
        <flowRoot
           xml:space="preserve"
           id="flowRoot3551"
           style="font-size:28px;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(1436.5657,106.15534)"><flowRegion
             id="flowRegion3553"><rect
               id="rect3555"
               width="609.28668"
               height="263.60696"
               x="828.57141"
               y="596.15295"
               style="font-size:28px" /></flowRegion><flowPara
             id="flowPara3615">L'alimentation des moteurs est pilotée par une carte intelligente. Intelligente ? En effet, c'est un microcontrolleur qui se charge d'alimenter les moteurs, et il les soigne ! Il va surveiller la température, contrôler la tension d'alimentation, limiter le courant si celui-ci devient trop important... On ne prend pas de risque !</flowPara></flowRoot>      </g>
      <g
         transform="matrix(2.4534045,0,0,2.5362655,2822.8428,1108.7303)"
         id="g13788"
         inkscape:label="Layer 1">
        <g
           id="g2163">
          <path
             d="M 31.26519,5.45312 C 27.738428,5.45312 24.824073,6.081098 23.17144,7.42187 C 19.241261,8.080504 15.850588,9.14912 13.35894,10.60937 C 10.823632,12.095207 9.10894,14.045814 9.10894,16.35937 C 9.108939,16.36459 9.108777,16.370258 9.10894,16.39062 L 9.10894,36.35937 C 9.108763,36.369786 9.108763,36.380204 9.10894,36.39062 C 9.107343,36.42185 9.107343,36.45314 9.10894,36.48437 C 9.069768,36.206008 9.064012,36.213129 9.10894,36.51562 L 9.10894,72.60937 C 9.10823,72.630197 9.10823,72.651043 9.10894,72.67187 C 9.212558,74.143745 10.011249,75.482781 11.23394,76.60937 C 12.456631,77.735959 14.120033,78.682805 16.10894,79.48437 C 20.086754,81.087499 25.403496,82.04687 31.26519,82.04687 C 37.126879,82.04687 42.443624,81.087499 46.42144,79.48437 C 48.410348,78.682806 50.073748,77.735959 51.29644,76.60937 C 52.519132,75.482781 53.317822,74.143746 53.42144,72.67187 C 53.42215,72.651043 53.42215,72.630197 53.42144,72.60937 L 53.42144,36.51562 L 53.42144,36.48437 C 53.423037,36.45314 53.423037,36.42185 53.42144,36.39062 C 53.421617,36.380204 53.421617,36.369786 53.42144,36.35937 L 53.42144,16.39062 C 53.421601,16.370328 53.42144,16.364521 53.42144,16.35937 C 53.421439,14.048426 51.730694,12.095723 49.20269,10.60937 C 46.71822,9.148613 43.319864,8.08063 39.39019,7.42187 C 37.727398,6.082334 34.791951,5.45312 31.26519,5.45312 z"
             id="path5852"
             style="fill:#565656;fill-opacity:1;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
          <path
             d="M 10.01519,36.39062 L 10.01519,72.627803 C 10.346829,77.33869 19.744653,81.140622 31.26519,81.14062 C 42.785724,81.14062 52.183551,77.338693 52.51519,72.627803 L 52.51519,36.39062 L 10.01519,36.39062 z"
             id="path1321"
             sodipodi:nodetypes="ccsccc"
             style="opacity:1;fill:url(#linearGradient1432);fill-opacity:1;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
          <path
             d="M 10.01519,16.39062 L 10.01519,36.377803 C 10.661913,40.968922 19.954117,44.640619 31.26519,44.64062 C 42.576259,44.64062 51.868467,40.968921 52.51519,36.377803 L 52.51519,16.39062 L 10.01519,16.39062 z"
             id="path1319"
             sodipodi:nodetypes="ccsccc"
             style="opacity:1;fill:url(#linearGradient1429);fill-opacity:1;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
          <path
             d="M 12.51519,16.51562 L 12.51519,76.42187 C 14.682308,78.160464 18.255374,79.514795 22.51519,80.35937 L 22.51519,16.51562 L 12.51519,16.51562 z"
             id="path5877"
             style="opacity:1;fill:url(#linearGradient1426);fill-opacity:1;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
          <path
             d="M 42.51519,16.627803 L 42.51519,79.721553 C 44.29732,79.2098 46.141548,78.734048 47.51519,78.034053 L 47.51519,16.627803 L 42.51519,16.627803 z"
             id="path5938"
             style="opacity:1;fill:url(#linearGradient1423);fill-opacity:1;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
          <path
             d="M 52.515191,16.377804 C 52.515191,21.207804 42.995193,25.127803 31.265195,25.127803 C 19.535197,25.127803 10.015199,21.207804 10.015199,16.377804 C 10.015199,11.547804 19.535197,7.627805 31.265195,7.627805 C 42.995193,7.627805 52.515191,11.547804 52.515191,16.377804 z"
             id="path1313"
             style="fill:url(#linearGradient1420);fill-opacity:1;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
          <path
             d="M 51.265212,15.7528 C 51.265212,20.237796 42.305204,23.877792 31.265194,23.877792 C 20.225184,23.877792 11.265176,20.237796 11.265176,15.7528 C 11.265176,11.267804 20.225184,7.627808 31.265194,7.627808 C 42.305204,7.627808 51.265212,11.267804 51.265212,15.7528 z"
             id="path3507"
             style="fill:url(#linearGradient1417);fill-opacity:1;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
          <path
             d="M 31.26519,5.89062 C 29.056954,5.890621 27.091219,6.208178 25.54644,6.70312 C 24.669493,6.98409 23.920451,7.32021 23.35894,7.73437 C 22.797429,8.14853 22.390191,8.678233 22.39019,9.32812 L 22.39019,15.92187 C 22.39019,15.92187 22.607324,16.480249 22.60894,16.48437 C 22.770387,16.896052 23.023205,17.276013 23.42144,17.57812 C 23.926572,17.961321 24.578697,18.280121 25.35894,18.54687 C 26.919426,19.080368 28.991691,19.39062 31.26519,19.39062 C 33.538687,19.390619 35.610953,19.080368 37.17144,18.54687 C 37.951683,18.280121 38.603808,17.96132 39.10894,17.57812 C 39.507176,17.276013 39.759993,16.896052 39.92144,16.48437 L 40.14019,15.92187 L 40.14019,9.32812 C 40.140188,8.678233 39.732951,8.14853 39.17144,7.73437 C 38.609929,7.32021 37.860885,6.98409 36.98394,6.70312 C 35.439159,6.20818 33.473424,5.89062 31.26519,5.89062 z"
             id="path1388"
             sodipodi:nodetypes="cssccsssssssccssc"
             style="fill:url(#linearGradient1414);fill-opacity:1;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
          <path
             d="M 22.900204,9.337197 L 22.900204,15.922751 L 22.949408,16.091613 C 23.203988,17.642128 26.81259,18.877809 31.26511,18.877809 C 35.717632,18.877809 39.326238,17.642128 39.580814,16.091613 L 39.630021,15.922751 L 39.630021,9.337197 L 22.900204,9.337197 z"
             id="path4235"
             sodipodi:nodetypes="cccscccc"
             style="opacity:1;fill:url(#linearGradient1411);fill-opacity:1;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
          <path
             d="M 39.630211,9.332855 C 39.630211,10.964045 35.882717,12.28791 31.265268,12.28791 C 26.64782,12.28791 22.900325,10.964045 22.900325,9.332855 C 22.900325,7.701665 26.64782,6.377801 31.265268,6.377801 C 35.882717,6.377801 39.630211,7.701665 39.630211,9.332855 z"
             id="path4237"
             style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
          <path
             d="M 39.137855,9.121761 C 39.137855,10.636436 35.610824,11.865736 31.265017,11.865736 C 26.919211,11.865736 23.39218,10.636436 23.39218,9.121761 C 23.39218,7.607087 26.919211,6.377786 31.265017,6.377786 C 35.610824,6.377786 39.137855,7.607087 39.137855,9.121761 z"
             id="path4239"
             style="fill:url(#linearGradient1405);fill-opacity:1;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
        </g>
      </g>
    </g>
    <g
       id="g3712">
      <g
         id="g5792">
        <rect
           style="fill:#ffffff;stroke:#000000;stroke-width:1.72148323;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
           id="rect3339"
           width="856.59924"
           height="457.09293"
           x="806.95483"
           y="1266.0206"
           rx="48.643536"
           ry="23.864288" />
        <rect
           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
           id="rect3471"
           width="210.90668"
           height="59.85009"
           x="1125.9839"
           y="1240.9451"
           rx="22.082041"
           ry="19.859041" />
        <image
           y="1348.3845"
           x="1179.8562"
           id="image2888"
           height="329.75757"
           width="460.75757"
           sodipodi:absref="D:\projets\APBTeam\svn\public\eurobot\2009\planete-sciences\poster\images\team09.jpg"
           xlink:href="images\team09.jpg" />
        <flowRoot
           xml:space="preserve"
           id="flowRoot3388"
           style="font-size:18px;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(1.5146479,0,0,1.6215997,-3222.4851,-1402.1257)"><flowRegion
             id="flowRegion3390"><rect
               id="rect3392"
               width="264.58429"
               height="268.39877"
               x="2691.4285"
               y="1664.7244"
               style="font-size:18px" /></flowRegion><flowPara
             style="font-size:16px"
             id="flowPara3394">Fleur-Mélusine Bouron (orga)</flowPara><flowPara
             style="font-size:16px"
             id="flowPara2562">Guillaume Chevillot (élec)</flowPara><flowPara
             style="font-size:16px"
             id="flowPara3396">Marie-Ève Schodet (orga)</flowPara><flowPara
             style="font-size:16px"
             id="flowPara3398">Romain Dalmais (élec)</flowPara><flowPara
             style="font-size:16px"
             id="flowPara3400">Clement Demonchy (admin)</flowPara><flowPara
             style="font-size:16px"
             id="flowPara3402">Frederic Denis (méca)</flowPara><flowPara
             style="font-size:16px"
             id="flowPara3404">Jeremy Dufour (info)</flowPara><flowPara
             style="font-size:16px"
             id="flowPara2564">Thomas Lambert (méca)</flowPara><flowPara
             style="font-size:16px"
             id="flowPara3406">Nélio Laranjeiro (info)</flowPara><flowPara
             style="font-size:16px"
             id="flowPara3408">Pierre-André Galmes (orga)</flowPara><flowPara
             style="font-size:16px"
             id="flowPara3410">Pierre Prot (élec)</flowPara><flowPara
             style="font-size:16px"
             id="flowPara3416">Nicolas Schodet (multitâche)</flowPara><flowPara
             style="font-size:16px"
             id="flowPara2560">Alexandre Stanilawki (info)</flowPara><flowPara
             style="font-size:18px"
             id="flowPara3412" /><flowPara
             style="font-size:18px"
             id="flowPara3414" /></flowRoot>        <flowRoot
           xml:space="preserve"
           id="flowRoot3463"
           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(1.7249505,0,0,1.8798546,-3231.0793,619.06002)"><flowRegion
             id="flowRegion3465"><rect
               id="rect3467"
               width="361.63461"
               height="96.974648"
               x="2535.4829"
               y="330.89648" /></flowRegion><flowPara
             id="flowPara3469"
             style="font-size:22px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Comic Sans MS;-inkscape-font-specification:Comic Sans MS">The Team</flowPara></flowRoot>        <g
           transform="matrix(0.4345721,0,0,0.4731485,1303.9326,1194.2298)"
           id="g3882">
          <path
             d="M 236.75138,63.198895 C 230.03638,43.502395 204.76738,51.596795 189.75138,48.935795 C 177.32738,46.734095 166.14838,37.559995 153.75138,34.353995 C 130.31738,28.293495 96.528081,39.772295 83.299181,60.198895 C 69.821081,81.010495 68.455681,110.7059 73.987481,134.1989 C 76.021681,142.8379 80.742681,150.5539 82.853281,159.1989 C 86.755181,175.1809 88.325281,195.7579 87.477481,212.1989 C 86.690981,227.4499 68.197981,251.8579 77.235181,266.1979 C 82.538881,274.6139 94.138081,278.9519 102.75138,282.9789 C 126.11338,293.9029 151.16144,297.52397 176.58444,297.51397 C 186.03944,297.50997 203.83538,294.4989 211.43438,288.2049 C 215.39938,284.9219 214.46638,277.7879 215.03738,273.1989 C 216.54838,261.0559 216.61738,245.9569 222.84138,235.1989 C 238.34638,208.3979 257.97038,183.9149 275.21238,158.1989 C 283.05238,146.5059 293.90838,133.1879 297.21938,119.1989 C 300.66638,104.6299 299.32138,81.634695 288.37238,70.538395 C 275.49938,57.492195 255.21796,57.974008 239.07496,62.756308 M 179.75138,51.198895 C 160.25838,57.262195 146.78338,86.952495 146.75138,106.1989 C 146.51909,112.37961 144.34938,123.6689 150.75138,127.1989 C 147.95338,105.0579 152.33338,71.935395 172.92238,58.344695 C 187.10938,48.979495 219.35138,47.430295 231.36138,61.303095 C 238.81338,69.911595 238.86938,83.461295 237.56738,94.198895 C 235.44238,111.7109 220.61138,123.2219 213.75138,138.1989 C 226.26438,134.6769 240.62338,106.7889 241.28038,94.198895 C 241.94138,81.542395 235.91738,68.390195 251.75138,64.126395 C 283.41138,55.600695 294.61462,84.672967 293.38362,109.76467 C 292.01945,119.08808 286.80638,133.0899 281.69738,141.1989 C 270.25338,159.3609 259.01538,179.0699 244.80038,195.1989 C 240.26638,200.3439 226.76438,222.7059 218.37038,212.5849 C 215.49838,209.1219 219.22238,204.2669 221.06038,201.1989 C 227.40238,190.6169 234.60638,180.9569 240.75138,170.1989 C 228.46538,176.2419 225.74538,196.4819 212.75138,204.1899 C 205.94338,208.2279 192.41338,202.2379 191.06938,194.1839 C 189.69538,185.9499 194.74738,175.0609 198.75138,168.1989 C 189.77438,174.8259 192.04238,187.4349 184.36138,193.4559 C 180.33638,196.6109 172.99591,194.25049 168.64491,193.16749 C 163.96691,192.00449 156.74338,191.4679 153.35438,187.6859 C 150.83638,184.8749 151.75738,179.6669 151.75138,176.1989 C 151.73838,168.4059 150.73738,160.7059 148.75138,153.1989 C 148.75138,153.1989 150.99338,178.4459 145.89338,184.8809 C 141.06038,190.9789 121.29474,189.07511 119.77938,182.1799 L 117.75138,159.1989 C 115.12038,166.4179 117.40538,174.1929 114.78138,181.1799 C 113.19838,185.3969 104.17838,191.3149 101.35478,185.0359 C 98.802781,179.3609 100.24048,169.4459 99.647181,163.1989 C 98.819381,154.4829 95.957781,144.7269 93.751381,136.1989 C 93.751381,136.1989 96.598281,162.6529 96.747481,175.1989 C 96.812381,180.6549 95.171846,192.83029 91.419587,187.20814 C 87.262587,176.41314 88.559881,169.94042 85.853281,158.85442 C 83.822481,150.53642 79.352981,140.4559 77.229781,132.1989 C 71.663781,110.5529 73.900581,84.822995 85.089381,65.198895 C 99.502181,39.919995 138.35238,29.958495 163.75138,41.944295 C 169.03338,44.436895 176.44338,46.148195 179.75138,51.198895 M 116.75138,91.198895 L 117.53009,92.526656 C 118.71109,77.689556 128.15238,57.948895 143.75138,54.198895 C 128.36538,47.802995 111.63038,78.820495 116.75138,91.198895 M 262.75138,80.198895 C 266.06338,88.273695 269.29988,95.69561 267.61188,104.69162 C 266.97556,111.86362 262.35538,120.1219 260.75138,127.1989 C 271.2441,118.47324 276.17972,89.172124 262.75138,80.198895 M 211.75138,278.1989 C 174.37538,258.5329 120.38138,248.1849 78.751381,259.1989 C 79.464381,243.5969 89.425681,229.8309 90.657981,214.1989 C 91.075181,208.9069 89.314042,199.1579 93.345542,194.9009 C 99.524042,188.3769 114.60538,190.1059 122.75138,190.2029 C 149.58238,190.5219 179.11538,195.5269 202.75138,208.7749 C 208.76438,212.1459 218.29038,215.2079 222.13238,221.2419 C 225.55238,226.6129 218.85038,233.1589 217.11038,238.1989 C 213.10238,249.8079 211.75938,265.9039 211.75138,278.1989 M 203.11676,279.43273 C 207.96067,282.50122 211.01284,284.97347 206.79265,287.5301 C 182.10035,299.24317 152.88538,293.3449 127.75138,284.3789 C 121.27738,282.0689 102.62908,277.4289 103.29768,268.2419 C 104.00338,258.5459 120.06968,260.09243 126.21068,260.09243 C 152.94109,261.1989 178.737,266.22237 203.11676,279.43273 z"
             id="path3"
             sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
             style="fill:#000000;stroke:none" />
          <path
             style="fill:#9f592b;fill-opacity:1"
             d="M 185.01619,248.78526 C 167.99707,240.66545 147.08349,234.9297 124.87562,232.29115 C 117.18425,231.37733 111.76331,231.19084 101.39496,231.48337 C 89.581133,231.81671 84.356547,232.39433 74.563198,234.44994 L 72.261754,234.93302 L 72.736526,231.55489 C 72.997645,229.69694 75.186126,222.2721 77.59982,215.05525 C 82.40788,200.67934 83.412341,195.87045 83.4202,187.19001 C 83.429399,177.01216 86.354233,174.12872 97.504137,173.30535 C 106.47914,172.6426 128.0796,173.69581 138.60852,175.30957 C 157.00593,178.12932 168.47998,181.8909 186.37202,190.96807 C 203.42813,199.62113 204.94017,201.76497 200.24163,210.63315 C 196.01768,218.60555 193.69345,228.96222 192.83516,243.63595 C 192.56601,248.23771 192.15671,251.97544 191.92565,251.94205 C 191.69458,251.90864 188.58532,250.48811 185.01619,248.78528 L 185.01619,248.78526 z"
             id="path2381"
             transform="matrix(1.1008,0,0,1.1008,-0.5,0)" />
          <path
             style="fill:#9f592b;fill-opacity:1"
             d="M 200.07624,193.44701 C 198.069,191.65353 197.96854,191.3482 198.61515,189.00637 C 198.99704,187.62327 203.16214,180.48751 207.87092,173.14913 C 219.24813,155.41837 219.71552,154.62707 218.81127,154.62707 C 216.79877,154.62707 211.1235,161.38227 206.09604,169.76188 C 200.27724,179.46045 194.99338,185.20782 191.112,186.06031 C 184.66557,187.47619 175.92869,182.31653 174.56057,176.28566 C 173.72885,172.61929 175.3346,165.30401 178.37776,158.89599 C 181.03726,153.29586 181.36847,151.91525 179.72539,153.27889 C 177.92822,154.77041 175.47919,159.48293 173.1582,165.91572 C 170.34054,173.72505 167.61123,176.72652 163.32764,176.72652 C 159.91556,176.72652 147.07251,173.92781 143.38935,172.38164 C 139.4105,170.71135 138.89115,169.263 138.38485,158.42541 C 137.99396,150.05811 136.68456,140.66706 135.78309,139.7656 C 135.6268,139.60931 135.48628,144.20999 135.47081,149.98934 C 135.43529,163.26128 134.33434,167.20089 130.04515,169.4045 C 124.82452,172.08663 113.6076,170.65447 110.51898,166.91142 C 110.03664,166.32687 109.33745,162.31933 108.96318,157.99394 C 107.91017,145.82457 107.54601,143.63304 106.87235,145.41104 C 106.56218,146.22967 106.10287,149.95894 105.85164,153.69834 C 105.60042,157.43774 105.1183,161.59974 104.78028,162.94726 C 103.76216,167.00581 98.23558,171.14008 95.141174,170.15795 C 92.904468,169.44805 91.712707,165.5672 91.712707,158.99354 C 91.712707,155.62247 91.390919,150.2309 90.997617,147.01227 C 90.215497,140.61162 86.250753,123.25662 85.697127,123.81024 C 85.507472,123.9999 85.70076,127.82585 86.126671,132.31235 C 88.285511,155.05327 88.282286,165.90695 86.115504,169.95561 C 84.366526,173.22358 82.180014,167.06169 80.30866,153.59116 C 79.484351,147.6576 78.004151,141.77327 75.096989,132.87293 C 72.863791,126.03591 70.561305,118.17014 69.980373,115.39344 C 67.022693,101.25662 68.263142,83.700345 73.161298,70.372928 C 78.790401,55.056657 88.662804,44.537638 102.74796,38.848391 C 113.8274,34.373211 125.92836,32.896754 136.46553,34.734468 C 145.44702,36.30087 161.86401,43.290421 162.58852,45.856354 C 162.69576,46.236188 161.16586,47.302065 159.18872,48.224965 C 150.08544,52.474268 139.36798,68.048619 135.56161,82.559282 C 134.04542,88.339254 132.97156,99.213529 133.25294,105.93733 C 133.44102,110.43151 133.80952,112.13099 134.91771,113.61489 C 135.70049,114.66307 136.63281,115.61843 136.98954,115.73793 C 137.37958,115.8686 137.54691,112.35002 137.4093,106.91108 C 137.02428,91.694254 139.25512,79.955704 144.59233,69.114178 C 151.7064,54.663315 162.56902,48.063626 180.83276,47.095925 C 193.06897,46.447597 203.39708,49.309807 209.23276,54.966395 C 214.6957,60.261657 217.40294,71.336202 216.08007,82.976519 C 214.94006,93.007907 212.93616,97.400359 203.13554,111.35057 C 197.16133,119.85425 194.24579,124.79367 194.84621,125.39409 C 195.55992,126.10778 199.94046,123.16736 203.31921,119.70664 C 209.98404,112.88012 217.14303,99.386119 219.15669,89.854599 C 219.85315,86.557901 220.02305,82.730269 219.74553,76.588398 C 219.37907,68.478177 219.45313,67.768702 220.96918,64.863867 C 222.85345,61.253446 225.10148,59.799406 231.224,58.230891 C 244.02003,54.9527 255.43972,60.236941 261.49883,72.239965 C 264.98086,79.13779 266.00133,84.14038 266.04871,94.544199 C 266.08706,102.96867 265.90479,104.43048 264.15783,109.7087 C 261.12481,118.87254 257.65452,125.62211 248.51964,140.12431 C 236.90338,158.56583 232.49353,164.85535 221.84017,178.17555 C 212.28275,190.12549 209.57057,192.88584 205.85782,194.44167 C 202.84162,195.70561 202.54745,195.65502 200.07626,193.44702 L 200.07624,193.44701 z M 240.80895,111.9263 C 247.17046,102.01276 248.47504,86.018039 243.62584,77.390048 C 241.86571,74.258308 238.11107,71.070684 239.1232,73.567376 C 242.45925,81.796651 243.17233,84.80125 243.20021,90.745856 C 243.22611,96.269068 242.90644,97.914827 240.33014,105.52235 C 238.73557,110.2309 237.43094,114.34865 237.43094,114.6729 C 237.43094,116.13731 238.84405,114.98834 240.80896,111.92629 L 240.80895,111.9263 z M 108.94726,76.588398 C 109.42018,74.499309 111.03404,70.213508 112.53361,67.064392 C 115.84303,60.114544 122.00356,53.46076 127.41756,50.988695 C 131.26675,49.231133 131.1162,48.3025 126.97909,48.284054 C 115.69534,48.233736 101.78155,71.319924 106.30552,82.586257 L 107.08619,84.530387 L 107.58678,82.458564 C 107.86212,81.319061 108.47433,78.677486 108.94726,76.588398 z"
             id="path2383"
             transform="matrix(1.1008,0,0,1.1008,-0.5,0)" />
          <path
             style="fill:#74b449;fill-opacity:1"
             d="M 143.16298,265.16515 C 125.49039,262.0244 101.72512,253.63861 97.050925,248.89412 C 93.13596,244.92028 93.955463,241.0897 99.315815,238.30738 C 102.33417,236.7407 102.77732,236.70719 115.88398,237.05481 C 128.70019,237.39475 136.60712,238.2734 147.33369,240.5497 C 167.68269,244.868 191.7877,255.79059 189.42073,259.62043 C 188.52126,261.07581 181.40972,263.80381 174.972,265.16298 C 166.84469,266.87887 152.81104,266.87982 143.16298,265.16517 L 143.16298,265.16515 z"
             id="path2385"
             transform="matrix(1.1008,0,0,1.1008,-0.5,0)" />
          <path
             style="fill:#74b449;fill-opacity:1"
             d="M 183.14917,247.7601 C 167.00026,240.73012 152.65096,236.53901 133.39278,233.22742 C 125.15417,231.81074 122.03001,231.63923 105.8011,231.71282 C 90.739358,231.7811 86.175435,232.03953 80.016733,233.17276 L 72.53346,234.5497 L 73.00038,232.06088 C 73.257175,230.69199 74.570746,225.99497 75.919434,221.62302 C 82.468191,200.39431 83.026146,198.06825 83.621796,189.51309 C 83.94404,184.88482 84.63768,180.20782 85.163232,179.11977 C 87.64183,173.98838 95.46268,172.6833 116.77343,173.84494 C 146.43585,175.46184 162.69276,179.47228 184.49053,190.5502 C 197.40104,197.11148 200.29034,199.05106 201.51301,201.97732 C 202.49713,204.33267 202.43759,204.64238 199.82187,210.77286 C 198.33073,214.26767 196.61968,218.78556 196.01955,220.8126 C 194.70199,225.26286 193.06928,236.20797 192.42276,244.92403 C 192.16215,248.4375 191.75592,251.29084 191.52004,251.2648 C 191.28415,251.23874 187.51727,249.66165 183.14917,247.76011 L 183.14917,247.7601 z"
             id="path3157"
             transform="matrix(1.1008,0,0,1.1008,-0.5,0)" />
          <path
             style="fill:#74b449;fill-opacity:1"
             d="M 200.16991,192.98878 C 199.16485,192.05733 198.34254,191.11468 198.34254,190.894 C 198.34254,189.75907 202.85384,181.87488 210.51579,169.61933 C 215.21554,162.10194 219.06077,155.6534 219.06077,155.28922 C 219.06077,154.92503 218.62102,154.62707 218.08356,154.62707 C 216.60285,154.62707 212.09737,160.09141 206.20691,169.03131 C 199.88006,178.63352 198.38228,180.51525 194.72233,183.45994 C 192.46961,185.27244 191.31291,185.70442 188.71244,185.70442 C 184.27106,185.70442 178.73802,182.86111 176.44933,179.40267 C 173.8636,175.4954 174.39387,169.75886 178.22294,160.21485 C 179.80618,156.26861 180.94262,152.88093 180.74838,152.68669 C 179.80199,151.74029 177.38848,155.54347 173.84044,163.57224 C 169.02325,174.4729 167.40055,176.25053 162.37063,176.13721 C 158.2614,176.04463 145.41356,173.10363 142.47102,171.58198 C 141.38634,171.02107 140.2962,170.034 140.0485,169.3885 C 139.8008,168.74301 139.14483,163.37066 138.59077,157.44997 C 136.67342,136.96078 136.08367,135.95836 135.1016,151.51934 C 134.30777,164.09761 133.71077,166.30081 130.44014,168.72242 C 126.2207,171.84653 112.10903,169.89813 110.62167,165.98609 C 110.28425,165.0986 109.5387,160.1189 108.96491,154.92008 C 107.49139,141.56939 107.08661,141.47218 105.54233,154.09816 C 104.35202,163.83001 103.34693,166.46916 100.07006,168.46718 C 94.284523,171.99484 92.697251,169.67423 91.887134,156.50363 C 91.300035,146.95882 87.871015,127.29546 86.387707,124.96776 C 85.925249,124.24203 85.826568,126.35241 86.082652,131.49171 C 87.524938,160.43688 87.264924,170.51105 85.075546,170.51105 C 84.166146,170.51105 82.627106,164.78289 80.622258,153.93646 C 79.674448,148.8087 76.879952,137.77624 74.412258,129.41989 C 67.972037,107.61133 67.254731,98.314227 70.682438,81.077348 C 74.972507,59.503923 87.154689,44.669434 105.89026,38.204088 C 120.46477,33.174648 133.95143,33.223964 147.55081,38.356402 C 153.32387,40.535159 161.47176,44.517783 162.04122,45.439185 C 162.26323,45.798405 160.76463,47.053653 158.711,48.228626 C 147.27462,54.771851 136.68711,72.202604 134.05914,88.81422 C 133.59061,91.77578 133.17922,97.928177 133.14493,102.48619 C 133.09134,109.6099 133.27723,111.10508 134.4689,113.13517 C 137.12793,117.66506 137.56906,116.80381 137.56906,107.08266 C 137.56906,91.535587 139.65352,80.88038 144.86209,69.802452 C 147.27445,64.671733 148.86394,62.388198 152.67742,58.574717 C 161.00921,50.242928 170.59946,47.149296 186.25691,47.74259 C 207.212,48.536637 215.91155,57.215594 215.86339,77.279006 C 215.83316,89.877617 213.98225,94.593087 202.05102,112.46838 C 193.25019,125.65369 192.64345,128.40184 199.67238,123.24214 C 206.55865,118.18715 214.62163,105.33668 218.37054,93.441733 C 219.64455,89.399392 219.86279,87.148778 219.80497,78.648736 C 219.74296,69.532728 219.87836,68.343115 221.29794,65.532762 C 222.15659,63.83288 223.84423,61.788087 225.04827,60.98875 C 230.36209,57.461015 242.92291,56.961181 249.05815,60.033329 C 256.06322,63.541029 261.90423,71.468833 264.30848,80.732044 C 265.91169,86.908985 265.93277,102.48152 264.34531,107.94218 C 261.35909,118.21442 255.46825,129.04947 240.83411,151.18642 C 227.5879,171.22383 213.58016,188.88218 207.83687,192.78315 C 204.38672,195.12656 202.53033,195.17635 200.1699,192.98878 L 200.16991,192.98878 z M 240.95473,111.91791 C 245.04455,105.67065 246.29544,100.78762 246.28994,91.09116 C 246.28575,83.691001 246.06988,81.988529 244.77795,79.166188 C 243.26195,75.854337 240.41765,72.444751 239.1709,72.444751 C 238.80192,72.444751 239.42751,75.104261 240.56113,78.354772 C 243.59014,87.040062 243.48479,94.131609 240.16503,105.01819 C 238.81376,109.44946 237.51932,113.56722 237.28849,114.16874 C 236.34365,116.63093 238.89458,115.06485 240.95474,111.91791 L 240.95473,111.91791 z M 108.81108,78.660221 C 111.3831,67.47393 118.84074,56.251188 126.59684,51.895048 C 130.78148,49.5448 130.97273,48.273481 127.14166,48.273481 C 123.02863,48.273481 120.17431,49.914834 115.38612,55.033419 C 107.96613,62.965407 103.79571,74.605394 105.80394,81.778059 C 106.29258,83.523329 106.90113,84.701181 107.15627,84.395525 C 107.41141,84.089862 108.15608,81.508978 108.81108,78.660221 z"
             id="path3159"
             transform="matrix(1.1008,0,0,1.1008,-0.5,0)" />
          <path
             style="fill:#74a949;fill-opacity:1"
             d="M 144.82044,265.1434 C 130.31784,262.71572 106.39416,254.86126 99.389834,250.22792 C 97.952721,249.27727 96.27279,247.44235 95.656651,246.1503 C 94.616229,243.96853 94.620559,243.67269 95.717327,241.99881 C 98.322845,238.02227 100.25922,237.50541 112.56175,237.50258 C 131.14192,237.49833 146.92562,239.91344 162.63267,245.16412 C 176.13109,249.67648 189.36464,256.50419 189.36464,258.95619 C 189.36464,259.84148 184.94402,261.96229 179.35083,263.76039 C 175.16579,265.10581 172.75441,265.34183 161.39503,265.51797 C 154.17818,265.62988 146.71961,265.46132 144.82044,265.1434 z"
             id="path3161"
             transform="matrix(1.1008,0,0,1.1008,-0.5,0)" />
          <path
             style="fill:#74a949;fill-opacity:1"
             d="M 144.82044,265.1434 C 130.31784,262.71572 106.39416,254.86126 99.389834,250.22792 C 97.952721,249.27727 96.27279,247.44235 95.656651,246.1503 C 94.616229,243.96853 94.620559,243.67269 95.717327,241.99881 C 98.322845,238.02227 100.25922,237.50541 112.56175,237.50258 C 131.1361,237.49834 146.88827,239.90791 162.66392,245.16664 C 175.7926,249.54302 189.36464,256.55229 189.36464,258.95619 C 189.36464,259.84148 184.94402,261.96229 179.35083,263.76039 C 175.16579,265.10581 172.75441,265.34183 161.39503,265.51797 C 154.17818,265.62988 146.71961,265.46132 144.82044,265.1434 z"
             id="path3163"
             transform="matrix(1.1008,0,0,1.1008,-0.5,0)" />
          <path
             style="fill:#eef3eb;fill-opacity:1"
             d="M 146.20166,265.38202 C 132.41309,263.35521 106.60439,255.00031 99.389834,250.22792 C 97.952721,249.27727 96.27279,247.44235 95.656651,246.1503 C 94.616229,243.96853 94.620559,243.67269 95.717327,241.99881 C 98.34866,237.98287 100.20626,237.50338 113.05249,237.52412 C 131.77368,237.55437 146.30614,239.79193 162.72955,245.17294 C 175.71288,249.42684 189.36464,256.49141 189.36464,258.95619 C 189.36464,259.84148 184.94402,261.96229 179.35083,263.76039 C 175.15403,265.10959 172.78633,265.33903 161.39503,265.50054 C 154.17818,265.60285 147.34116,265.54953 146.20166,265.38203 L 146.20166,265.38202 z"
             id="path3165"
             transform="matrix(1.1008,0,0,1.1008,-0.5,0)" />
          <path
             style="fill:#eef3eb;fill-opacity:1"
             d="M 180.26359,246.42728 C 165.66388,240.40711 153.99377,236.99407 136.48839,233.62478 C 127.99171,231.98942 125.98225,231.87101 106.65974,231.86724 C 90.825181,231.86415 84.557798,232.11758 80.071341,232.94236 C 72.876714,234.26499 73.165264,234.26 73.165264,233.0619 C 73.165264,232.52011 75.345443,224.5177 78.010105,215.27875 C 81.908579,201.76195 83.056175,196.6595 83.885105,189.15746 C 85.078219,178.35944 85.758558,176.98785 90.831956,175.15213 C 93.848371,174.06069 96.085098,173.96213 110.80339,174.27209 C 143.65707,174.96399 159.61433,178.59027 184.45579,191.00959 C 197.88084,197.72137 201.6183,200.55159 201.6183,204.00608 C 201.6183,204.92953 200.36579,208.88109 198.83493,212.7873 C 195.64971,220.91491 194.32075,226.95864 192.72966,240.5524 C 192.1108,245.83965 191.29372,250.24852 190.91388,250.34986 C 190.53405,250.45122 185.74142,248.68606 180.26359,246.42728 z"
             id="path2387"
             transform="matrix(1.1008,0,0,1.1008,-0.5,0)" />
          <path
             style="fill:#eef3eb;fill-opacity:1"
             d="M 200.39077,192.91664 C 199.54657,192.32535 198.85587,191.28152 198.85587,190.59701 C 198.85587,189.9125 203.36209,181.84861 208.86968,172.67727 C 214.37728,163.5059 218.8835,155.69271 218.8835,155.31458 C 218.8835,153.79171 216.78816,154.78028 214.60164,157.33474 C 213.32692,158.82395 209.23314,164.41744 205.50435,169.7647 C 198.4135,179.93331 193.96968,184.5753 190.7,185.22924 C 186.31141,186.10695 179.10718,182.94726 176.73106,179.10261 C 175.37529,176.9089 175.23539,175.99385 175.59285,171.65711 C 175.83196,168.75653 176.83505,164.51759 178.01958,161.40227 C 180.75383,154.21122 181.19205,152.34805 180.06693,152.69769 C 179.57556,152.85039 176.68736,157.75781 173.64869,163.60307 C 167.05827,176.28054 166.51053,176.70561 158.45532,175.39376 C 151.35131,174.23682 143.05934,171.88964 141.52441,170.60119 C 140.39659,169.65449 139.9505,167.3949 138.72348,156.41373 C 137.92078,149.22996 137.01707,142.70371 136.71522,141.91097 C 136.23853,140.65905 136.11281,140.78728 135.75869,142.88674 C 135.53446,144.21616 135.0144,149.31807 134.60302,154.22433 C 133.81435,163.63023 133.04356,166.03222 130.06106,168.37825 C 126.88712,170.87486 115.19865,170.03951 112.03249,167.08977 C 111.03703,166.16237 110.43055,163.68787 109.46773,156.62542 C 108.11982,146.73834 107.41333,143.86323 106.77055,145.64917 C 106.56549,146.21892 105.88292,150.09434 105.25372,154.26122 C 103.77078,164.08193 102.79328,166.45381 99.455885,168.32954 C 97.996893,169.14954 96.464179,169.82044 96.049863,169.82044 C 94.162446,169.82044 93.173392,166.17971 91.821935,154.25733 C 90.5038,142.62887 87.570747,125.98468 86.68333,125.09726 C 86.465243,124.87916 86.130747,124.8568 85.940001,125.04755 C 85.749248,125.23829 85.912163,133.29251 86.302018,142.9458 C 87.013351,160.55959 86.638178,169.13115 85.134021,169.63037 C 84.622246,169.80023 83.904172,167.92409 83.173192,164.50719 C 81.53688,156.8585 76.502149,136.35238 72.778047,122.16851 C 69.147004,108.33903 68.275719,99.110152 69.63833,88.911471 C 73.012985,63.653232 84.325167,47.162818 103.60007,39.403494 C 116.6093,34.166471 130.70096,33.423826 143.4181,37.305014 C 148.85258,38.96357 161.56305,44.766844 161.56305,45.58951 C 161.56305,45.89788 159.77611,47.375953 157.59206,48.874109 C 150.04652,54.049986 143.6851,62.030311 139.12073,72.046153 C 134.90466,81.297721 133.80293,86.612548 133.42669,99.514655 C 133.10465,110.55825 133.15587,111.15177 134.63807,113.55001 C 135.55604,115.03532 136.43877,115.80108 136.80772,115.43213 C 137.14982,115.09003 137.70599,109.55105 138.04364,103.12329 C 138.90533,86.719779 140.80781,78.542541 146.22771,67.946761 C 150.33793,59.91136 157.99126,53.118605 166.06354,50.341333 C 171.46187,48.48404 180.10935,47.701519 188.15145,48.342583 C 198.7751,49.189413 203.08484,50.626036 207.81115,54.895974 C 213.22547,59.787472 215.43046,66.432762 215.43046,77.858508 C 215.43046,89.100145 213.3252,94.741105 203.48773,109.85861 C 197.67206,118.79573 194.39967,124.84858 195.03836,125.48728 C 195.85523,126.30414 200.40216,123.21747 203.7042,119.60451 C 208.12843,114.76369 212.90903,106.99854 216.28352,99.171858 C 219.2661,92.254199 220.20982,86.277376 220.246,74.076664 C 220.26366,68.121671 220.39101,67.57761 222.50919,64.408156 C 224.38805,61.596796 225.37239,60.842583 228.552,59.778108 C 233.36385,58.167189 242.5635,58.12904 247.29437,59.70038 C 252.4866,61.424965 257.54765,66.490173 260.95868,73.375905 C 264.27039,80.061188 265.14468,84.49288 265.15022,94.62259 C 265.15502,103.42601 264.49988,107.20666 261.72073,114.41322 C 256.31225,128.43786 232.3104,165.18552 216.55537,183.56293 C 208.14403,193.3743 204.25612,195.62405 200.39075,192.91664 L 200.39077,192.91664 z M 239.66129,113.70856 C 241.81234,111.47217 244.9824,104.47089 245.80289,100.14446 C 246.8746,94.493301 246.679,84.242956 245.42945,80.575725 C 244.31037,77.291388 240.08217,71.765566 239.28377,72.543943 C 239.033,72.788419 239.66221,76.05114 240.682,79.794434 C 242.25448,85.566464 242.47932,87.492376 242.16203,92.471485 C 241.84972,97.372486 239.21928,108.71843 237.15835,114.05387 C 236.501,115.75569 237.87453,115.56619 239.66128,113.70856 L 239.66129,113.70856 z M 109.35728,77.796961 C 112.83415,66.155249 118.77371,57.273722 126.3212,52.430511 C 130.71747,49.609441 130.86022,48.273481 126.76541,48.273481 C 116.3985,48.273481 102.48912,69.914123 105.56998,81.25 C 106.00871,82.864296 106.61107,84.185083 106.90855,84.185083 C 107.20603,84.185083 108.30796,81.310428 109.35729,77.796961 L 109.35728,77.796961 z"
             id="path2389"
             transform="matrix(1.1008,0,0,1.1008,-0.5,0)" />
        </g>
      </g>
    </g>
  </g>
</svg>