Génération de la transformation XSL.
Montrer le détail du traitement
Déployer tous les contenus
Liste source :
dessins.xml
(
affichage XForms
)
>
Montrer le détail
construction d'images SVG, par la transformation
transfo_
dessin
_html.xsl
?
↓ XSL
<?xml version="1.0" encoding="UTF-8"?> <!-- Nom de fichier : transfo_dessin_html.xsl --> <!-- Creation : Milib le 21/09/2018 --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" > <xsl:output method="xml" encoding="UTF-8" /> <xsl:template match="/"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="description" content="dessin svg"/> </head> <body> <xsl:for-each select="dessins/image"> <!-- cadre de l'image --> <div id="{@ref}" name="{@ref}" title="{@ref}" style="border:1px dotted black;"> <svg id="dessin_{@ref}" viewBox="0 0 1920 1080"> <!-- format de l'image --> <xsl:call-template name="quadrillage_cahier"/> <xsl:apply-templates select="objet"> </xsl:apply-templates> </svg> </div> </xsl:for-each> </body> </html> </xsl:template> <!-- Ecriture du dessin --> <xsl:template match="objet"> <xsl:variable name="nom_elem_image"><xsl:value-of select="@nom"/></xsl:variable> <!-- texte commentaire de l'objet --> <text x="{@x}" y="{@y}" style="fill:#101010;-inkscape-font-specification:Arial;font-family:Arial;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;font-size:80px;" ><xsl:value-of select="@comm"/></text> <!-- objet image, avec ses transformations de translation et ratio de taille --> <g id="{@name}" transform="translate({@x},{@y})"> <g transform="matrix({@ratio},0,0,{@ratio},0,0)"> <xsl:choose> <xsl:when test="$nom_elem_image='alsacien'"><xsl:call-template name="alsacien"/></xsl:when> <xsl:when test="$nom_elem_image='alsacienne'"><xsl:call-template name="alsacienne"/></xsl:when> <xsl:when test="$nom_elem_image='alsace'"><xsl:call-template name="alsace"/></xsl:when> <xsl:when test="$nom_elem_image='mulhouse_alsace'"><xsl:call-template name="mulhouse_alsace"/></xsl:when> <xsl:when test="$nom_elem_image='roue_mulhouse'"><xsl:call-template name="roue_mulhouse"/></xsl:when> <xsl:when test="$nom_elem_image='chien'"><xsl:call-template name="chien"/></xsl:when> <xsl:when test="$nom_elem_image='chat'"><xsl:call-template name="chat"/></xsl:when> <xsl:when test="$nom_elem_image='chat_lait'"><xsl:call-template name="chat_lait"/></xsl:when> <xsl:when test="$nom_elem_image='lapin'"><xsl:call-template name="lapin"/></xsl:when> <xsl:when test="$nom_elem_image='zero'"><xsl:call-template name="zero"/></xsl:when> <xsl:when test="$nom_elem_image='un'"><xsl:call-template name="un"/></xsl:when> <xsl:when test="$nom_elem_image='deux'"><xsl:call-template name="deux"/></xsl:when> <xsl:when test="$nom_elem_image='trois'"><xsl:call-template name="trois"/></xsl:when> <xsl:when test="$nom_elem_image='quatre'"><xsl:call-template name="quatre"/></xsl:when> <xsl:when test="$nom_elem_image='cinq'"><xsl:call-template name="cinq"/></xsl:when> <xsl:when test="$nom_elem_image='six'"><xsl:call-template name="six"/></xsl:when> <xsl:when test="$nom_elem_image='sept'"><xsl:call-template name="sept"/></xsl:when> <xsl:when test="$nom_elem_image='huit'"><xsl:call-template name="huit"/></xsl:when> <xsl:when test="$nom_elem_image='neuf'"><xsl:call-template name="neuf"/></xsl:when> <xsl:when test="$nom_elem_image='dix'"><xsl:call-template name="dix"/></xsl:when> </xsl:choose> </g> </g> </xsl:template> <!-- dessin du quadrillage de fond de l'image --> <xsl:template name="quadrillage_cahier"> <g id="gCahier"> <rect inkscape:export-filename="F:\XML_SVG\cahier_seyes.png" inkscape:export-ydpi="90" inkscape:export-xdpi="90" y="0" x="0" height="1080" width="1920" id="rectFondBlanc" style="fill:#ffffff;fill-opacity:1;stroke:none" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_marge" style="stroke:#ffc0cb;stroke-width:2" y2="1080" x2="400" y1="0" x1="400" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_verticale1" style="stroke:#b0c4de;stroke-width:2" y2="1080" x2="500" y1="0" x1="500" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_verticale2" style="stroke:#b0c4de;stroke-width:2" y2="1080" x2="600" y1="0" x1="600" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_verticale3" style="stroke:#b0c4de;stroke-width:2" y2="1080" x2="700" y1="0" x1="700" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_verticale4" style="stroke:#b0c4de;stroke-width:2" y2="1080" x2="800" y1="0" x1="800" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_verticale5" style="stroke:#b0c4de;stroke-width:2" y2="1080" x2="900" y1="0" x1="900" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_verticale6" style="stroke:#b0c4de;stroke-width:2" y2="1080" x2="1000" y1="0" x1="1000" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_verticale7" style="stroke:#b0c4de;stroke-width:2" y2="1080" x2="1100" y1="0" x1="1100" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_verticale8" style="stroke:#b0c4de;stroke-width:2" y2="1080" x2="1200" y1="0" x1="1200" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_verticale9" style="stroke:#b0c4de;stroke-width:2" y2="1080" x2="1300" y1="0" x1="1300" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_verticale10" style="stroke:#b0c4de;stroke-width:2" y2="1080" x2="1400" y1="0" x1="1400" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_verticale11" style="stroke:#b0c4de;stroke-width:2" y2="1080" x2="1500" y1="0" x1="1500" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_verticale12" style="stroke:#b0c4de;stroke-width:2" y2="1080" x2="1600" y1="0" x1="1600" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_verticale13" style="stroke:#b0c4de;stroke-width:2" y2="1080" x2="1700" y1="0" x1="1700" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_verticale14" style="stroke:#b0c4de;stroke-width:2" y2="1080" x2="1800" y1="0" x1="1800" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_verticale15" style="stroke:#b0c4de;stroke-width:2" y2="1080" x2="1900" y1="0" x1="1900" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter1_1" style="stroke:#b0c4de;stroke-width:1" y2="25" x2="1920" y1="25" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter1_2" style="stroke:#b0c4de;stroke-width:1" y2="50" x2="1920" y1="50" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter1_3" style="stroke:#b0c4de;stroke-width:1" y2="75" x2="1920" y1="75" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line1" style="stroke:#9370db;stroke-width:2" y2="100" x2="1920" y1="100" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter2_1" style="stroke:#b0c4de;stroke-width:1" y2="125" x2="1920" y1="125" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter2_2" style="stroke:#b0c4de;stroke-width:1" y2="150" x2="1920" y1="150" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter2_3" style="stroke:#b0c4de;stroke-width:1" y2="175" x2="1920" y1="175" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line2" style="stroke:#9370db;stroke-width:2" y2="200" x2="1920" y1="200" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter3_1" style="stroke:#b0c4de;stroke-width:1" y2="225" x2="1920" y1="225" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter3_2" style="stroke:#b0c4de;stroke-width:1" y2="250" x2="1920" y1="250" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter3_3" style="stroke:#b0c4de;stroke-width:1" y2="275" x2="1920" y1="275" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line3" style="stroke:#9370db;stroke-width:2" y2="300" x2="1920" y1="300" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter4_1" style="stroke:#b0c4de;stroke-width:1" y2="325" x2="1920" y1="325" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter4_2" style="stroke:#b0c4de;stroke-width:1" y2="350" x2="1920" y1="350" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter4_3" style="stroke:#b0c4de;stroke-width:1" y2="375" x2="1920" y1="375" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line4" style="stroke:#9370db;stroke-width:2" y2="400" x2="1920" y1="400" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter5_1" style="stroke:#b0c4de;stroke-width:1" y2="425" x2="1920" y1="425" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter5_2" style="stroke:#b0c4de;stroke-width:1" y2="450" x2="1920" y1="450" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter5_3" style="stroke:#b0c4de;stroke-width:1" y2="475" x2="1920" y1="475" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line5" style="stroke:#9370db;stroke-width:2" y2="500" x2="1920" y1="500" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter6_1" style="stroke:#b0c4de;stroke-width:1" y2="525" x2="1920" y1="525" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter6_2" style="stroke:#b0c4de;stroke-width:1" y2="550" x2="1920" y1="550" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter6_3" style="stroke:#b0c4de;stroke-width:1" y2="575" x2="1920" y1="575" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line6" style="stroke:#9370db;stroke-width:2" y2="600" x2="1920" y1="600" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter7_1" style="stroke:#b0c4de;stroke-width:1" y2="625" x2="1920" y1="625" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter7_2" style="stroke:#b0c4de;stroke-width:1" y2="650" x2="1920" y1="650" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter7_3" style="stroke:#b0c4de;stroke-width:1" y2="675" x2="1920" y1="675" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line7" style="stroke:#9370db;stroke-width:2" y2="700" x2="1920" y1="700" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter8_1" style="stroke:#b0c4de;stroke-width:1" y2="725" x2="1920" y1="725" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter8_2" style="stroke:#b0c4de;stroke-width:1" y2="750" x2="1920" y1="750" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter8_3" style="stroke:#b0c4de;stroke-width:1" y2="775" x2="1920" y1="775" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line8" style="stroke:#9370db;stroke-width:2" y2="800" x2="1920" y1="800" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter9_1" style="stroke:#b0c4de;stroke-width:1" y2="825" x2="1920" y1="825" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter9_2" style="stroke:#b0c4de;stroke-width:1" y2="850" x2="1920" y1="850" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter9_3" style="stroke:#b0c4de;stroke-width:1" y2="875" x2="1920" y1="875" x1="1" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line9" style="stroke:#9370db;stroke-width:2" y2="900" x2="1920" y1="900" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter10_1" style="stroke:#b0c4de;stroke-width:1" y2="925" x2="1920" y1="925" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter10_2" style="stroke:#b0c4de;stroke-width:1" y2="950" x2="1920" y1="950" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter10_3" style="stroke:#b0c4de;stroke-width:1" y2="975" x2="1920" y1="975" x1="1" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line10" style="stroke:#9370db;stroke-width:2" y2="1000" x2="1920" y1="1000" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter11_1" style="stroke:#b0c4de;stroke-width:1" y2="1025" x2="1920" y1="1025" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter11_2" style="stroke:#b0c4de;stroke-width:1" y2="1050" x2="1920" y1="1050" x1="0" /> <line inkscape:export-ydpi="91.553131" inkscape:export-xdpi="91.553131" id="line_inter11_3" style="stroke:#b0c4de;stroke-width:1" y2="1075" x2="1920" y1="1075" x1="1" /> </g> </xsl:template> <xsl:template name="alsacien"> <ellipse xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 280,230 c 0,44.18278 -26.86292,80 -60,80 -33.13708,0 -60,-35.81722 -60,-80 0,-44.18278 26.86292,-80 60,-80 33.13708,0 60,35.81722 60,80 z" sodipodi:ry="80" sodipodi:rx="60" sodipodi:cy="230" sodipodi:cx="220" cx="220" cy="230" rx="60" ry="80" style="fill:#eeb999;fill-opacity:1;stroke:none" id="ellipseVisage" transform="translate(0,-50)"/><circle xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 205,220 c 0,2.76142 -2.23858,5 -5,5 -2.76142,0 -5,-2.23858 -5,-5 0,-2.76142 2.23858,-5 5,-5 2.76142,0 5,2.23858 5,5 z" sodipodi:ry="5" sodipodi:rx="5" sodipodi:cy="220" sodipodi:cx="200" cx="200" cy="220" r="5" id="circleOeil1" style="fill:black;stroke:none" transform="translate(0,-50)"/><circle xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 245,220 c 0,2.76142 -2.23858,5 -5,5 -2.76142,0 -5,-2.23858 -5,-5 0,-2.76142 2.23858,-5 5,-5 2.76142,0 5,2.23858 5,5 z" sodipodi:ry="5" sodipodi:rx="5" sodipodi:cy="220" sodipodi:cx="240" cx="240" cy="220" r="5" id="circleOeil2" style="fill:black;stroke:none" transform="translate(0,-50)"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:black;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" d="M 191.27557,206.87869 C 200.12169,235.09636 240.26565,234.05639 246.67519,205.74598" id="pathBouche" inkscape:connector-curvature="0" sodipodi:nodetypes="cc"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:#d45500;stroke:none" d="M 213.18653,95.1724 C 175.6353,95.1163 154.7039,145.00596 159.04226,165.96968 C 161.65623,163.92936 172.2691,134.46521 177.20838,130.59944 C 178.09361,138.1841 175.33228,143.51359 177.21138,149.8329 C 184.15803,139.37523 193.45169,134.92239 196.94879,127.95182 C 212.67791,142.22558 229.85965,138.16415 247.96686,152.6839 C 243.55929,143.56472 242.15706,142.30921 237.42646,133.16209 C 248.57423,138.87982 271.2585,144.47621 278.87526,167.30405 C 278.95136,146.93555 265.95639,95.25127 213.18653,95.1724 L 213.18653,95.1724 z " id="pathCheveux" inkscape:connector-curvature="0" sodipodi:nodetypes="scccccccs"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:#050203;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 329.69245,135.91191 C 265.12579,133.82353 208.52281,136.70507 108.18398,136.01181 C 107.96716,132.24267 109.68953,132.38643 109.47742,127.00267 C 132.90311,128.80673 142.41528,125.5036 154.68693,126.01518 C 164.4696,95.46596 182.48747,88.29 189.24291,82.08663 C 195.50085,76.34011 246.09995,78.46723 254.37805,85.20438 C 264.11726,93.13065 278.47729,111.54269 279.81241,122.8009 C 300.96688,123.37053 317.77013,125.74295 330.38744,126.84487 C 329.23346,131.40044 330.1049,131.21859 329.69245,135.91193 L 329.69245,135.91191 z " id="pathChapeau" sodipodi:nodetypes="ccccssccc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:black;stroke-width:40;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 287.38151,774.12274 C 276.32898,767.76038 254.33056,752.59107 240.89155,742.87049 C 240.81475,726.49726 252.45556,445.97236 218.18441,445.67284 C 183.91327,445.37331 148.03845,736.82332 143.888,748.07274 C 136.6712,751.03173 117.27641,763.34642 100.21943,774.95959" id="pathJambes" sodipodi:nodetypes="cczcc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#eeb999;stroke-width:25;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 110.37353,484.27324 C 123.98606,482.0126 47.46561,374.24752 57.51638,361.41609 C 74.86075,339.27323 115.66736,273.5473 155.37353,274.98752 C 225.00451,277.51316 202.90969,268.9801 278.94495,284.98752 C 288.78339,287.05877 326.73005,348.30877 346.90448,373.32667 C 347.07891,424.05885 335.90241,464.9511 353.23067,500.7018" id="pathBras" sodipodi:nodetypes="cssscc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:#040300;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 289.16904,422.13037 C 291.74711,459.27322 282.75879,697.07813 282.75099,732.46648 C 275.37177,732.59986 225.98048,734.46446 211.36233,734.47285 C 209.24419,720.55267 219.1646,526.22588 213.8682,504.73282 C 210.00037,523.95404 177.1097,714.68194 175.91,736.73952 C 164.52326,734.06107 120.55872,734.89791 116.08782,734.84394 C 114.78807,713.90478 140.89798,460.21795 151.99645,422.5488 C 203.44404,423.2061 255.39164,421.48358 289.16904,422.13037 L 289.16904,422.13037 z " id="pathPantalon" sodipodi:nodetypes="cccccccc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:#fffffd;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" d="M 219.65924,282.13037 C 239.13281,280.06858 248.1133,270.66617 263.23067,262.13037 C 274.46201,267.10072 311.6528,276.62699 320.37353,292.84466 C 319.93792,294.58709 358.91851,353.2489 366.75196,369.50441 C 366.20259,373.8915 365.95474,442.49258 366.72516,457.51957 C 359.25325,458.96163 341.41092,462.63516 330.02884,464.48631 C 326.86104,446.6946 320.15349,356.36621 319.23686,357.66155 C 317.4036,360.25224 296.59117,322.19503 288.58778,317.13038 C 280.62651,323.69581 268.5898,353.39636 266.80206,363.55895 C 231.15362,385.16537 222.63202,398.03733 165.37349,369.98752 C 160.51515,347.81756 162.96159,323.32543 145.37349,308.55894 C 134.44274,307.12597 84.86017,381.52459 84.52801,374.90983 C 84.36193,371.60246 116.1513,436.88102 117.93748,449.13098 C 111.03218,454.12901 96.50666,455.95943 84.18495,463.39477 C 83.82724,455.40829 35.62213,362.06348 35.329,355.44393 C 35.03588,348.82438 116.22617,272.14437 116.08778,269.63037 C 131.37309,258.53654 161.85165,262.76586 182.15921,259.98752 C 188.29573,280.80718 199.10118,278.90119 219.6592,282.13037 L 219.65924,282.13037 z " id="pathChemise" sodipodi:nodetypes="ccccccsccccsccsccsc" inkscape:connector-curvature="0" inkscape:label="#pathChemise"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:red;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 288.58782,321.41608 C 289.9614,357.7221 311.17612,418.09881 300.52582,468.78122 C 257.13116,469.14141 185.39125,467.33394 139.27236,463.79174 C 120.7895,409.93597 141.67353,348.55478 149.65924,318.2018 C 167.03898,305.17787 157.65315,281.09519 157.65169,259.43167 C 162.37658,260.60682 182.32594,255.53184 186.31055,256.29463 C 190.36095,275.4034 213.64231,295.72014 216.94565,326.02424 C 217.86013,357.40333 217.08785,384.45762 218.25322,465.13741 C 217.89159,384.07018 217.11926,358.86476 216.47791,325.89496 C 223.48097,295.55293 244.21461,276.21556 250.33456,258.48171 C 254.51203,258.14693 279.67138,267.85052 285.84734,267.98231 C 290.25094,290.4713 280.69733,308.45338 288.58782,321.41608 L 288.58782,321.41608 z " id="pathGilet" sodipodi:nodetypes="cccccccccccc" inkscape:connector-curvature="0"/> </xsl:template> <xsl:template name="alsacienne"> <ellipse xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 280,230 c 0,44.18278 -26.86292,80 -60,80 -33.13708,0 -60,-35.81722 -60,-80 0,-44.18278 26.86292,-80 60,-80 33.13708,0 60,35.81722 60,80 z" cx="220" cy="230" rx="60" ry="80" style="fill:#eeb999;fill-opacity:1;stroke:none" id="ellipseVisage" sodipodi:cx="220" sodipodi:cy="230" sodipodi:rx="60" sodipodi:ry="80" transform="translate(0,-50)"/><circle xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 205,220 c 0,2.76142 -2.23858,5 -5,5 -2.76142,0 -5,-2.23858 -5,-5 0,-2.76142 2.23858,-5 5,-5 2.76142,0 5,2.23858 5,5 z" cx="200" cy="220" r="5" id="circleOeil1" style="fill:black;stroke:none" sodipodi:cx="200" sodipodi:cy="220" sodipodi:rx="5" sodipodi:ry="5" transform="translate(0,-50)"/><circle xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 245,220 c 0,2.76142 -2.23858,5 -5,5 -2.76142,0 -5,-2.23858 -5,-5 0,-2.76142 2.23858,-5 5,-5 2.76142,0 5,2.23858 5,5 z" cx="240" cy="220" r="5" id="circleOeil2" style="fill:black;stroke:none" sodipodi:cx="240" sodipodi:cy="220" sodipodi:rx="5" sodipodi:ry="5" transform="translate(0,-50)"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:black;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" d="M 191.27557,206.87869 C 200.12169,235.09636 240.26565,234.05639 246.67519,205.74598" id="pathBouche" inkscape:connector-curvature="0" sodipodi:nodetypes="cc"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:#050203;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 319.99869,296.1722 C 308.26164,268.42584 280.67186,246.42092 274.15848,215.47704 C 284.40896,185.61658 277.67021,158.13188 262.85583,134.74363 C 250.77279,129.48091 248.8124,113.81528 224.2844,109.02935 C 201.00635,110.46189 199.93142,120.45299 179.47745,134.74363 C 163.51506,152.45849 157.13525,191.3306 166.02185,213.6336 C 157.68099,242.62173 137.31385,246.47724 129.99869,280.45792 C 112.28187,278.11735 89.139366,256.19883 71.427256,254.74364 C 79.553546,231.13326 148.00345,211.59613 144.2844,187.60078 C 131.71879,205.42954 93.465416,212.01891 84.284396,184.74363 C 75.777696,155.80879 66.102046,114.71199 85.712966,96.17221 C 111.20992,76.33728 124.34757,54.1713 155.71297,54.74364 C 177.48437,53.50174 207.72175,69.71222 221.9485,91.88649 C 239.56663,75.43041 267.79939,58.3198 287.14155,57.60078 C 333.39699,59.27239 350.09214,87.05686 358.57012,137.60078 C 350.82465,182.87344 335.26593,198.90939 291.9193,206.65474 C 304.54833,233.74935 328.09284,239.24428 347.14155,257.60078 C 343.13044,265.72778 328.26826,293.62171 319.99869,296.1722 L 319.99869,296.1722 z " id="pathNoeud" sodipodi:nodetypes="cccccccccccccccccc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:#d45500;stroke:none" d="M 220.21321,103.84026 C 187.16653,86.00729 154.29816,149.61976 162.69057,174.63753 C 174.49782,161.07084 213.61166,138.45277 221.20975,116.41932 C 232.25034,135.27966 270.74966,162.03416 279.48302,171.58001 C 284.45312,159.39675 269.92282,86.13098 220.21321,103.84026 z " id="pathCheveux" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:black;stroke-width:40;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 291.24838,780.84656 C 280.19585,774.4842 258.19743,759.31489 244.75842,749.59431 C 244.68162,733.22108 227.751,510.91047 219.19414,511.68237 C 210.63728,512.45426 151.90532,743.54714 147.75487,754.79656 C 140.53807,757.75555 121.14328,770.07024 104.0863,781.68341" id="pathJambes" sodipodi:nodetypes="cczcc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#eeb999;stroke-width:25;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 114.2404,490.99706 C 127.85293,488.73642 51.332481,380.97134 61.383252,368.13991 C 78.727612,345.99705 120.05477,288.27947 159.2404,281.71134 C 220.76327,271.39914 229.07385,270.9742 272.67668,284.27891 C 282.29307,287.2132 350.77135,380.05049 350.77135,380.05049 C 350.77135,380.05049 345.85036,498.70195 357.09754,507.42562" id="pathBras" sodipodi:nodetypes="cssscc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:#fffffd;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" d="M 268.44889,265.47581 C 279.68023,270.44616 316.19535,281.32378 324.91608,297.54145 C 323.17365,304.51118 308.39682,322.68421 304.95469,329.56848 C 298.42199,338.27677 272.45671,360.12018 270.66897,370.28277 C 235.02053,391.88919 226.49893,404.76115 169.2404,376.71134 C 164.38206,354.54138 153.25708,347.90639 152.81184,325.28276 C 151.94594,315.26515 122.65112,288.55304 122.09754,278.49705 C 137.38285,267.40322 165.71856,263.4086 186.02612,260.63026 C 216.69774,279.2624 242.33363,273.49718 268.44889,265.47581 L 268.44889,265.47581 z " id="pathChemise" sodipodi:nodetypes="ccccccccc" inkscape:connector-curvature="0" inkscape:label="#pathChemise"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:#040300;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 307.09754,327.42562 C 300.3899,361.71133 296.39106,408.1087 292.81183,422.42562 C 244.36641,425.81626 222.48112,427.6415 164.2404,428.13991 C 156.86922,408.62932 152.0705,351.52335 149.95468,318.13991 C 156.29634,319.15957 166.75378,320.05404 172.74466,320.49727 C 172.76926,305.68175 157.03366,279.63784 157.46451,262.77711 C 162.1894,263.95226 170.91289,259.66879 174.8975,260.43158 C 177.25882,279.70217 189.93592,321.99221 189.93592,321.99221 C 189.93592,321.99221 207.52279,324.38783 217.92577,324.50679 C 220.52885,335.81219 227.42702,354.17403 228.99267,368.83034 C 229.84403,359.20094 235.36286,337.29458 236.63585,326.63503 C 243.96259,327.07293 269.13267,325.65112 276.31314,325.95635 C 275.99361,311.97587 276.17868,278.64134 275.8327,264.55881 C 280.01017,264.22403 286.24095,268.49326 292.41691,268.62505 C 293.23573,279.82826 293.8392,309.94164 292.72836,327.1755 C 298.04608,327.2665 302.87536,327.34477 307.09754,327.42562 z " id="pathMiederla" sodipodi:nodetypes="cccccccccccccccc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" inkscape:connector-curvature="0" style="fill:#f50d0b;fill-opacity:1;fill-rule:evenodd;stroke:none" d="M 162.81183,430.99706 C 144.96494,488.23304 82.856852,748.02731 79.954672,755.28277 C 142.65642,774.94544 306.51072,768.52584 334.2404,762.42562 C 334.2404,746.38238 289.95469,444.02546 289.95469,426.71134 C 266.27444,422.52769 212.76196,434.1972 162.81183,430.99706 L 162.81183,430.99706 z " id="pathJupe" sodipodi:nodetypes="ccccc"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" inkscape:connector-curvature="0" style="fill:#040300;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 284.95469,428.85419 C 278.24705,463.1399 291.39106,655.96584 287.81183,670.28276 C 239.36641,673.6734 198.9097,674.07007 140.66898,674.56848 C 133.2978,655.05789 167.07051,463.66621 164.95469,430.28277 C 215.68799,438.44007 251.17729,428.2074 284.95469,428.85419 z " id="pathTablier" sodipodi:nodetypes="ccccc"/> </xsl:template> <xsl:template name="alsace"> <defs xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="defs1944"> <linearGradient id="linearGradientFondVert"> <stop style="stop-color:#690100;stop-opacity:0.87704921;" offset="0" id="stopVertOpaque"/> <stop style="stop-color:#00ff00;stop-opacity:0.72950822;" offset="1" id="stopVertTransparent"/> </linearGradient> <linearGradient inkscape:collect="always" xlink:href="#linearGradientFondVert" id="linearGradientDegradeVert" x1="72.18856" y1="501.6178" x2="360.70474" y2="521.70209" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.065138,0,0,1,-0.27312,-31.273756)"/> </defs><sodipodi:namedview xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" inkscape:window-height="987" inkscape:window-width="1680" inkscape:pageshadow="2" inkscape:pageopacity="0.0" guidetolerance="10.0" gridtolerance="10.0" objecttolerance="10.0" borderopacity="1.0" bordercolor="#666666" pagecolor="#ffffff" id="base" inkscape:zoom="1.5491071" inkscape:cx="337.35401" inkscape:cy="599.31461" inkscape:window-x="-8" inkscape:window-y="-8" inkscape:current-layer="svg1941" showguides="true" inkscape:guide-bbox="true" showgrid="false" inkscape:window-maximized="1" fit-margin-top="0" fit-margin-left="0" fit-margin-right="0" fit-margin-bottom="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:url(#linearGradientDegradeVert);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03205526px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0" d="m 250.2655,57.046684 c 1.52874,0.35881 4.22768,0.67318 5.77259,1.3984 1.72074,0.80775 4.58838,2.00525 7.5944,0.59416 1.64852,-0.77385 4.4488,-2.97082 6.32867,-2.97082 2.98186,0 6.81729,-0.3648 8.86015,0.59416 1.08391,0.50882 5.01994,3.87216 6.32866,3.56499 0.24889,-0.0584 4.86276,0.37588 5.69581,-1.18833 0.24948,-0.46844 2.28317,-5.67732 2.53147,-6.53581 0.42369,-1.46489 3.9905,-2.42236 6.03144,-2.30457 2.41159,0.13918 3.43187,0.50814 5.99303,1.71041 2.16107,1.01445 2.97644,2.6598 5.53759,3.86207 1.24699,0.58536 5.82174,2.43645 7.23163,3.76012 0.39793,0.3736 3.89952,3.46584 6.21681,1.29027 1.00209,-0.94082 2.96796,-4.06697 4.43006,-4.75331 3.15674,-1.48185 2.68874,-0.79457 5.36018,1.7135 2.65183,2.48966 3.52539,1.55179 5.2483,-1.05035 1.11,-1.67643 1.9869,-4.49614 3.94746,-5.41647 1.17909,-0.55349 4.87523,-1.54078 6.32867,1.18833 1.09238,2.05115 1.85701,3.52593 3.79721,5.34748 0.17977,0.16878 4.81702,4.39003 5.69581,3.56499 0.11864,-0.1114 3.45911,-3.34726 5.06293,-2.97082 2.60052,0.61037 4.69265,1.31158 6.96155,2.37665 1.96229,0.92115 3.41183,2.49285 5.6958,3.56499 2.17249,1.01982 3.96149,1.85962 6.32867,2.97082 2.19039,1.02822 3.11954,2.3346 5.06293,4.15915 1.54249,1.44816 3.24915,2.99073 5.69581,3.56499 1.79849,0.42212 5.80562,1.36264 7.5944,1.78249 2.59048,0.60801 3.7983,2.37692 6.32867,2.97082 2.37872,0.55831 5.62644,0.59417 8.86015,0.59417 3.08027,0 6.51007,-0.83326 8.86013,0.59416 1.69102,1.02711 4.88612,0.66024 6.32867,0.59417 4.10302,-0.18791 4.6234,4.00313 5.90831,1.95651 -1.69888,-2.32276 -1.91069,1.67474 -2.75521,2.30021 -2.12791,1.57594 -2.80221,1.56556 -4.45722,3.11936 -2.15663,2.02475 -2.47508,1.50258 -3.75881,3.91304 -1.40335,2.63506 -2.86474,3.18321 -3.79721,5.34748 -1.21586,2.822056 -1.63646,4.257966 -2.53147,6.535806 -0.68358,1.73974 -2.60719,3.84938 -3.16433,5.94164 -0.67335,2.52869 -2.17469,4.08341 -3.16434,5.94165 -1.41155,2.65045 -2.01344,3.78062 -3.16433,5.94164 -1.11419,2.09209 -2.38449,5.42735 -2.38449,7.72414 0,3.42561 -0.77985,3.33497 -0.77985,7.12997 0,3.46069 -0.20295,5.72857 -1.26572,7.72414 -1.28389,2.41073 -1.89861,3.17747 -1.89861,7.12998 0,1.15805 0.33892,2.47001 -1.89861,5.44943 -0.89579,1.19281 -6.54396,7.15807 -6.99993,7.58615 -1.88387,1.76868 -4.42825,1.81854 -7.55601,1.81854 -3.91803,0 -5.73017,0.0323 -7.59441,1.78249 -0.46581,0.43733 -1.1819,7.56675 -1.26574,7.72414 -1.359,2.55179 -2.61166,3.60103 -6.21679,3.60103 -4.39719,0 -5.02984,-0.17214 -7.07341,1.74645 -0.95691,0.89839 -0.3263,7.16701 -0.63286,8.3183 -0.74612,2.80193 -0.65854,5.44388 -1.26574,7.72414 -0.54389,2.04249 -3.88619,2.71082 -4.43006,4.75332 -0.39861,1.49691 -1.83005,2.24791 -2.53148,3.56498 -3.83352,0.89977 -4.39781,4.63217 -5.06294,7.12998 -0.70058,2.63097 -2.38969,3.03255 -3.16433,5.94164 -0.39318,1.47651 -4.14605,3.29834 -5.06295,4.15915 -1.9362,1.81781 -3.14387,2.89404 -3.79719,5.34748 -0.43575,1.6364 -4.17567,3.2082 -5.69581,3.56499 -2.45499,0.57621 -3.94083,2.07272 -5.85402,2.97082 -2.06828,0.9709 -2.37325,4.37982 -2.37325,7.12997 0,4.26752 -0.43241,4.56512 -2.53148,6.53581 -1.58003,1.48343 -1.75751,5.08257 -2.53146,6.53581 -0.16727,0.3141 -1.16872,1.09725 -1.26573,1.18833 -1.83849,3.45212 -2.53147,4.0072 -2.53147,8.91247 0,3.27423 0.54333,5.01121 1.26574,7.72414 0.73802,2.77151 0.63286,5.09929 0.63286,8.3183 0,3.63658 0.54023,4.99956 1.26573,7.72414 0.68928,2.58848 0.59583,5.48662 0,7.72413 -0.45283,1.70058 -3.40132,3.78749 -4.43006,4.75332 -1.93359,1.81534 -3.43316,2.62903 -5.06295,4.15915 -0.94574,0.88791 0,7.50068 0,8.91247 0,2.97082 -1.10751,5.94164 -1.10751,8.91246 0,1.7649 -1.23256,4.39394 -2.05682,5.94165 -1.14763,2.15491 -1.24277,4.66709 -1.8986,7.12997 -0.35664,1.33936 -2.42084,2.86696 -3.16434,3.56499 -0.26088,0.97973 -0.42191,1.98055 -0.63286,2.97082 -0.54505,2.55855 -0.63286,5.41951 -0.63286,8.3183 0,2.97083 0.31643,5.94164 0.79108,8.91246 0.18298,1.14524 2.05681,4.15056 2.05681,7.12997 0,1.32883 1.07269,4.62251 1.58217,6.53581 0.85208,3.19986 1.26574,4.55957 1.26574,7.72414 0,1.50343 -4.28273,3.42665 -5.06294,4.15915 -1.3735,1.28951 -5.93712,2.26712 -7.11976,2.82229 -1.74675,0.81996 -2.21291,2.37466 -3.32255,3.41644 -0.60897,0.28587 -0.9493,9.15008 -0.9493,10.39788 0,2.83827 -0.1165,6.37918 -0.63286,8.3183 -0.58621,2.20141 -0.63287,5.30661 -0.63287,8.3183 0,1.33647 -1.54478,5.80119 -1.89861,7.12998 -0.83595,3.13934 -1.42754,4.38365 -3.79719,5.49602 -2.58005,1.21113 -2.52837,2.74655 -4.43008,4.60477 -0.11531,0.11268 -1.21246,7.5241 -1.26573,7.72414 -0.21235,0.79744 -3.77542,4.28286 -4.35329,4.8254 -2.3417,2.19847 -2.67731,0.98426 -4.50685,4.68123 -1.10753,2.23796 -2.16076,4.62509 -2.16076,7.72414 0,1.78249 0.89503,3.56498 0.89503,5.34748 0,2.81489 -4.96864,3.80497 -5.69581,6.53581 -0.29984,1.12605 -1.47781,3.21145 -2.06807,3.48852 0.98866,-1.9016 0.74009,0.4091 1.21843,2.2054 0.44328,1.6647 -0.24171,4.05312 -0.76394,6.54818 -1.48659,1.39568 -1.31537,2.7864 -1.47358,5.21568 -0.15073,2.31435 0.35668,3.44017 0.895,5.46179 0.35793,1.34413 0.3869,3.06225 0.89502,5.46179 0.39731,1.87631 0.43857,4.03974 0.50179,5.88192 0.0154,0.45046 -0.38464,4.90117 -0.44751,5.88193 -0.0646,1.00812 0.88197,3.38047 1.73573,3.78124 1.48346,0.69637 2.68816,1.88301 3.68396,2.81791 1.12977,1.06068 2.09752,2.11779 3.58004,3.50964 0.737,0.69194 2.50958,1.67616 2.97431,2.76694 0.29835,0.70023 0.91312,1.40046 1.84431,2.24923 0.14917,0.56018 0.6471,1.75825 0.92216,2.27471 0.76405,1.43466 0.85737,1.90696 1.76288,3.60722 0.64191,1.20533 2.23751,2.71961 2.23751,4.20138 0,1.51944 0.7052,4.97793 0,6.30206 -0.54396,1.02142 -1.12397,3.15593 -2.23751,4.20138 -0.38837,0.36461 -4.47505,3.83526 -4.47505,5.04165 -0.48722,1.82973 -1.85377,2.22039 -2.68503,3.78124 -0.63961,1.20099 -2.30304,2.76687 -2.68502,4.20138 -0.36513,1.37116 -0.44751,3.87496 -0.44751,5.88193 0,2.10068 0,4.20137 0,6.30206 0,2.60337 0.2012,3.59234 -1.34252,5.04165 -1.11876,1.05035 -1.56626,2.7309 -2.68503,3.78124 -0.61419,0.57664 -3.95311,2.66057 -2.68503,5.04166 0.14918,0.28009 0.29834,0.56018 0.44752,0.84027 0.76405,1.43466 1.33201,2.50112 2.23751,4.20138 0.65708,1.23378 0.52974,2.5979 0.55143,5.04165 0.0177,1.99926 0.49274,3.50116 -0.55143,5.46179 -0.87608,1.64501 -1.18743,2.35859 -1.79001,4.62152 -0.39652,1.48907 -0.55562,3.5641 -1.34252,5.04165 -0.7121,1.33711 -0.96489,3.07218 -1.79002,4.62151 -0.24923,0.468 -2.23752,3.72764 -2.23752,4.20138 0,1.91116 -1.18489,6.05371 -0.895,7.14234 0,0.42014 -0.10855,0.85282 0,1.26042 0.61206,2.29857 0.68341,2.96379 1.79001,5.04165 0.84119,1.57951 1.58041,2.54738 2.68503,4.62151 0.78608,1.47603 0.86265,2.88021 1.79002,4.62152 0.62914,1.18135 2.33754,2.98547 1.79001,5.04165 -0.5699,2.14019 -1.11244,2.30484 -2.68503,3.78124 -1.15243,1.08196 -1.76528,2.07747 -3.13253,3.3611 -1.15243,1.08196 -1.76528,2.07747 -3.13253,3.3611 -1.82483,1.71324 -1.76169,2.62718 -0.89501,5.88193 0.40631,1.52584 1.48171,3.46371 1.79003,4.62152 0.55887,2.09882 0,2.96534 0,5.04165 0,1.65363 -0.69904,5.13365 0.895,5.88193 1.55514,0.73001 2.66525,1.67126 4.47504,2.52082 1.23359,0.57907 2.77269,2.54141 4.47506,2.94097 2.32268,0.54516 2.64632,1.22407 4.47504,2.94096 1.21922,1.14467 1.19323,2.80081 2.68502,4.20138 1.21923,1.14466 1.19324,2.80081 2.68503,4.20138 1.11877,1.05034 2.01378,2.31076 3.13253,3.3611 0.95793,0.89934 2.68504,2.08404 2.68504,3.78124 0,2.10069 0,4.20138 0,6.30206 0,2.24074 -0.53248,4.29485 0,7.46492 -2.40682,0.59766 -4.23951,2.80066 -6.18362,3.53075 -0.74585,0.28009 -2.91565,1.74851 -3.66148,2.0286 -0.73447,0.68955 -2.42305,2.50648 -3.58004,2.94097 -0.74584,0.28009 -1.43423,0.84027 -2.23752,0.84027 -0.96351,0.45229 -2.59003,2.10069 -4.02754,2.10069 -2.10688,0 -4.1084,0.15181 -4.92256,1.68055 -0.57873,1.08666 -1.3109,3.33143 -2.23752,4.20138 -1.25255,1.17595 -2.3603,1.63963 -1.79002,3.78124 0.39778,1.49383 0.87752,2.71447 1.79001,4.20138 0.56268,0.91688 0.98522,2.75454 2.46128,3.78124 1.25362,0.87197 3.29781,3.89104 2.01377,6.30206 -0.3495,0.32814 -1.47757,1.09388 -1.79002,1.68055 -0.32405,0.60846 -2.50291,2.50743 -3.00145,2.74145 -1.67145,0.78462 -1.71475,3.14048 -4.15861,3.14048 -2.35288,0 -4.4494,0.006 -6.26508,-0.42014 -1.63518,-0.38379 -2.53544,-1.96025 -3.58003,-2.94096 -0.15477,-0.14531 -3.69428,-4.09413 -4.92255,-2.94096 -0.93768,0.22008 -2.29195,0.47122 -3.13255,1.26041 -0.15383,0.14443 -2.69537,3.56631 -2.01376,3.88627 1.16894,0.54873 2.09492,1.99566 3.80378,1.99566 1.96486,0 4.13101,0.0971 5.37007,1.26041 1.10818,1.0404 2.23752,2.12725 2.23752,4.20138 0,2.68039 -0.54576,2.77702 -2.68502,3.78124 -0.61249,0.28751 -3.96606,1.30423 -4.47506,2.10069 -0.44751,0.70022 -1.13157,1.30846 -1.34251,2.10068 -0.26881,0.63093 -0.54765,0.79621 -0.89502,2.10069 -0.64292,2.41441 -0.88074,2.19233 -2.46127,3.67621 -1.16957,1.09804 -2.28595,2.17594 -4.13942,3.04599 -1.50299,0.70554 -2.87545,1.26042 -5.48194,1.26042 -2.53585,0 -5.07171,0 -7.60757,0 -1.01348,-0.1903 -1.38714,-0.42014 -2.23753,-0.42014 -3.07635,0 -3.67223,-1.68055 -7.16006,-1.68055 -1.04952,0.24633 -1.96928,0.63021 -3.8038,0.63021 -2.23753,0 -4.25129,1.05034 -6.48882,1.05034 -3.24756,0 -3.99708,0.39154 -6.26506,2.52083 -0.82043,0.77025 -0.9696,2.17071 -1.79002,2.94096 -1.47727,1.38694 -1.72706,1.68055 -4.92254,1.68055 -2.30867,0 -3.74059,-0.37681 -4.47506,-2.10069 -0.29833,-0.70022 -0.89501,-1.34651 -0.89501,-2.10068 -0.14916,-0.14005 -0.0793,-1.74636 -0.22374,-1.89062 -1.56627,-1.5634 -0.48191,-1.89062 -3.35629,-1.89062 -2.80174,0 -3.36798,0.22104 -4.92255,1.68055 -0.59668,0.56018 -1.19335,1.12037 -1.79002,1.68055 -0.41063,0.0964 -2.51239,0.92132 -3.58005,0.42014 -1.49879,-0.70357 -2.28175,-1.70132 -4.02754,-2.52083 -0.54532,-0.25599 -5.82216,-1.67189 -4.92255,-3.3611 0,-1.21089 -0.55997,-3.9902 0,-5.04166 0.79551,-1.49371 1.47285,-2.40657 2.23753,-4.20137 0.29833,-0.70023 -0.29835,-1.92563 -1e-5,-2.62586 0.30466,-1.14409 2.04708,-1.70055 2.23754,-2.4158 0.41772,-1.56871 0.72831,-3.62474 1.79001,-4.62151 1.17789,-1.10585 3.46114,-2.10069 0.895,-2.10069 -2.66272,0 -2.27945,2.10069 -4.47503,2.10069 -2.23753,0 -4.47506,0 -6.71257,0 -2.45989,0 -3.44606,-2.10069 -4.47506,-2.10069 -2.33038,0 -5.28324,-3.36002 -6.71256,-4.20138 0.51384,-1.58729 2.7676,-6.37959 4.02754,-7.56247 1.10254,-1.03512 -2.40366,-3.51707 -2.68503,-3.78124 -0.86306,-0.81028 -1.71408,-3.21852 -2.23752,-4.20138 -0.84249,-1.58192 -2.34353,-2.12557 -4.02755,-2.52083 -1.74697,-0.41003 -2.57649,-1.83967 -4.02754,-2.52082 -0.36964,-0.17352 0,-4.87229 0,-5.46179 -2.38851,-1.12122 -4.13764,-3.26782 -4.58692,-4.93663 -0.49897,-1.85339 -2.05251,-1.38013 -2.79691,-3.25606 -0.62838,-1.5836 -0.82475,-3.43926 -1.56626,-4.83158 -0.53028,-0.99572 -5.12921,-0.42014 -6.26506,-0.42014 -2.61524,0 -4.12701,-0.44349 -5.81756,-0.84028 -2.57995,-0.60554 -4.495,3.10598 -5.37006,4.20138 -1.602955,2.00657 -4.381798,-1.92559 -4.475049,-2.10069 -0.774334,-1.45396 -1.409927,-3.19412 -1.790018,-4.62151 -0.511428,-1.92061 -1.346365,-2.95543 -1.790019,-4.62152 -0.404319,-1.51837 -0.447504,-2.48845 -0.447504,-3.3611 0.596673,-0.56018 1.193346,-1.12037 1.790018,-1.68055 2.038327,-1.91368 0.565765,-0.65418 1.566267,-4.41145 0.448506,-1.68432 2.461275,-2.32545 2.461275,-4.83158 0,-0.27762 2.68503,-1.21368 2.68503,-3.78124 0,-1.83587 1.55917,-2.92764 2.23752,-4.20138 0.0262,-0.0493 -0.18231,-3.62561 -0.4475,-4.62151 -0.3376,-1.26781 0.80046,-2.0356 0.4475,-3.3611 -0.76605,-2.87683 -1.82846,-4.10537 -4.02754,-4.62152 -0.773677,-0.18159 -0.661887,-4.23657 -0.447505,-5.04165 0.421365,-1.58239 0.661831,-1.66285 1.342514,-2.94097 -0.740009,-2.27841 0.09638,-4.25957 -0.447505,-6.30206 -0.08223,-0.30878 -3.952346,-2.87037 -4.475047,-3.3611 -1.36725,-1.28364 -1.532592,-2.69928 -2.685027,-3.78124 -1.318769,-1.23812 -3.641288,-0.84028 -5.817562,-0.84028 -2.70243,0 -3.991752,-0.41174 -5.817559,-0.84027 -1.288389,-0.3024 -2.971385,-2.02505 -4.027543,-2.52083 -1.705339,-0.80053 -3.385214,-0.95889 -4.922551,-1.68055 -1.730696,-0.81243 -2.927022,-1.48761 -4.027542,-2.52083 -1.424167,-1.33707 -3.111659,-1.67565 -4.922551,-2.10069 -2.969883,-0.69706 -3.120546,-0.62458 -5.370057,-1.68055 -2.018889,-0.94771 -1.912241,-1.68055 -4.922551,-1.68055 -2.357941,0 -3.035542,-0.84027 -5.81756,-0.84027 -3.246341,0 -3.426083,-0.13106 -4.475046,-2.10069 -0.725169,-1.36164 -1.94266,-1.54703 -2.685029,-2.94097 -0.762884,-2.86492 -2.26425,-4.25156 -3.132533,-5.88192 -1.003183,-1.88367 -1.575696,-2.3019 0,-3.78124 1.367251,-1.28364 1.532594,-2.69928 2.685029,-3.78124 1.348653,-1.26618 2.670613,-1.67717 4.475046,-2.10069 1.179952,-0.27695 1.061101,-2.10069 4.475046,-2.10069 2.448728,0 2.382234,-1.81641 3.580039,-2.94096 1.542544,-1.44822 1.705215,-2.10069 4.475046,-2.10069 1.197293,0 2.68666,-1.26118 3.580037,-1.68055 0.449618,0 -1.764678,-6.20691 -1.790019,-6.30207 -0.553928,-2.08021 -2.509016,-2.27997 -3.132532,-4.62151 -0.620356,-2.32968 -1.342514,-2.57496 -1.342514,-5.4618 0,-2.06487 1.179578,-3.79955 1.566266,-5.25171 0.232486,-0.87308 1.898296,-3.04263 2.461275,-3.57118 0.380307,-0.35705 0.89501,-0.56018 1.342515,-0.84027 2.196967,-2.06261 3.403542,-4.46507 0.895009,-5.46179 -1.905486,-0.75711 -2.581103,-1.85685 -1.790019,-4.62152 0.450638,-1.57488 -0.447505,-3.96599 -0.447505,-5.88193 0,-1.89791 -1.001829,-3.38008 -0.447503,-5.46179 0.583998,-2.19313 0.01299,-4.22577 0.895008,-5.88192 0.950012,-1.78383 1.452367,-2.7271 2.237525,-4.20138 0.09434,-0.17715 0.298336,-0.28009 0.447503,-0.42014 1.654864,-3.10732 2.685028,-1.7116 2.685028,-5.88193 0,-2.63807 -0.862554,-4.20138 2.237524,-4.20138 2.537584,0 3.046977,-1.18009 4.475047,-2.52082 1.36725,-1.28364 2.427602,-1.85901 3.580036,-2.94097 1.507692,-1.41549 1.795114,-2.10308 3.580037,-2.94096 1.394911,-0.6548 2.22087,-2.50519 3.132533,-3.3611 1.290939,-1.21199 2.055929,-1.9302 3.132533,-2.94097 2.019523,-1.89602 1.790019,-2.53059 1.790019,-5.88192 0,-2.12749 0.447504,-3.48021 0.447504,-5.88193 0,-2.41077 0.193955,-4.14543 0.895009,-5.46179 1.251331,-2.34961 0.258211,-3.52674 3.132533,-4.20138 2.155428,-0.5059 2.99132,-1.22727 4.922552,-1.68055 1.725376,-0.40497 1.927698,-3.87814 2.237523,-5.04165 0.447323,-1.67987 0.923772,-3.88926 1.342514,-5.46179 0.364173,-1.36761 0.727969,-2.20718 1.342514,-3.3611 0.297066,-1.11559 2.964856,-4.4641 3.580036,-5.04166 1.56158,-1.46607 0.56426,-3.25148 -0.4475,-4.20137 -1.11876,-1.05035 -3.803793,-0.63021 -4.922554,-1.68056 -0.901615,-0.84647 -1.545438,-1.03079 -2.237524,-1.68055 -0.944605,-0.88684 0.267836,-6.46761 0.447505,-7.14234 0.351828,-1.32125 1.694707,-3.18214 2.237523,-4.20137 1.154155,-2.16715 0.660334,-2.72065 2.23752,-4.20138 1.23854,-1.1628 1.42626,-1.15475 1.79002,-2.52083 2.20956,-2.07443 2.96433,-3.20318 4.47505,-4.62151 1.6949,-1.59125 0.33203,-3.09684 2.68503,-4.20138 0.53187,-0.24968 1.9157,-3.59709 2.23751,-4.20138 0.36418,-0.68382 1.0506,-1.31511 1.34253,-1.68055 0.96742,-1.81653 0.49892,-5.65488 0.895,-7.14234 0.416,-1.56222 0.58151,-4.28448 0.89502,-5.46179 0.43668,-1.63992 1.00114,-4.17982 1.34251,-5.46179 0.21671,-0.81383 1.1313,-2.33432 1.45437,-2.94097 0.58897,-2.21175 2.46376,-3.67853 3.46818,-4.62151 1.08386,-1.01758 1.47872,-1.11428 2.68503,-1.68055 0.52739,-0.49514 0.89501,-1.12037 1.3425,-1.68055 0.99852,-1.24992 -0.008,-4.18558 0.44751,-5.04165 0.68184,-1.28029 3.13345,-1.68141 4.02755,-2.52083 0.65287,-0.61294 -0.60574,-4.4474 -0.44752,-5.04165 0.32903,-1.23562 0.93912,-0.44084 1.79003,-0.84028 0.11547,-0.43363 3.13253,0.52251 3.13253,-3.3611 0,-0.19806 1.19335,-1.5405 1.34253,-1.68055 -2.058,-0.7679 -5.44563,-4.34327 -6.48883,-6.30207 -1.02111,-1.91733 -1.6922,-4.08315 -0.22375,-5.46179 1.06003,-0.99521 -3.13419,-1.04956 -4.47505,-0.42014 -1.36438,0.64048 -1.34302,2.52131 -2.23752,3.36111 -1.48418,1.39342 -1.80281,0.65424 -3.35628,1.26041 -2.73661,1.09876 -3.98706,0 -5.59381,0 -2.78526,0 -3.83905,-0.37589 -5.81756,-0.84028 -0.82662,-0.19401 -2.22427,-2.9285 -3.13254,-3.78124 -1.52488,-1.43162 -1.84916,-2.00953 -4.027541,-2.52082 -1.792928,-0.42082 -3.938088,0.17854 -5.593809,-0.21007 -1.693839,-0.39757 1.232951,-4.20572 2.013771,-5.67186 0.543965,-1.0214 2.393526,-2.66729 3.132533,-3.3611 1.482516,-1.39186 2.002766,-2.72056 3.132536,-3.78124 2.47038,-2.3193 0.0189,-4.60372 -0.89501,-5.46179 -1.49914,-1.40746 -2.503363,-0.9193 -3.58004,-2.94097 -0.944621,-1.7737 -0.374513,-3.91829 0.447505,-5.46178 0.705192,-1.32413 0,-4.78262 0,-6.30206 0,-1.12037 0,-2.24074 0,-3.3611 0,-2.97244 1.596324,-2.54051 2.183235,-4.74458 0.42119,-1.58174 -0.836806,-2.8032 -1.288226,-4.49845 -0.117703,-0.44203 1.246416,-3.0002 1.342516,-3.36111 -0.17011,-0.63882 2.96416,-5.72385 3.13253,-5.88192 1.48722,-1.39627 -0.0274,-4.25276 -0.4475,-5.04166 -0.52017,-0.9767 -3.06858,-1.77057 -4.47505,-2.10068 -2.197949,-0.51589 -2.696069,-1.28115 -3.580038,-2.94097 -0.471849,-0.88599 -0.682454,-2.56287 -0.895009,-3.3611 -1.069444,-2.00808 4.768726,0.42014 7.160077,0.42014 3.16616,0 3.45625,-0.30392 4.92255,-1.68055 1.71194,-1.60724 -1.50864,-4.35735 -1.79002,-4.62152 -0.66875,-0.62785 -5.649259,0 -6.71257,0 -2.286574,0 -4.583059,-0.0254 -6.265065,-0.42014 -2.056165,-0.4826 -2.936711,-1.4967 -4.027542,-2.52082 -1.366564,-1.28299 1.556739,-4.18349 1.790018,-4.62152 0.481054,-0.90327 1.987881,0.42922 3.356287,1.26041 2.102217,-0.60732 3.677165,-0.30125 5.146302,-1.68055 1.118762,-1.05034 3.80379,-0.6302 4.92255,-1.68055 1.12125,-1.05267 1.99436,2.94097 3.58004,2.94097 0.87228,0 2.69667,-0.0765 4.8954,-0.0765 2.04202,0 1.25093,-1.42189 4.05469,-0.76382 0.1546,0.0363 2.72152,-0.79456 2.89754,-0.67061 1.08748,0.25525 3.25615,-0.45741 4.52469,-1.33251 1.39849,-0.96476 2.16089,-3.97099 2.42287,-4.29894 1.44969,-1.81471 0.84378,-2.28671 3.13254,-3.36111 1.01677,-0.47729 2.84921,-0.91735 3.58003,-1.26041 0.77798,-0.36519 1.49169,-0.84027 2.23753,-1.26041 0.98904,-0.55713 2.17128,-2.27966 3.58003,-2.94097 1.06319,-0.49908 1.31051,-1.91163 2.34145,-3.3611 0.40549,-0.57009 1.10443,-4.53784 1.2386,-5.04165 0.32383,-1.21612 2.14688,-2.49146 3.05109,-3.11499 1.38779,-0.95703 2.20619,-2.97869 1.87146,-3.60721 -0.87684,-1.6464 -0.89502,-3.11244 -0.89502,-5.46179 0,-1.85492 1.28253,-2.71569 1.79003,-4.62152 0.6821,-2.5616 1.56656,-2.94039 0.4475,-5.04165 -0.78274,-1.46974 -1.97471,-2.86762 -2.23753,-3.3611 -0.53937,-1.01278 4.35295,-1.967 4.92255,-2.10069 2.24558,-0.52707 2.79977,-2.24432 4.02754,-3.78124 0.76321,-0.95537 -0.47069,-2.47725 -0.22374,-4.20137 -1.13603,-1.2442 -1.30219,-2.94097 -2.90879,-2.94097 -2.58029,0 -4.35449,-0.15348 -5.81756,-0.84028 -1.11148,-0.52175 -2.93613,-3.59686 -3.58003,-4.20138 -1.22658,-1.15157 -2.18583,-3.0163 -3.13254,-4.20137 -1.33693,-1.67356 -1.42342,-2.78904 -0.44749,-4.62152 0.28918,-0.54301 4.56658,-1.51345 4.92254,-1.68055 2.51404,-1.18015 1.12155,-2.11115 1.79002,-4.62151 0.4176,-1.56823 -0.38648,-4.43052 0,-5.88193 0.46912,-1.76171 1.78619,-2.7291 3.13254,-3.3611 0.68185,-0.32008 0.90167,-0.56436 1.3425,-0.84028 1.02864,-0.48286 0.44752,-6.43329 0.44752,-7.56248 0,-2.70182 0.85991,-3.22932 1.3425,-5.04165 0.23757,-0.8921 3.00756,-2.4035 3.58004,-2.94096 1.5451,-1.45062 2.23752,-1.05628 2.23752,-4.20138 0,-1.24158 -2.81103,-2.57998 -3.58003,-2.94097 -0.80654,-0.37861 -1.50972,-0.56695 -2.23753,-0.84027 -1.66397,-0.7811 -1.83992,-5.0885 -2.68503,-5.88193 -1.53776,-1.44372 -2.21347,-1.6354 -3.13253,-3.3611 -1.18265,-2.22066 -2.29913,-1.62271 -3.58003,-0.42014 -0.88643,0.83222 -5.79936,-0.31083 -6.26507,-0.42014 -2.41282,-0.56631 0.0658,-3.84304 0.44751,-4.20137 1.99233,-1.87049 3.12416,0.87171 4.02754,-2.52083 0.47173,-1.77155 -2.78402,-2.22896 -4.02754,-2.52083 -1.96242,-0.4606 -4.79885,-0.076 -6.26507,-0.42013 -2.02259,-0.47473 -4.27009,0.47706 -5.81756,0.84027 -2.36482,0.55505 -1.84498,0.18427 -4.02754,-0.84027 -1.73546,-0.81467 -2.92434,-1.4851 -4.02754,-2.52083 -1.28743,-1.20869 -0.44751,-3.48883 -0.44751,-5.46179 0,-1.95886 -3.96381,-0.47997 -4.47504,0 -1.57131,1.47521 -2.7624,1.68055 -5.37007,1.68055 -0.29833,0 -0.59666,0 -0.895,0 -2.91689,0 -2.23752,0.5822 -2.23752,4.20138 0,2.10069 0,4.20137 0,6.30206 0,1.25608 -3.016127,2.10069 -4.47505,2.10069 -2.072321,0 -2.237523,2.2048 -2.237523,4.20138 0,2.70534 0.01728,3.76502 -1.342514,5.04165 -1.120797,1.05226 -3.574727,0.84028 -5.817561,0.84028 -2.704587,0 -3.311477,2.01655 -4.027543,3.3611 -1.09937,2.06428 -3.047661,0.91995 -4.02754,0 -1.500331,-1.40858 -2.485905,-0.93277 -3.132533,-3.3611 -0.162119,-0.60882 2.823049,-3.07055 3.132533,-3.3611 1.537489,-1.44347 2.585749,-1.35363 0.447504,-3.36111 -1.295218,-1.21601 -3.679011,-0.8635 -5.370056,-1.26041 -1.920058,-0.45066 -3.119151,-2.08813 -4.027542,-2.94096 -1.216041,-1.14168 0.689764,-5.11116 0.895009,-5.88193 0.499406,-1.87546 1.174132,-3.20302 2.237524,-4.20138 0.668746,-0.62785 5.64926,0 6.71257,0 3.306315,0 2.997276,-0.5863 4.027541,-2.52083 0.823913,-1.54705 0.937479,-3.20162 0.447506,-5.04166 -0.489993,-1.84011 -2.065213,-2.10069 -4.475047,-2.10069 -2.539424,0 -3.757851,-1.43293 -4.475048,1.26042 -0.488822,1.83571 -2.279896,2.10069 -4.475046,2.10069 -1.282063,0 -2.524695,-2.79044 -3.132532,-3.36111 -0.267132,-0.25079 -0.72691,-1.36491 -0.895011,-1.68055 -2.297778,-2.15726 -3.135102,-1.4729 -4.922549,-3.15103 -0.870568,-0.81733 -3.65062,-1.38202 -4.922552,-1.68055 -1.892303,-0.44415 -3.695,-2.33774 -5.370056,-2.7309 -2.182614,-0.51228 -3.666071,0.45246 -5.593808,0 -1.892773,-0.44425 -5.075505,0.44089 -6.265066,-0.42014 -0.756227,-0.54737 1.118762,-5.30939 1.118762,-6.30206 0,-2.15644 -1.010374,-3.15758 -1.790018,-4.62151 -0.633233,-1.18902 -3.055038,-2.06432 -4.027543,-2.52083 -1.202621,-0.56454 -1.116014,-1.04777 -1.790019,-1.68055 -1.467612,-0.68893 3.538544,-2.34971 4.698799,-1.26041 1.777662,1.66895 5.222648,0.27678 5.593809,-0.42014 0.954325,-1.79193 1.522877,-3.27963 2.237524,-4.62152 0.722258,-1.35618 0.447503,-3.90238 0.447503,-5.88193 0,-0.42013 0,-0.84027 0,-1.26041 0,-0.37743 6.777918,0.42014 7.160076,0.42014 2.237522,0 4.475046,0 6.71257,0 0.798397,0 0.447504,-5.18889 0.447504,-5.88193 0,-1.98382 0.690155,-3.81672 1.342515,-5.04165 0.774979,-1.45517 1.53201,-2.22933 0.895009,-4.621516 -0.499768,-1.87682 -1.736297,-2.31908 -2.237524,-4.20137 -0.387506,-1.45524 1.968582,-3.10861 2.685028,-3.78124 0.589231,-0.5532 0.864157,-0.54088 1.342514,-0.84028 2.001335,-1.87894 1.342514,-5.12474 1.342514,-7.56248 0,-3.04907 0.754963,-3.09814 1.790019,-5.04165 0.697454,-1.30961 2.668374,-2.08505 3.580038,-2.94097 1.227752,-1.15267 1.342513,-2.67396 1.342513,-5.04165 0,-1.57814 -1.378676,-3.07676 -1.790019,-4.62151 -0.512646,-1.92518 -1.494253,-2.37113 -0.895009,-4.62151 0.673962,-2.53099 3.463916,-0.52916 4.027542,0 2.017419,1.89404 3.871282,-1.93402 4.027543,-2.52083 0.651381,-2.44619 3.674683,0.509 4.027541,0.84028 2.070719,1.94408 3.640888,-1.0319 4.475047,2.10068 0.514791,1.93324 -0.459259,1.26042 -3.580039,1.26042 -0.742758,0 -1.524891,0.67301 -2.237522,0.84027 0.447505,0.70023 0.895009,1.40046 1.342514,2.10069 0.623789,0.97607 0.733095,4.85374 0.895008,5.46179 0.615537,2.31157 1.20061,2.38248 3.580039,2.94096 1.470103,0.34505 0.103924,4.08833 0.103924,5.46179 0,2.75624 0.753522,3.74598 2.133599,5.04165 0.970351,0.91101 1.372648,3.83783 1.790019,4.62152 0.21549,0.40462 5.672083,-0.89125 6.396137,-0.89125 2.237523,0 4.791483,0 7.028993,0.89125 2.29867,0.9156 3.71118,0.96338 4.92256,2.10069 1.48721,1.39626 1.12581,2.83923 3.13253,3.78124 1.74697,0.82006 2.47037,1.89916 3.58003,2.94096 1.08271,1.01649 4.26745,-0.21007 5.81756,-0.21007 1.65765,0 2.96531,-1.05034 5.81756,-1.05034 2.19939,0 4.71833,0.0571 6.26508,0.42014 2.01227,0.4723 3.23845,0.84027 5.81756,0.84027 0.11751,0 1.96762,1.55386 2.23752,1.68055 1.99871,0 1.34251,5.998586 1.34251,7.142336 0,2.26331 2.14682,2.1292 3.58005,2.94097 2.25607,1.27782 -2.46035,0.016 3.58002,2.10069 1.54972,0.53485 2.30803,1.45971 2.58112,2.10069 2.01377,0.19563 4.56667,-1.57264 5.02647,-1.68056 1.79549,-0.42142 2.90566,-1.25568 4.05468,-2.04971 1.50215,-1.03807 4.27543,0.14158 4.44792,0.7893 0.32515,1.22112 3.83983,-0.58197 5.63219,-1.03979 1.21443,-0.3102 3.62358,-1.47818 4.63326,-1.95215 1.44271,-0.67724 2.89753,-1.38346 4.05469,-2.46985 1.49179,-1.40057 2.80831,-1.7963 4.02754,-2.94096 0.84802,-0.79616 3.07774,-0.70577 4.42075,-0.93784 1.5023,-0.25959 3.19967,-0.0332 3.90114,-0.39466 1.49011,0.41456 1.19364,0.49222 3.76073,0.49222 2.02662,0 3.66711,0.86071 5.37006,1.26041 1.61795,0.37976 1.05824,3.09422 2.23753,4.20138 1.19558,1.12247 3.7322,1.65584 5.21183,2.00312 1.17233,0.27516 2.90845,1.4192 3.73826,2.19826 1.16111,1.09011 4.47254,-0.002 5.81756,1.26041 1.69072,1.58733 1.98169,1.84563 4.47504,1.26042 0.005,-10e-4 2.45032,-3.76067 2.68503,-4.20138 0.74513,-1.39912 2.35539,-1.90188 3.13253,-3.3611 0.78555,-1.47501 2.34423,-1.88092 3.13254,-3.36111 0.5098,-0.95725 0.4475,-1.77702 0.4475,-2.940956 0.38899,-0.73039 0.89502,-1.40046 1.34253,-2.10069 0.92761,-1.45146 0.15684,-4.49588 0.895,-5.88193 1.09271,-2.05174 2.28422,-1.17273 0.89501,-3.78124 -0.89993,-1.68979 1.16588,-3.86968 1.79002,-5.04165 0.88518,-1.66209 1.82889,-2.17366 2.68503,-3.78124 0.84288,-1.58266 0.44751,-4.00203 0.44751,-5.88193 0,-1.81076 2.32836,-1.85111 3.13253,-3.3611 1.06969,-2.00853 1.69201,-2.75692 2.68503,-4.62151 1.04428,-1.96083 1.62042,-1.88396 2.23752,-4.20138 0.11589,-0.43521 0.22375,-3.50955 0.22375,-3.9913" id="pathAlsaceContourTotal" sodipodi:nodetypes="csssscssssssssssssssscsssscssssssscssssscsssssssssssssssscssssssssscssssscssssssssssssssssssssssssssssssssssssscsssssssscsssssssssssscssssssssssscssssssssssssssscssscsssssssscsssssssssscsssssssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#000000;stroke-width:5.16027594px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 250.2655,57.046684 c 1.52874,0.35881 4.22768,0.67318 5.77259,1.3984 1.72074,0.80775 4.58838,2.00525 7.5944,0.59416 1.64852,-0.77385 4.4488,-2.97082 6.32867,-2.97082 2.98186,0 6.81729,-0.3648 8.86015,0.59416 1.08391,0.50882 5.01994,3.87216 6.32866,3.56499 0.24889,-0.0584 4.86276,0.37588 5.69581,-1.18833 0.24948,-0.46844 2.28317,-5.67732 2.53147,-6.53581 0.42369,-1.46489 3.9905,-2.42236 6.03144,-2.30457 2.41159,0.13918 3.43187,0.50814 5.99303,1.71041 2.16107,1.01445 2.97644,2.6598 5.53759,3.86207 1.24699,0.58536 5.82174,2.43645 7.23163,3.76012 0.39793,0.3736 3.89952,3.46584 6.21681,1.29027 1.00209,-0.94082 2.96796,-4.06697 4.43006,-4.75331 3.15674,-1.48185 2.68874,-0.79457 5.36018,1.7135 2.65183,2.48966 3.52539,1.55179 5.2483,-1.05035 1.11,-1.67643 1.9869,-4.49614 3.94746,-5.41647 1.17909,-0.55349 4.87523,-1.54078 6.32867,1.18833 1.09238,2.05115 1.85701,3.52593 3.79721,5.34748 0.17977,0.16878 4.81702,4.39003 5.69581,3.56499 0.11864,-0.1114 3.45911,-3.34726 5.06293,-2.97082 2.60052,0.61037 4.69265,1.31158 6.96155,2.37665 1.96229,0.92115 3.41183,2.49285 5.6958,3.56499 2.17249,1.01982 3.96149,1.85962 6.32867,2.97082 2.19039,1.02822 3.11954,2.3346 5.06293,4.15915 1.54249,1.44816 3.24915,2.99073 5.69581,3.56499 1.79849,0.42212 5.80562,1.36264 7.5944,1.78249 2.59048,0.60801 3.7983,2.37692 6.32867,2.97082 2.37872,0.55831 5.62644,0.59417 8.86015,0.59417 3.08027,0 6.51007,-0.83326 8.86013,0.59416 1.69102,1.02711 4.88612,0.66024 6.32867,0.59417 4.10302,-0.18791 4.6234,4.00313 5.90831,1.95651" id="pathFrontiere67_D_Nord" sodipodi:nodetypes="cssssssssssssssssssssssssssssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#000000;stroke-width:5.16027594px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 437.88346,83.574004 c -1.69888,-2.32276 -1.91069,1.67474 -2.75521,2.30021 -2.12791,1.57594 -2.80221,1.56556 -4.45722,3.11936 -2.15663,2.02475 -2.47508,1.50258 -3.75881,3.91304 -1.40335,2.63506 -2.86474,3.18321 -3.79721,5.34748 -1.21586,2.822056 -1.63646,4.257966 -2.53147,6.535806 -0.68358,1.73974 -2.60719,3.84938 -3.16433,5.94164 -0.67335,2.52869 -2.17469,4.08341 -3.16434,5.94165 -1.41155,2.65045 -2.01344,3.78062 -3.16433,5.94164 -1.11419,2.09209 -2.38449,5.42735 -2.38449,7.72414 0,3.42561 -0.77985,3.33497 -0.77985,7.12997 0,3.46069 -0.20295,5.72857 -1.26572,7.72414 -1.28389,2.41073 -1.89861,3.17747 -1.89861,7.12998 0,1.15805 0.33892,2.47001 -1.89861,5.44943 -0.89579,1.19281 -6.54396,7.15807 -6.99993,7.58615 -1.88387,1.76868 -4.42825,1.81854 -7.55601,1.81854 -3.91803,0 -5.73017,0.0323 -7.59441,1.78249 -0.46581,0.43733 -1.1819,7.56675 -1.26574,7.72414 -1.359,2.55179 -2.61166,3.60103 -6.21679,3.60103 -4.39719,0 -5.02984,-0.17214 -7.07341,1.74645 -0.95691,0.89839 -0.3263,7.16701 -0.63286,8.3183 -0.74612,2.80193 -0.65854,5.44388 -1.26574,7.72414 -0.54389,2.04249 -3.88619,2.71082 -4.43006,4.75332 -0.39861,1.49691 -1.83005,2.24791 -2.53148,3.56498 -3.83352,0.89977 -4.39781,4.63217 -5.06294,7.12998 -0.70058,2.63097 -2.38969,3.03255 -3.16433,5.94164 -0.39318,1.47651 -4.14605,3.29834 -5.06295,4.15915 -1.9362,1.81781 -3.14387,2.89404 -3.79719,5.34748 -0.43575,1.6364 -4.17567,3.2082 -5.69581,3.56499 -2.45499,0.57621 -3.94083,2.07272 -5.85402,2.97082 -2.06828,0.9709 -2.37325,4.37982 -2.37325,7.12997 0,4.26752 -0.43241,4.56512 -2.53148,6.53581 -1.58003,1.48343 -1.75751,5.08257 -2.53146,6.53581 -0.16727,0.3141 -1.16872,1.09725 -1.26573,1.18833 -1.83849,3.45212 -2.53147,4.0072 -2.53147,8.91247 0,3.27423 0.54333,5.01121 1.26574,7.72414 0.73802,2.77151 0.63286,5.09929 0.63286,8.3183 0,3.63658 0.54023,4.99956 1.26573,7.72414 0.68928,2.58848 0.59583,5.48662 0,7.72413 -0.45283,1.70058 -3.40132,3.78749 -4.43006,4.75332 -1.93359,1.81534 -3.43316,2.62903 -5.06295,4.15915 -0.94574,0.88791 0,7.50068 0,8.91247 0,2.97082 -1.10751,5.94164 -1.10751,8.91246 0,1.7649 -1.23256,4.39394 -2.05682,5.94165 -1.14763,2.15491 -1.24277,4.66709 -1.8986,7.12997 -0.35664,1.33936 -2.42084,2.86696 -3.16434,3.56499 -0.26088,0.97973 -0.42191,1.98055 -0.63286,2.97082 -0.54505,2.55855 -0.63286,5.41951 -0.63286,8.3183 0,2.97083 0.31643,5.94164 0.79108,8.91246 0.18298,1.14524 2.05681,4.15056 2.05681,7.12997 0,1.32883 1.07269,4.62251 1.58217,6.53581 0.85208,3.19986 1.26574,4.55957 1.26574,7.72414 0,1.50343 -4.28273,3.42665 -5.06294,4.15915 -1.3735,1.28951 -5.93712,2.26712 -7.11976,2.82229 -1.74675,0.81996 -2.21291,2.37466 -3.32255,3.41644 -0.60897,0.28587 -0.9493,9.15008 -0.9493,10.39788 0,2.83827 -0.1165,6.37918 -0.63286,8.3183 -0.58621,2.20141 -0.63287,5.30661 -0.63287,8.3183 0,1.33647 -1.54478,5.80119 -1.89861,7.12998 -0.83595,3.13934 -1.42754,4.38365 -3.79719,5.49602 -2.58005,1.21113 -2.52837,2.74655 -4.43008,4.60477 -0.11531,0.11268 -1.21246,7.5241 -1.26573,7.72414 -0.21235,0.79744 -3.77542,4.28286 -4.35329,4.8254 -2.3417,2.19847 -2.67731,0.98426 -4.50685,4.68123 -1.10753,2.23796 -2.16076,4.62509 -2.16076,7.72414 0,1.78249 0.89503,3.56498 0.89503,5.34748 0,2.81489 -4.96864,3.80497 -5.69581,6.53581 -0.29984,1.12605 -1.47781,3.21145 -2.06807,3.48852" id="pathFrontiere67_D_Est" sodipodi:nodetypes="csssssssssssssssssssssscssssssssscssssssssssscsssssssscssssssssssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#000000;stroke-width:5.16027594px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 260.64924,474.45434 c 0.63811,0.89861 0.38954,3.20931 0.86788,5.00561 0.44328,1.6647 -0.24171,4.05312 -0.76394,6.54818 -1.48659,1.39568 -1.31537,2.7864 -1.47358,5.21568 -0.15073,2.31435 0.35668,3.44017 0.895,5.46179 0.35793,1.34413 0.3869,3.06225 0.89502,5.46179 0.39731,1.87631 0.43857,4.03974 0.50179,5.88192 0.0154,0.45046 -0.38464,4.90117 -0.44751,5.88193 -0.0646,1.00812 0.88197,3.38047 1.73573,3.78124 1.48346,0.69637 2.68816,1.88301 3.68396,2.81791 1.12977,1.06068 2.09752,2.11779 3.58004,3.50964 0.737,0.69194 2.50958,1.67616 2.97431,2.76694 0.29835,0.70023 0.91312,1.40046 1.84431,2.24923 0.14917,0.56018 0.6471,1.75825 0.92216,2.27471 0.76405,1.43466 0.85737,1.90696 1.76288,3.60722 0.64191,1.20533 2.23751,2.71961 2.23751,4.20138 0,1.51944 0.7052,4.97793 0,6.30206 -0.54396,1.02142 -1.12397,3.15593 -2.23751,4.20138 -0.38837,0.36461 -4.47505,3.83526 -4.47505,5.04165 -0.48722,1.82973 -1.85377,2.22039 -2.68503,3.78124 -0.63961,1.20099 -2.30304,2.76687 -2.68502,4.20138 -0.36513,1.37116 -0.44751,3.87496 -0.44751,5.88193 0,2.10068 0,4.20137 0,6.30206 0,2.60337 0.2012,3.59234 -1.34252,5.04165 -1.11876,1.05035 -1.56626,2.7309 -2.68503,3.78124 -0.61419,0.57664 -3.95311,2.66057 -2.68503,5.04166 0.14918,0.28009 0.29834,0.56018 0.44752,0.84027 0.76405,1.43466 1.33201,2.50112 2.23751,4.20138 0.65708,1.23378 0.52974,2.5979 0.55143,5.04165 0.0177,1.99926 0.49274,3.50116 -0.55143,5.46179 -0.87608,1.64501 -1.18743,2.35859 -1.79001,4.62152 -0.39652,1.48907 -0.55562,3.5641 -1.34252,5.04165 -0.7121,1.33711 -0.96489,3.07218 -1.79002,4.62151 -0.24923,0.468 -2.23752,3.72764 -2.23752,4.20138 0,1.91116 -1.18489,6.05371 -0.895,7.14234 0,0.42014 -0.10855,0.85282 0,1.26042 0.61206,2.29857 0.68341,2.96379 1.79001,5.04165 0.84119,1.57951 1.58041,2.54738 2.68503,4.62151 0.78608,1.47603 0.86265,2.88021 1.79002,4.62152 0.62914,1.18135 2.33754,2.98547 1.79001,5.04165 -0.5699,2.14019 -1.11244,2.30484 -2.68503,3.78124 -1.15243,1.08196 -1.76528,2.07747 -3.13253,3.3611 -1.15243,1.08196 -1.76528,2.07747 -3.13253,3.3611 -1.82483,1.71324 -1.76169,2.62718 -0.89501,5.88193 0.40631,1.52584 1.48171,3.46371 1.79003,4.62152 0.55887,2.09882 0,2.96534 0,5.04165 0,1.65363 -0.69904,5.13365 0.895,5.88193 1.55514,0.73001 2.66525,1.67126 4.47504,2.52082 1.23359,0.57907 2.77269,2.54141 4.47506,2.94097 2.32268,0.54516 2.64632,1.22407 4.47504,2.94096 1.21922,1.14467 1.19323,2.80081 2.68502,4.20138 1.21923,1.14466 1.19324,2.80081 2.68503,4.20138 1.11877,1.05034 2.01378,2.31076 3.13253,3.3611 0.95793,0.89934 2.68504,2.08404 2.68504,3.78124 0,2.10069 0,4.20138 0,6.30206 0,2.24074 -0.53248,4.29485 0,7.46492" id="pathFrontiere68_D" sodipodi:nodetypes="csssssssssssssssssssscssssssssssssssscssssscssssssssscsc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#000000;stroke-width:5.16027594px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 280.50233,720.19449 c -2.14933,0.50447 -3.98202,2.70747 -5.92613,3.43756 -0.74585,0.28009 -2.91565,1.74851 -3.66148,2.0286 -0.73447,0.68955 -2.42305,2.50648 -3.58004,2.94097 -0.74584,0.28009 -1.43423,0.84027 -2.23752,0.84027 -0.96351,0.45229 -2.59003,2.10069 -4.02754,2.10069 -2.10688,0 -4.1084,0.15181 -4.92256,1.68055 -0.57873,1.08666 -1.3109,3.33143 -2.23752,4.20138 -1.25255,1.17595 -2.3603,1.63963 -1.79002,3.78124 0.39778,1.49383 0.87752,2.71447 1.79001,4.20138 0.56268,0.91688 0.98522,2.75454 2.46128,3.78124 1.25362,0.87197 3.29781,3.89104 2.01377,6.30206 -0.3495,0.32814 -1.47757,1.09388 -1.79002,1.68055 -0.32405,0.60846 -2.50291,2.50743 -3.00145,2.74145 -1.67145,0.78462 -1.71475,3.14048 -4.15861,3.14048 -2.35288,0 -4.4494,0.006 -6.26508,-0.42014 -1.63518,-0.38379 -2.53544,-1.96025 -3.58003,-2.94096 -0.15477,-0.14531 -3.69428,-4.09413 -4.92255,-2.94096 -0.93768,0.22008 -2.29195,0.47122 -3.13255,1.26041 -0.15383,0.14443 -2.69537,3.56631 -2.01376,3.88627 1.16894,0.54873 2.09492,1.99566 3.80378,1.99566 1.96486,0 4.13101,0.0971 5.37007,1.26041 1.10818,1.0404 2.23752,2.12725 2.23752,4.20138 0,2.68039 -0.54576,2.77702 -2.68502,3.78124 -0.61249,0.28751 -3.96606,1.30423 -4.47506,2.10069 -0.44751,0.70022 -1.13157,1.30846 -1.34251,2.10068 -0.26881,0.63093 -0.54765,0.79621 -0.89502,2.10069 -0.64292,2.41441 -0.88074,2.19233 -2.46127,3.67621 -1.16957,1.09804 -2.28595,2.17594 -4.13942,3.04599 -1.50299,0.70554 -2.87545,1.26042 -5.48194,1.26042 -2.53585,0 -5.07171,0 -7.60757,0 -1.01348,-0.1903 -1.38714,-0.42014 -2.23753,-0.42014 -3.07635,0 -3.67223,-1.68055 -7.16006,-1.68055 -1.04952,0.24633 -1.96928,0.63021 -3.8038,0.63021 -2.23753,0 -4.25129,1.05034 -6.48882,1.05034 -3.24756,0 -3.99708,0.39154 -6.26506,2.52083 -0.82043,0.77025 -0.9696,2.17071 -1.79002,2.94096 -1.47727,1.38694 -1.72706,1.68055 -4.92254,1.68055 -2.30867,0 -3.74059,-0.37681 -4.47506,-2.10069 -0.29833,-0.70022 -0.89501,-1.34651 -0.89501,-2.10068 -0.14916,-0.14005 -0.0793,-1.74636 -0.22374,-1.89062 -1.56627,-1.5634 -0.48191,-1.89062 -3.35629,-1.89062 -2.80174,0 -3.36798,0.22104 -4.92255,1.68055 -0.59668,0.56018 -1.19335,1.12037 -1.79002,1.68055 -0.41063,0.0964 -2.51239,0.92132 -3.58005,0.42014 -1.49879,-0.70357 -2.28175,-1.70132 -4.02754,-2.52083 -0.54532,-0.25599 -5.82216,-1.67189 -4.92255,-3.3611 0,-1.21089 -0.55997,-3.9902 0,-5.04166 0.79551,-1.49371 1.47285,-2.40657 2.23753,-4.20137 0.29833,-0.70023 -0.29835,-1.92563 -1e-5,-2.62586 0.30466,-1.14409 2.04708,-1.70055 2.23754,-2.4158 0.41772,-1.56871 0.72831,-3.62474 1.79001,-4.62151 1.17789,-1.10585 3.46114,-2.10069 0.895,-2.10069 -2.66272,0 -2.27945,2.10069 -4.47503,2.10069 -2.23753,0 -4.47506,0 -6.71257,0 -2.45989,0 -3.44606,-2.10069 -4.47506,-2.10069 -2.33038,0 -5.28324,-3.36002 -6.71256,-4.20138" id="pathFrontiere68_CH" sodipodi:nodetypes="csssssscsscsscssscsssssscscsssscssssssscssssscsssssscscsc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#000000;stroke-width:2.06411052px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 136.21581,758.85154 c 0.0663,-1.5873 2.32009,-6.3796 3.58003,-7.56248 1.10254,-1.03512 -2.40366,-3.51707 -2.68503,-3.78124 -0.86306,-0.81028 -1.71408,-3.21852 -2.23752,-4.20138 -0.84249,-1.58192 -2.34353,-2.12557 -4.02755,-2.52083 -1.74697,-0.41003 -2.57649,-1.83967 -4.02754,-2.52082 -0.36964,-0.17352 0,-4.87229 0,-5.46179 -2.38851,-1.12122 -4.13764,-3.26782 -4.58692,-4.93663 -0.49897,-1.85339 -2.05251,-1.38013 -2.79691,-3.25606 -0.62838,-1.5836 -0.82475,-3.43926 -1.56626,-4.83158 -0.53028,-0.99572 -5.12921,-0.42014 -6.26506,-0.42014 -2.61524,0 -4.12701,-0.44349 -5.81756,-0.84028 -2.57995,-0.60554 -4.495,3.10598 -5.37006,4.20138 -1.602955,2.00657 -4.381798,-1.92559 -4.475049,-2.10069 -0.774334,-1.45396 -1.409927,-3.19412 -1.790018,-4.62151 -0.511428,-1.92061 -1.346365,-2.95543 -1.790019,-4.62152 -0.404319,-1.51837 -0.447504,-2.48845 -0.447504,-3.3611 0.596673,-0.56018 1.193346,-1.12037 1.790018,-1.68055 2.038327,-1.91368 0.565765,-0.65418 1.566267,-4.41145 0.448506,-1.68432 2.461275,-2.32545 2.461275,-4.83158 0,-0.27762 2.68503,-1.21368 2.68503,-3.78124 0,-1.83587 1.55917,-2.92764 2.23752,-4.20138 0.0262,-0.0493 -0.18231,-3.62561 -0.4475,-4.62151 -0.3376,-1.26781 0.80046,-2.0356 0.4475,-3.3611 -0.76605,-2.87683 -1.82846,-4.10537 -4.02754,-4.62152 -0.773677,-0.18159 -0.661887,-4.23657 -0.447505,-5.04165 0.421365,-1.58239 0.661831,-1.66285 1.342514,-2.94097 -0.740009,-2.27841 0.09638,-4.25957 -0.447505,-6.30206 -0.08223,-0.30878 -3.952346,-2.87037 -4.475047,-3.3611 -1.36725,-1.28364 -1.532592,-2.69928 -2.685027,-3.78124 -1.318769,-1.23812 -3.641288,-0.84028 -5.817562,-0.84028 -2.70243,0 -3.991752,-0.41174 -5.817559,-0.84027 -1.288389,-0.3024 -2.971385,-2.02505 -4.027543,-2.52083 -1.705339,-0.80053 -3.385214,-0.95889 -4.922551,-1.68055 -1.730696,-0.81243 -2.927022,-1.48761 -4.027542,-2.52083 -1.424167,-1.33707 -3.111659,-1.67565 -4.922551,-2.10069 -2.969883,-0.69706 -3.120546,-0.62458 -5.370057,-1.68055 -2.018889,-0.94771 -1.912241,-1.68055 -4.922551,-1.68055 -2.357941,0 -3.035542,-0.84027 -5.81756,-0.84027 -3.246341,0 -3.426083,-0.13106 -4.475046,-2.10069 -0.725169,-1.36164 -1.94266,-1.54703 -2.685029,-2.94097 -0.762884,-2.86492 -2.26425,-4.25156 -3.132533,-5.88192 -1.003183,-1.88367 -1.575696,-2.3019 0,-3.78124 1.367251,-1.28364 1.532594,-2.69928 2.685029,-3.78124 1.348653,-1.26618 2.670613,-1.67717 4.475046,-2.10069 1.179952,-0.27695 1.061101,-2.10069 4.475046,-2.10069 2.448728,0 2.382234,-1.81641 3.580039,-2.94096 1.542544,-1.44822 1.705215,-2.10069 4.475046,-2.10069 1.197293,0 2.68666,-1.26118 3.580037,-1.68055 0.449618,0 -1.764678,-6.20691 -1.790019,-6.30207 -0.553928,-2.08021 -2.509016,-2.27997 -3.132532,-4.62151 -0.620356,-2.32968 -1.342514,-2.57496 -1.342514,-5.4618 0,-2.06487 1.179578,-3.79955 1.566266,-5.25171 0.232486,-0.87308 1.898296,-3.04263 2.461275,-3.57118 0.380307,-0.35705 0.89501,-0.56018 1.342515,-0.84027 2.196967,-2.06261 3.403542,-4.46507 0.895009,-5.46179 -1.905486,-0.75711 -2.581103,-1.85685 -1.790019,-4.62152 0.450638,-1.57488 -0.447505,-3.96599 -0.447505,-5.88193 0,-1.89791 -1.001829,-3.38008 -0.447503,-5.46179 0.583998,-2.19313 0.01299,-4.22577 0.895008,-5.88192 0.950012,-1.78383 1.452367,-2.7271 2.237525,-4.20138 0.09434,-0.17715 0.298336,-0.28009 0.447503,-0.42014 1.654864,-3.10732 2.685028,-1.7116 2.685028,-5.88193 0,-2.63807 -0.862554,-4.20138 2.237524,-4.20138 2.537584,0 3.046977,-1.18009 4.475047,-2.52082 1.36725,-1.28364 2.427602,-1.85901 3.580036,-2.94097 1.507692,-1.41549 1.795114,-2.10308 3.580037,-2.94096 1.394911,-0.6548 2.22087,-2.50519 3.132533,-3.3611 1.290939,-1.21199 2.055929,-1.9302 3.132533,-2.94097 2.019523,-1.89602 1.790019,-2.53059 1.790019,-5.88192 0,-2.12749 0.447504,-3.48021 0.447504,-5.88193 0,-2.41077 0.193955,-4.14543 0.895009,-5.46179 1.251331,-2.34961 0.258211,-3.52674 3.132533,-4.20138 2.155428,-0.5059 2.99132,-1.22727 4.922552,-1.68055 1.725376,-0.40497 1.927698,-3.87814 2.237523,-5.04165 0.447323,-1.67987 0.923772,-3.88926 1.342514,-5.46179 0.364173,-1.36761 0.727969,-2.20718 1.342514,-3.3611 0.297066,-1.11559 2.964856,-4.4641 3.580036,-5.04166 1.56158,-1.46607 0.56426,-3.25148 -0.4475,-4.20137 -1.11876,-1.05035 -3.803793,-0.63021 -4.922554,-1.68056 -0.901615,-0.84647 -1.545438,-1.03079 -2.237524,-1.68055 -0.944605,-0.88684 0.267836,-6.46761 0.447505,-7.14234 0.351828,-1.32125 1.694707,-3.18214 2.237523,-4.20137 1.154155,-2.16715 0.660334,-2.72065 2.23752,-4.20138 1.23854,-1.1628 1.42626,-1.15475 1.79002,-2.52083 2.20956,-2.07443 2.96433,-3.20318 4.47505,-4.62151 1.6949,-1.59125 0.33203,-3.09684 2.68503,-4.20138 0.53187,-0.24968 1.9157,-3.59709 2.23751,-4.20138 0.36418,-0.68382 1.0506,-1.31511 1.34253,-1.68055 0.96742,-1.81653 0.49892,-5.65488 0.895,-7.14234 0.416,-1.56222 0.58151,-4.28448 0.89502,-5.46179 0.43668,-1.63992 1.00114,-4.17982 1.34251,-5.46179 0.21671,-0.81383 1.1313,-2.33432 1.45437,-2.94097 0.58897,-2.21175 2.46376,-3.67853 3.46818,-4.62151 1.08386,-1.01758 1.47872,-1.11428 2.68503,-1.68055 0.52739,-0.49514 0.89501,-1.12037 1.3425,-1.68055 0.99852,-1.24992 -0.008,-4.18558 0.44751,-5.04165 0.68184,-1.28029 3.13345,-1.68141 4.02755,-2.52083 0.65287,-0.61294 -0.60574,-4.4474 -0.44752,-5.04165 0.32903,-1.23562 0.93912,-0.44084 1.79003,-0.84028 0.11547,-0.43363 3.13253,0.52251 3.13253,-3.3611 0,-0.19806 1.19335,-1.5405 1.34253,-1.68055" id="pathLimite68_F" sodipodi:nodetypes="cssssscssssssssscssssssssscssssssssssssscssssssscssssscsssssscsssssssssssssscssssssscssscssscscsssscsc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#000000;stroke-width:2.06411052px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 134.64955,398.37337 c -1.83425,-0.7679 -5.22188,-4.34327 -6.26508,-6.30207 -1.02111,-1.91733 -1.6922,-4.08315 -0.22375,-5.46179 1.06003,-0.99521 -3.13419,-1.04956 -4.47505,-0.42014 -1.36438,0.64048 -1.34302,2.52131 -2.23752,3.36111 -1.48418,1.39342 -1.80281,0.65424 -3.35628,1.26041 -2.73661,1.09876 -3.98706,0 -5.59381,0 -2.78526,0 -3.83905,-0.37589 -5.81756,-0.84028 -0.82662,-0.19401 -2.22427,-2.9285 -3.13254,-3.78124 -1.52488,-1.43162 -1.84916,-2.00953 -4.027541,-2.52082 -1.792928,-0.42082 -3.938088,0.17854 -5.593809,-0.21007 -1.693839,-0.39757 1.232951,-4.20572 2.013771,-5.67186 0.543965,-1.0214 2.393526,-2.66729 3.132533,-3.3611 1.482516,-1.39186 2.002766,-2.72056 3.132536,-3.78124 2.47038,-2.3193 0.0189,-4.60372 -0.89501,-5.46179 -1.49914,-1.40746 -2.503363,-0.9193 -3.58004,-2.94097 -0.944621,-1.7737 -0.374513,-3.91829 0.447505,-5.46178 0.705192,-1.32413 0,-4.78262 0,-6.30206 0,-1.12037 0,-2.24074 0,-3.3611 0,-2.97244 1.596324,-2.54051 2.183235,-4.74458 0.42119,-1.58174 -0.836806,-2.8032 -1.288226,-4.49845 -0.117703,-0.44203 1.246416,-3.0002 1.342516,-3.36111 -0.17011,-0.63882 2.96416,-5.72385 3.13253,-5.88192 1.48722,-1.39627 -0.0274,-4.25276 -0.4475,-5.04166 -0.52017,-0.9767 -3.06858,-1.77057 -4.47505,-2.10068 -2.197949,-0.51589 -2.696069,-1.28115 -3.580038,-2.94097 -0.471849,-0.88599 -0.682454,-2.56287 -0.895009,-3.3611 -1.069444,-2.00808 4.768726,0.42014 7.160077,0.42014 3.16616,0 3.45625,-0.30392 4.92255,-1.68055 1.71194,-1.60724 -1.50864,-4.35735 -1.79002,-4.62152 -0.66875,-0.62785 -5.649259,0 -6.71257,0 -2.286574,0 -4.583059,-0.0254 -6.265065,-0.42014 -2.056165,-0.4826 -2.936711,-1.4967 -4.027542,-2.52082 -1.366564,-1.28299 1.556739,-4.18349 1.790018,-4.62152 0.481054,-0.90327 1.987881,0.42922 3.356287,1.26041 2.102217,-0.60732 3.677165,-0.30125 5.146302,-1.68055 1.118762,-1.05034 3.80379,-0.6302 4.92255,-1.68055 1.12125,-1.05267 1.99436,2.94097 3.58004,2.94097 0.87228,0 2.69667,-0.0765 4.8954,-0.0765 2.04202,0 1.25093,-1.42189 4.05469,-0.76382 0.1546,0.0363 2.72152,-0.79456 2.89754,-0.67061 1.08748,0.25525 3.25615,-0.45741 4.52469,-1.33251 1.39849,-0.96476 2.16089,-3.97099 2.42287,-4.29894 1.44969,-1.81471 0.84378,-2.28671 3.13254,-3.36111 1.01677,-0.47729 2.84921,-0.91735 3.58003,-1.26041 0.77798,-0.36519 1.49169,-0.84027 2.23753,-1.26041 0.98904,-0.55713 2.17128,-2.27966 3.58003,-2.94097 1.06319,-0.49908 1.31051,-1.91163 2.34145,-3.3611 0.40549,-0.57009 1.10443,-4.53784 1.2386,-5.04165 0.32383,-1.21612 2.14688,-2.49146 3.05109,-3.11499 1.38779,-0.95703 2.20619,-2.97869 1.87146,-3.60721 -0.87684,-1.6464 -0.89502,-3.11244 -0.89502,-5.46179 0,-1.85492 1.28253,-2.71569 1.79003,-4.62152 0.6821,-2.5616 1.56656,-2.94039 0.4475,-5.04165 -0.78274,-1.46974 -1.97471,-2.86762 -2.23753,-3.3611 -0.53937,-1.01278 4.35295,-1.967 4.92255,-2.10069 2.24558,-0.52707 2.79977,-2.24432 4.02754,-3.78124 0.76321,-0.95537 -0.47069,-2.47725 -0.22374,-4.20137 -1.13603,-1.2442 -1.30219,-2.94097 -2.90879,-2.94097 -2.58029,0 -4.35449,-0.15348 -5.81756,-0.84028 -1.11148,-0.52175 -2.93613,-3.59686 -3.58003,-4.20138 -1.22658,-1.15157 -2.18583,-3.0163 -3.13254,-4.20137 -1.33693,-1.67356 -1.42342,-2.78904 -0.44749,-4.62152 0.28918,-0.54301 4.56658,-1.51345 4.92254,-1.68055 2.51404,-1.18015 1.12155,-2.11115 1.79002,-4.62151 0.4176,-1.56823 -0.38648,-4.43052 0,-5.88193 0.46912,-1.76171 1.78619,-2.7291 3.13254,-3.3611 0.68185,-0.32008 0.90167,-0.56436 1.3425,-0.84028 1.02864,-0.48286 0.44752,-6.43329 0.44752,-7.56248 0,-2.70182 0.85991,-3.22932 1.3425,-5.04165 0.23757,-0.8921 3.00756,-2.4035 3.58004,-2.94096 1.5451,-1.45062 2.23752,-1.05628 2.23752,-4.20138 0,-1.24158 -2.81103,-2.57998 -3.58003,-2.94097 -0.80654,-0.37861 -1.50972,-0.56695 -2.23753,-0.84027 -1.66397,-0.7811 -1.83992,-5.0885 -2.68503,-5.88193 -1.53776,-1.44372 -2.21347,-1.6354 -3.13253,-3.3611 -1.18265,-2.22066 -2.29913,-1.62271 -3.58003,-0.42014 -0.88643,0.83222 -5.79936,-0.31083 -6.26507,-0.42014 -2.41282,-0.56631 0.0658,-3.84304 0.44751,-4.20137 1.99233,-1.87049 3.12416,0.87171 4.02754,-2.52083 0.47173,-1.77155 -2.78402,-2.22896 -4.02754,-2.52083 -1.96242,-0.4606 -4.79885,-0.076 -6.26507,-0.42013 -2.02259,-0.47473 -4.27009,0.47706 -5.81756,0.84027 -2.36482,0.55505 -1.84498,0.18427 -4.02754,-0.84027 -1.73546,-0.81467 -2.92434,-1.4851 -4.02754,-2.52083 -1.28743,-1.20869 -0.44751,-3.48883 -0.44751,-5.46179 0,-1.95886 -3.96381,-0.47997 -4.47504,0 -1.57131,1.47521 -2.7624,1.68055 -5.37007,1.68055 -0.29833,0 -0.59666,0 -0.895,0 -2.91689,0 -2.23752,0.5822 -2.23752,4.20138 0,2.10069 0,4.20137 0,6.30206 0,1.25608 -3.016127,2.10069 -4.47505,2.10069 -2.072321,0 -2.237523,2.2048 -2.237523,4.20138 0,2.70534 0.01728,3.76502 -1.342514,5.04165 -1.120797,1.05226 -3.574727,0.84028 -5.817561,0.84028 -2.704587,0 -3.311477,2.01655 -4.027543,3.3611 -1.09937,2.06428 -3.047661,0.91995 -4.02754,0 -1.500331,-1.40858 -2.485905,-0.93277 -3.132533,-3.3611 -0.162119,-0.60882 2.823049,-3.07055 3.132533,-3.3611 1.537489,-1.44347 2.585749,-1.35363 0.447504,-3.36111 -1.295218,-1.21601 -3.679011,-0.8635 -5.370056,-1.26041 -1.920058,-0.45066 -3.119151,-2.08813 -4.027542,-2.94096 -1.216041,-1.14168 0.689764,-5.11116 0.895009,-5.88193 0.499406,-1.87546 1.174132,-3.20302 2.237524,-4.20138 0.668746,-0.62785 5.64926,0 6.71257,0 3.306315,0 2.997276,-0.5863 4.027541,-2.52083 0.823913,-1.54705 0.937479,-3.20162 0.447506,-5.04166 -0.489993,-1.84011 -2.065213,-2.10069 -4.475047,-2.10069 -2.539424,0 -3.757851,-1.43293 -4.475048,1.26042 -0.488822,1.83571 -2.279896,2.10069 -4.475046,2.10069 -1.282063,0 -2.524695,-2.79044 -3.132532,-3.36111 -0.267132,-0.25079 -0.72691,-1.36491 -0.895011,-1.68055 -2.297778,-2.15726 -3.135102,-1.4729 -4.922549,-3.15103 -0.870568,-0.81733 -3.65062,-1.38202 -4.922552,-1.68055 -1.892303,-0.44415 -3.695,-2.33774 -5.370056,-2.7309 -2.182614,-0.51228 -3.666071,0.45246 -5.593808,0 -1.892773,-0.44425 -5.075505,0.44089 -6.265066,-0.42014 -0.756227,-0.54737 1.118762,-5.30939 1.118762,-6.30206 0,-2.15644 -1.010374,-3.15758 -1.790018,-4.62151 -0.633233,-1.18902 -3.055038,-2.06432 -4.027543,-2.52083 -1.202621,-0.56454 -1.116014,-1.04777 -1.790019,-1.68055 -1.467612,-0.68893 3.538544,-2.34971 4.698799,-1.26041 1.777662,1.66895 5.222648,0.27678 5.593809,-0.42014 0.954325,-1.79193 1.522877,-3.27963 2.237524,-4.62152 0.722258,-1.35618 0.447503,-3.90238 0.447503,-5.88193 0,-0.42013 0,-0.84027 0,-1.26041 0,-0.37743 6.777918,0.42014 7.160076,0.42014 2.237522,0 4.475046,0 6.71257,0 0.798397,0 0.447504,-5.18889 0.447504,-5.88193 0,-1.98382 0.690155,-3.81672 1.342515,-5.04165 0.774979,-1.45517 1.53201,-2.22933 0.895009,-4.621516 -0.499768,-1.87682 -1.736297,-2.31908 -2.237524,-4.20137 -0.387506,-1.45524 1.968582,-3.10861 2.685028,-3.78124 0.589231,-0.5532 0.864157,-0.54088 1.342514,-0.84028 2.001335,-1.87894 1.342514,-5.12474 1.342514,-7.56248 0,-3.04907 0.754963,-3.09814 1.790019,-5.04165 0.697454,-1.30961 2.668374,-2.08505 3.580038,-2.94097 1.227752,-1.15267 1.342513,-2.67396 1.342513,-5.04165 0,-1.57814 -1.378676,-3.07676 -1.790019,-4.62151 -0.512646,-1.92518 -1.494253,-2.37113 -0.895009,-4.62151 0.673962,-2.53099 3.463916,-0.52916 4.027542,0 2.017419,1.89404 3.871282,-1.93402 4.027543,-2.52083 0.651381,-2.44619 3.674683,0.509 4.027541,0.84028 2.070719,1.94408 3.640888,-1.0319 4.475047,2.10068 0.514791,1.93324 -0.459259,1.26042 -3.580039,1.26042 -0.742758,0 -1.524891,0.67301 -2.237522,0.84027 0.447505,0.70023 0.895009,1.40046 1.342514,2.10069 0.623789,0.97607 0.733095,4.85374 0.895008,5.46179 0.615537,2.31157 1.20061,2.38248 3.580039,2.94096 1.470103,0.34505 0.103924,4.08833 0.103924,5.46179 0,2.75624 0.753522,3.74598 2.133599,5.04165 0.970351,0.91101 1.372648,3.83783 1.790019,4.62152 0.21549,0.40462 5.672083,-0.89125 6.396137,-0.89125 2.237523,0 4.791483,0 7.028993,0.89125 2.29867,0.9156 3.71118,0.96338 4.92256,2.10069 1.48721,1.39626 1.12581,2.83923 3.13253,3.78124 1.74697,0.82006 2.47037,1.89916 3.58003,2.94096 1.08271,1.01649 4.26745,-0.21007 5.81756,-0.21007 1.65765,0 2.96531,-1.05034 5.81756,-1.05034 2.19939,0 4.71833,0.0571 6.26508,0.42014 2.01227,0.4723 3.23845,0.84027 5.81756,0.84027 0.11751,0 1.96762,1.55386 2.23752,1.68055 1.99871,0 1.34251,5.998586 1.34251,7.142336 0,2.26331 2.14682,2.1292 3.58005,2.94097 2.25607,1.27782 -2.46035,0.016 3.58002,2.10069 1.54972,0.53485 2.30803,1.45971 2.58112,2.10069 2.01377,0.19563 4.56667,-1.57264 5.02647,-1.68056 1.79549,-0.42142 2.90566,-1.25568 4.05468,-2.04971 1.50215,-1.03807 4.27543,0.14158 4.44792,0.7893 0.32515,1.22112 3.83983,-0.58197 5.63219,-1.03979 1.21443,-0.3102 3.62358,-1.47818 4.63326,-1.95215 1.44271,-0.67724 2.89753,-1.38346 4.05469,-2.46985 1.49179,-1.40057 2.80831,-1.7963 4.02754,-2.94096 0.84802,-0.79616 3.07774,-0.70577 4.42075,-0.93784 1.5023,-0.25959 3.19967,-0.0332 3.90114,-0.39466 1.49011,0.41456 1.19364,0.49222 3.76073,0.49222 2.02662,0 3.66711,0.86071 5.37006,1.26041 1.61795,0.37976 1.05824,3.09422 2.23753,4.20138 1.19558,1.12247 3.7322,1.65584 5.21183,2.00312 1.17233,0.27516 2.90845,1.4192 3.73826,2.19826 1.16111,1.09011 4.47254,-0.002 5.81756,1.26041 1.69072,1.58733 1.98169,1.84563 4.47504,1.26042 0.005,-10e-4 2.45032,-3.76067 2.68503,-4.20138 0.74513,-1.39912 2.35539,-1.90188 3.13253,-3.3611 0.78555,-1.47501 2.34423,-1.88092 3.13254,-3.36111 0.5098,-0.95725 0.4475,-1.77702 0.4475,-2.940956 0.38899,-0.73039 0.89502,-1.40046 1.34253,-2.10069 0.92761,-1.45146 0.15684,-4.49588 0.895,-5.88193 1.09271,-2.05174 2.28422,-1.17273 0.89501,-3.78124 -0.89993,-1.68979 1.16588,-3.86968 1.79002,-5.04165 0.88518,-1.66209 1.82889,-2.17366 2.68503,-3.78124 0.84288,-1.58266 0.44751,-4.00203 0.44751,-5.88193 0,-1.81076 2.32836,-1.85111 3.13253,-3.3611 1.06969,-2.00853 1.69201,-2.75692 2.68503,-4.62151 1.04428,-1.96083 1.62042,-1.88396 2.23752,-4.20138 0.11589,-0.43521 0.22375,-3.50955 0.22375,-3.9913" id="pathLimite67_F" sodipodi:nodetypes="csssscssssssssssssssscsssscssssssscssssscsssssssssssssssscssssssssscssssscssssssssssssssssssssssssssssssssssssscsssssssscsssssssssssscssssssssssscssssssssssssssscssscsssssssscsssssssssscsssssssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#000000;stroke-width:5.16027594px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 251.57275,56.852384 c -2.072,0.48632 -3.86815,-4.97972 -4.82329,-6.77318 -0.69132,-1.29809 -2.76026,-2.04863 -4.02755,-2.94096 -1.41381,-0.99552 -2.50608,-1.68055 -4.92253,-1.68055 -2.58032,0 -4.35451,0.15347 -5.81757,0.84027 -1.69139,0.79398 -4.02083,0.94373 -5.37006,1.26041 -1.774,0.41638 -3.69574,-1.36903 -4.47505,-2.10068 -1.36725,-1.28364 -2.42761,-1.85901 -3.58004,-2.94097 -1.11876,-1.05034 -2.46128,-1.89062 -3.58004,-2.94096 -1.11876,-1.05035 -1.56627,-2.7309 -2.68502,-3.78124 -1.32213,-1.24127 -1.9103,-2.63375 -3.13254,-3.78124 -1.40791,-1.32181 -1.75676,-2.4896 -3.13253,-3.78124 -1.49881,-1.40715 -1.36332,-2.53059 -3.13253,-3.3611 -1.49099,-0.69991 -2.22256,-1.8836 -3.58005,-2.52083 -1.79497,-0.84261 3.57756,-2.09603 4.47505,-3.78124 1.12362,-2.10979 0.47764,-2.46426 -0.4475,-4.20138 -1.08254,-2.03269 -1.72946,-0.64757 -0.895,-3.78124 0.65546,-2.4615294 -2.40147,-2.1006794 -4.47506,-2.1006794 -2.51317,0 -3.25312,0.95349 -4.47505,2.1006794 -1.63411,1.53419 -1.48198,0.91258 -3.58003,0.42014 -1.67265,1.57036 -5.37006,-0.3585 -5.37006,-1.2604094 0,-1.66327 -0.4475,-3.7039 -0.4475,-5.88193 0,-1.98528 -0.2941,-0.41416 -0.89501,-1.26041 0,-0.17622 -5.47302,1.59968 -5.81756,1.68055 -1.90152,0.44631 -3.93876,0.58853 -5.37006,1.26041 -1.64724,0.77325 -2.99299,1.82511 -4.47503,2.52083 -1.76219,0.82721 -4.14928,0.68735 -5.37007,1.26041 -2.35796,1.1068794 -2.23753,1.6786694 -2.23753,4.6215194 0,0.28009 0,0.56018 0,0.84027 0.18053,0.49059 0.36106,0.98117 0.54159,1.47176 0.54981,1.49407 -0.94929,2.92906 -0.94929,4.75331 0,0.8014 -0.14458,0.0512 0,0.59417 -0.58364,-0.33211 -4.19346,0.74324 -4.96235,0.74324 -0.74584,0.14005 -1.49168,0.28009 -2.23753,0.42014 -1.26642,0.2378 -3.12002,1.24869 -4.02754,2.10069 -2.15967,0.40552 -1.57517,3.99967 -3.13253,5.46179 -1.87318,0.35173 -2.43386,2.7666 -3.58003,4.20137 -0.60309,0.11325 -0.29834,1.12037 -0.4475,1.68056 -0.14918,0.56018 0.29833,-1.12037 0.4475,-1.68056 -0.69774,2.62028 -3.51799,1.40914 -4.47505,0.84028 -1.75742,1.34801 -4.09315,-1.68055 -6.26507,-1.68055 -1.93979,1.1926 -3.95492,-1.19224 -5.37005,-2.52083 -1.52489,1.63018 -4.30735,1.10297 -5.81756,2.52083 -0.0221,0.0832 -3.97918,0 -4.47505,0 -0.63039,2.36735 -2.26072,1.81926 -3.13253,2.52083 -0.14917,0.56018 -0.63396,1.12036 -0.78313,1.68055 -0.29705,1.1155 -0.83062,-1.15538 -2.3494,-1.68055 -0.44265,-0.15306 -0.29834,-0.84028 -0.4475,-1.26042 -1.08597,0 -2.08836,-0.56018 -3.13255,-0.84027 -4.23194,0 -3.03354,-1.35335 -5.817551,1.26041 -0.745842,0 -1.491683,0 -2.237523,0 -2.766433,0 -3.107521,-1.14951 -5.370056,-1.68055 -1.379795,0 -2.329684,-2.37877 -2.573154,-4.09634 -0.862733,-1.05035 -2.054506,-1.75558 -3.533694,-1.19142 -1.487313,0.3151 -1.463184,5.46186 -1.500733,5.60286 -0.999967,1.57552 -3.503491,2.554 -4.922549,3.88628 -2.243174,2.94315 0.872376,4.97014 -3.244409,5.77689 -3.105659,-1.70713 -2.049569,-4.24464 -1.678144,-6.61717 -0.734996,-3.28659 0.365407,-4.28926 -1.790017,-8.40275 -0.298338,-0.14005 -0.298338,-0.56019 -0.447506,-0.84028 -2.244925,-1.05382 0.15876,-2.10069 -3.132532,-2.10069 -0.732419,-0.34381 -3.497869,0 -4.475047,0 -4.368243,3.07118 -2.64843,-1.81341 -7.160075,-2.52082 -1.10021,-0.51647 -0.596673,-2.24074 -0.895008,-3.36111" id="pathFrontiereD_F" sodipodi:nodetypes="csssssssssssssssssscsscssssssssssssssssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#000000;stroke-width:5.16027594px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 280.38443,720.1013 c 1.09851,-0.26751 5.98459,-0.92299 8.16368,-1.43445 2.27391,-0.53371 5.3837,-1.08005 6.97935,-1.82909 1.82515,-0.85676 2.21315,-2.89518 3.13254,-4.62151 0.13322,-0.25014 1.32167,-0.82723 1.34252,-0.84028 0.0322,-0.0605 5.35573,-0.40669 5.81756,-0.84027 1.36724,-1.28364 1.9801,-2.27915 3.13254,-3.36111 1.93261,-1.81443 3.38947,-0.59904 4.47503,0.42014 2.03877,1.91408 -1.40944,4.00702 -2.23752,4.20138 -0.41769,0.098 -0.8202,1.54008 -0.89501,1.68055 0.14918,0.56018 0.29834,1.12037 0.44751,1.68055 0.28249,1.06085 2.77005,2.18052 3.58004,2.94097 1.59426,1.49676 -3.54273,2.40703 -4.02755,2.52082 -1.30061,0.30527 -3.34364,1.30996 -4.92255,1.68055 -0.79724,0.18713 -3.22769,2.14536 -4.02755,2.52083 -0.77989,0.3661 -0.44749,1.83545 -0.44749,2.52082 -3.52749,1.65588 1.12527,4.20138 2.68502,4.20138 1.21416,0 2.32431,2.3515 3.58005,2.94097 1.77224,0.83193 2.34033,1.26041 5.37005,1.26041 1.77161,0 3.94516,-0.42014 6.26507,-0.42014 2.5521,0 2.61679,-0.16387 3.13252,-2.10069" id="pathFrontiereCH_D" sodipodi:nodetypes="csssssssscssssscssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#000000;stroke-width:5.16027594px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 137.61261,758.43139 c -0.9484,1.74384 -3.47244,4.62152 -6.76687,4.62152 -2.13769,0 -4.80458,0.0773 -6.26507,0.42014 -1.26529,0.29698 -2.41237,2.68498 -3.13252,3.3611 -1.88054,1.76554 -2.44573,0.74254 -4.02754,0 -2.17465,-1.02082 -1.23121,-2.10069 -4.47506,-2.10069 -2.76987,0 -3.76237,-0.50573 -5.37005,-1.26041 -1.56159,-0.73305 -3.29452,-1.29844 -4.92255,-1.68055 -2.24787,-0.5276 -2.19043,-2.1449 -4.475045,0 -1.474866,1.38467 -1.884731,2.10069 -4.475047,2.10069 -2.463764,0 -3.845789,1.08977 -4.92255,2.10069 -1.046845,0.98282 -0.89501,2.22142 -0.89501,3.78123 1.923711,0.45152 1.970316,5.29861 2.237523,6.30207 0.175955,0.66078 4.691296,1.18757 4.922551,1.68055 1.116964,2.38109 0.998935,1.61941 0.998935,4.62152 0,0.95809 -1.747304,2.24548 -2.341449,3.3611 -1.117893,2.09906 -2.813987,1.68055 -5.370056,1.68055 -2.715933,0 -3.132533,0.82 -3.132533,3.3611 0,2.97561 0.155343,3.78124 -3.132532,3.78124 -1.790018,0 -2.156087,-0.29708 -3.946105,-0.29708 -2.535861,0 -1.423952,5.05864 -1.423952,7.43942 0,2.75624 0.596944,3.74598 -0.783132,5.04165 -1.493217,1.4019 -3.290444,1.26042 -5.929437,1.26042 -0.535402,0 -0.774122,5.31445 -0.895009,5.88193 -0.05851,0.27465 0,0.56018 0,0.84027 -0.594518,2.7908 -2.783414,2.98715 -4.475047,3.78124 -1.939665,0.91052 -2.361986,1.7974 -3.580037,2.94096 -1.016238,0.9541 -0.948511,3.56203 -1.342513,5.04166 -0.471804,1.77179 0.14727,4.75443 0.447503,5.88193 0.598179,2.24639 4.434158,-1.22203 4.475047,-1.26042 1.184456,-1.11202 3.019037,-1.75894 4.475047,-2.10069 2.46866,-0.57942 4.283785,0.84028 7.160074,0.84028 1.523362,0 3.710137,-0.87081 5.370056,-1.26041 2.201019,-0.51661 3.793297,-0.36516 5.817561,-0.84028 1.595506,-0.37448 3.307294,0 5.817561,0 2.784798,0 3.135254,-0.84538 4.027542,-2.52083 0.514818,-0.96667 2.292792,-2.15257 3.580034,-3.3611 1.08208,-1.0159 0.61905,-0.88054 2.23753,-1.26041 1.55569,-1.46056 5.31754,1.45816 6.26506,1.68055 1.96358,0.46088 0.36022,2.10069 4.02754,2.10069 0.79192,0 0.13108,5.16142 0.13108,5.78436 0.93511,0 4.34397,2.9834 4.34397,3.87881 0,2.73847 -0.9301,3.00685 -1.79002,4.62151 -0.85633,1.60793 -3.20867,1.26041 -5.37005,1.26041 -2.23752,0 -4.25129,-0.21007 -6.48882,-0.21007 -0.74187,0 -1.32508,1.24405 -1.56627,1.47049 -0.74584,0 -2.01067,-0.56235 -2.23752,0 -0.39471,0.97847 0.46994,1.57541 0.89501,2.94097 0.44661,1.43476 2.35648,1.70715 2.68503,2.94096 0.56924,2.13773 -0.29742,4.3397 -0.89501,5.46179 -0.90845,1.70578 -1.98353,2.28236 -3.13254,3.3611 -0.330204,0.31001 -5.220126,-0.14023 -5.817557,0 -1.956675,0.45925 -0.849732,2.10069 -4.475047,2.10069 -2.593974,0 -4.37552,0.16335 -5.81756,0.84027 -0.790196,0.37094 -0.251131,0.70732 -0.447505,1.26042" id="pathFrontiereCH_F" sodipodi:nodetypes="csssssssssscsssssssssssscsssssssssssscsscsssscssssssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#000000;stroke-width:1.03205526px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 260.6221,475.25857 c -1.00412,0 -8.82492,0 -11.1876,0 -1.53931,0 -4.6789,-0.57301 -5.81756,-0.84027 -1.55009,-0.36382 -2.5846,-2.33224 -3.13255,-3.36111 -0.78145,-1.46733 -0.0964,-4.56359 -0.4475,-5.88192 -1.22746,-2.30479 -4.32495,-2.06546 -6.26507,-2.52083 -1.91557,-0.44961 -3.29755,-0.9952 -4.47505,-2.10069 -0.50124,-0.47059 -1.39467,-0.26187 -2.23752,-0.42014 -1.60076,-1.50286 -0.89501,-5.58302 -0.89501,-7.56248 0,-2.10068 0,-4.20137 0,-6.30206 0,-1.04329 -0.44751,-2.62194 -0.44751,-4.20138 0,-1.16551 -4.93998,-3.37746 -5.37005,-3.78124 -1.14784,-1.07763 -2.75218,-2.10069 -4.47505,-2.10069 -2.3694,0 -4.43034,0.0105 -6.26507,-0.42013 -1.7985,-0.42214 -2.52754,-1.64359 -4.47505,-2.10069 -1.23587,-0.29008 -3.32116,-1.85766 -4.02754,-2.52083 -1.36724,-1.28364 -2.4276,-1.859 -3.58003,-2.94096 -0.87689,-0.82327 -3.40411,-1.59797 -4.47505,-2.10069 -1.88697,-0.88579 -3.1633,-0.71621 -5.03442,-1.15538 -1.74511,-0.4096 -2.98651,-1.77757 -4.81068,-2.20572 -1.09289,-0.25652 -0.75159,-0.17641 -1.79002,-0.42014 -1.6177,-0.37969 -3.55098,2.10069 -4.92255,2.10069 -1.80153,0 -3.07194,-1.62367 -4.02755,-2.52083 -0.32608,-0.30614 -0.86115,-5.33471 -0.895,-5.46179 -0.44143,-1.65774 -3.54909,-1.35818 -4.92256,-1.68055 -1.97748,-0.46414 -1.17072,-4.00622 -0.89501,-5.04165 0.66836,-2.50996 -0.42713,-2.50171 -1.79002,-3.78124 -1.11875,-1.05035 -1.56626,-2.7309 -2.68501,-3.78124 -1.55165,-1.45676 -1.23359,-2.52083 -4.02755,-2.52083 -0.29833,0 -0.59668,0 -0.89501,0 -3.03597,0 -4.53648,0.42014 -7.60758,0.42014 -2.19163,0 -2.26868,1.20191 -3.58004,-1.26041 -0.53028,-0.99572 -5.12921,-0.42014 -6.26506,-0.42014 -1.32625,0 -3.37644,-0.25786 -4.47506,0" id="pathLimite67_68" sodipodi:nodetypes="cssscsscsssssssssssssssssssssssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" sodipodi:type="arc" style="fill:#a52a2a" id="pathHaguenau" sodipodi:cx="288.76392" sodipodi:cy="193.10344" sodipodi:rx="5.6445622" sodipodi:ry="6.535809" d="m 294.40848,193.10344 a 5.6445622,6.535809 0 1 1 -2.2e-4,-0.0573 l -5.64434,0.0573 z" sodipodi:start="0" sodipodi:end="6.2744194" transform="matrix(1.065138,0,0,1,-0.27312,-31.273756)"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#0000ff;stroke-width:5.16027594;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" d="m 320.61483,260.37205 c -9.38804,-1.69806 -16.59291,4.70721 -25.28209,7.30338 -1.33538,5.16628 -3.9663,21.5992 -6.69379,25.89211 0.40085,15.51541 0.74349,18.82375 0.85946,34.36072 -4.67237,2.0267 -2.7647,9.98815 -7.77909,11.86799 -3.64135,3.15539 -1.98477,10.70955 -7.77911,11.86798 0.93203,6.35408 -6.89189,10.9294 -5.2805,14.59863 -3.76403,3.05409 -7.94814,6.32688 -10.01986,10.15052 -3.12012,3.5822 -13.11984,1.89792 -14.22518,6.71419 -4.92198,0.97375 -3.75159,7.90282 -9.47677,7.55021 -2.1398,5.39111 -2.34342,11.17831 -3.71958,18.54326 -3.74788,4.36469 -4.91464,6.93411 -8.52986,9.82375 -3.85583,2.0734 -8.31281,8.33099 -14.03919,8.10537 -3.1348,6.58625 -4.07375,9.38258 -6.66576,15.80623 0.11335,6.1472 -7.03616,6.45848 -5.56084,13.49413 -4.724,3.89492 -4.44077,10.87247 -8.05258,15.71937 -0.84199,5.88866 -2.91388,10.86428 -1.94478,18.60158 -0.0138,8.99438 0.0185,18.14959 0,27.04451 1.40781,-5.895 1.34804,7.0522 3.88955,5.47753 5.13837,3.91395 3.65804,9.23105 3.88955,14.55167 -0.86722,4.80214 -2.72741,8.38162 -5.83432,11.01014 -0.99199,6.93881 -10.01454,6.84059 -7.60973,16.67298 -2.66512,3.59241 -0.85574,12.26068 -4.79537,15.12264 -2.39505,5.15278 -1.08341,12.63865 -1.90329,19.3524 0.37564,7.42882 6.3004,10.33801 5.8674,18.34478 2.48541,11.49801 6.06962,29.57345 1.26654,28.14394 0.53062,9.10373 -9.10883,11.05025 -8.09779,20.72982 -9.05083,7.78269 -14.36099,7.38061 -10.67173,6.43632 -8.14369,5.21736 -12.91682,5.66639 -13.61747,16.93259 -2.27705,7.18627 -1.43182,8.95812 -1.30336,12.62406 2.08779,10.21248 -13.55971,2.37592 -9.97483,11.03594 4.30568,4.13623 10.7764,6.24937 12.25425,13.31033 3.45646,7.38895 4.30749,9.22023 13.53924,12.14072 6.98392,3.91697 13.95952,2.36343 11.12747,11.04151 3.04958,3.8288 4.7936,3.59421 11.97389,7.17104 2.36681,4.85573 10.56859,7.64211 1.70884,9.39661 l -13.92353,4.07374 -25.95622,2.91637" id="path3023" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccc"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" sodipodi:type="arc" style="fill:#a52a2a" id="pathStrasbourg" sodipodi:cx="283.41644" sodipodi:cy="304.65781" sodipodi:rx="10.694961" sodipodi:ry="12.031831" d="m 294.1114,304.65781 a 10.694961,12.031831 0 1 1 -0.001,-0.20072" sodipodi:start="0" sodipodi:end="6.2665023" sodipodi:open="true" transform="matrix(1.065138,0,0,1,-0.27312,-31.273756)"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" sodipodi:type="arc" style="fill:#a52a2a" id="pathSelestat" sodipodi:cx="202.313" sodipodi:cy="446.66312" sodipodi:rx="5.0503979" sodipodi:ry="5.1989388" d="m 207.3634,446.66312 a 5.0503979,5.1989388 0 1 1 -7e-4,-0.0867" sodipodi:start="0" sodipodi:end="6.2665023" sodipodi:open="true" transform="matrix(1.065138,0,0,1,-0.27312,-31.273756)"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" sodipodi:type="arc" style="fill:#a52a2a" id="pathColmar" sodipodi:cx="178.84351" sodipodi:cy="531.03448" sodipodi:rx="7.7241378" sodipodi:ry="7.8726792" d="m 186.56764,531.03448 a 7.7241378,7.8726792 0 1 1 -0.001,-0.13133" sodipodi:start="0" sodipodi:end="6.2665023" sodipodi:open="true" transform="matrix(1.065138,0,0,1,-0.27312,-31.273756)"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" sodipodi:type="arc" style="fill:#a52a2a" id="pathMulhouse" sodipodi:cx="184.48807" sodipodi:cy="672.74268" sodipodi:rx="7.4270558" sodipodi:ry="7.8726792" d="m 191.91512,672.74268 a 7.4270558,7.8726792 0 1 1 -0.001,-0.13134" sodipodi:start="0" sodipodi:end="6.2665023" sodipodi:open="true" transform="matrix(1.4354503,0,0,1.286989,-67.90367,-225.31126)"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" sodipodi:type="arc" style="fill:#a52a2a" id="pathBelfort" sodipodi:cx="39.809017" sodipodi:cy="736.91248" sodipodi:rx="6.8328915" sodipodi:ry="6.9814324" d="m 46.641909,736.91248 a 6.8328915,6.9814324 0 1 1 -9.51e-4,-0.11647" sodipodi:start="0" sodipodi:end="6.2665023" sodipodi:open="true" transform="matrix(1.065138,0,0,1,-0.27312,-31.273756)"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" sodipodi:type="arc" style="fill:#a52a2a" id="pathMontbeliard" sodipodi:cx="30.748011" sodipodi:cy="792.91248" sodipodi:rx="5.7931037" sodipodi:ry="5.9416447" d="m 36.541114,792.91248 a 5.7931037,5.9416447 0 1 1 -8.06e-4,-0.0991" sodipodi:start="0" sodipodi:end="6.2665023" sodipodi:open="true" transform="matrix(1.065138,0,0,1,-0.27312,-31.273756)"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" sodipodi:type="arc" style="fill:#a52a2a" id="pathBasel" sodipodi:cx="267.07693" sodipodi:cy="759.78778" sodipodi:rx="9.5066319" sodipodi:ry="8.1697617" d="m 276.58357,759.78778 a 9.5066319,8.1697617 0 1 1 -0.001,-0.13629" sodipodi:start="0" sodipodi:end="6.2665023" sodipodi:open="true" transform="matrix(1.2821173,0,0,1.237044,-56.16063,-209.44086)"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#ff0000;stroke-width:3.0961659px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 295.10711,260.32209 c -0.96388,-3.54606 -3.44897,-1.65229 -3.44897,-5.01616 0,-2.39739 -0.65215,-4.99541 -1.05322,-6.50158 -0.44594,-1.67468 -0.44774,-3.36197 -0.89501,-5.04165 -0.46098,-1.7312 1.01078,-3.88993 1.79002,-4.62152 0.58923,-0.5532 0.86416,-0.54087 1.34251,-0.84027 1.70021,-1.59623 1.11877,-4.53574 1.11877,-6.72221 0,-2.14674 0.19674,-4.30278 -0.22376,-5.88193 -0.41239,-1.54867 -1.56417,-2.93705 -2.23752,-4.20137 -0.77959,-1.46384 -1.68096,-2.83858 -2.68503,-3.78124 -1.36725,-1.28364 -1.5326,-2.69928 -2.68503,-3.78124 -1.29717,-1.21784 -1.51921,-1.4263 -2.63073,-2.46985 -0.21095,-0.19806 -1.8816,-1.52146 -2.17995,-1.52146 -1.12821,-1.79446 -1.8619,-2.6558 -2.7969,-4.41145 -0.77552,-1.45617 -1.83392,-2.6857 -2.23752,-4.20137 -0.53448,-2.00715 -0.54602,-3.54607 -1.34252,-5.04166 -1.33303,-2.50302 -0.31681,-1.51726 -2.23752,-4.20137 -1.42133,-2.66883 -1.38134,-2.50084 -3.58004,-4.20138 -1.59959,-1.23718 -2.67247,-1.44814 -4.47504,-2.10069 -1.38246,-0.50046 -4.62696,-1.16664 -5.81756,-1.26041 -2.01901,-0.15901 -3.85443,0.17402 -6.26507,0.17402 -1.57717,0 -3.44511,0.69175 -5.79042,0.84028 -2.09132,0.13245 -1.83939,0.22062 -4.86826,0.96333 -1.07399,0.26335 -3.95603,0.29723 -5.00399,0.54319 -3.00523,0 -5.00545,0 -7.60758,0 -2.03348,0 -3.80362,-0.42013 -6.26506,-0.42013 -0.89501,0 -1.79003,0 -2.68503,0 -2.82014,0 -4.31316,0.2771 -6.71258,0.84027 -1.9624,0.4606 -4.3242,0.22454 -6.26506,0.42014 -1.32526,0.13356 -3.13101,0 -4.47504,0 -3.20371,0.0464 -4.8158,0.0255 -7.16008,-0.42014 -2.01268,-0.38259 -2.82559,-0.11144 -4.60612,-1.23493 -0.51046,-0.32209 -2.14264,-0.87425 -3.5304,-0.86576 -2.01142,0.0123 -2.47415,0.14854 -4.65575,0.89125 -0.77234,0.26293 -2.94912,1.63142 -3.55289,2.19826 -1.21789,1.1434 -1.89381,1.77799 -2.97432,2.79242 -0.52739,0.49514 -1.95468,1.34318 -2.60825,1.68055 -1.95202,1.00763 -3.07597,1.26042 -5.37005,1.26042 -1.156,0 -3.46697,-1.99454 -4.02754,-2.52083 -1.00016,-0.93899 -3.38012,-1.31852 -4.92255,-1.68055 -1.89277,-0.44426 -4.89379,-0.0983 -6.26507,-0.42014 -1.02716,-0.24108 -3.14181,0.29708 -4.21289,0.29708 -1.9382,0.21352 -4.50639,0.17403 -6.52723,0.17403 -2.23753,0 -4.00039,0 -6.23792,0 -0.59668,0 -2.96958,-0.40291 -3.5304,-0.59417 -2.61334,-0.89125 -2.96807,-1.65431 -4.55182,-2.39777 -0.18869,-0.0886 -0.29834,-0.28009 -0.44751,-0.42013 -1.22268,-1.14792 -2.82426,-2.0937 -4.02754,-2.94097 -1.63234,-1.14939 -2.37075,-1.74309 -4.02754,-2.52082 -1.61224,-0.75683 -3.22106,-1.19694 -4.6988,-1.89063 -1.79872,-0.84436 -1.66184,-1.44038 -3.35628,-2.52082 -1.59653,-1.018 -3.62673,-2.54274 -4.92255,-3.15103 -1.61357,-0.75745 -2.0979,-2.38974 -3.13254,-3.3611 -1.54865,-1.45395 -2.40285,-2.67605 -3.58004,-3.78124 -1.172271,-1.10059 -1.685314,-1.9041 -2.23752,-2.94097 -0.596674,-0.70023 -1.193345,-1.40046 -1.790019,-2.10069 -1.390668,-1.63202 -1.698264,-2.34591 -2.422886,-4.77006 -0.610862,-2.04357 -0.709647,-2.86347 -0.709647,-4.89311 0,-2.10069 0,-4.20138 0,-6.30207 0,-0.84028 0,-1.68055 0,-2.52083 -0.06513,-1.31061 0.300542,-6.01369 0,-7.14234 -0.522811,-1.96336 -0.921691,-3.4613 -1.342513,-5.04165 -0.615182,-2.31024 -0.484932,-3.43138 -1.342514,-5.04165 -0.982494,-1.84482 -0.853064,-2.90159 -2.237523,-4.20138 -0.776848,-0.72934 -1.789067,-2.46806 -2.712173,-3.45867 -1.110638,-1.19185 -1.524017,-2.44511 -2.499666,-3.3611 -0.149168,-0.14005 -2.196938,-2.21113 -2.346106,-2.35118 -1.635752,-1.43749 -1.876109,-2.20699 -2.734662,-3.01304 -1.39642,-1.31103 -1.89095,-2.29021 -2.685029,-3.78124 -0.777035,-1.45904 -1.56513,-2.5187 -2.237522,-3.78124 -0.298338,-0.56018 -0.356163,-1.799866 -0.42036,-2.423256 -0.189636,-1.8415 0.137587,-3.65716 0.42036,-4.71908 0.49672,-1.86538 0.709647,-3.36767 0.709647,-5.46179 0,-2.38372 0.409366,-4.20091 -0.262144,-5.4618 0,-1.06789 -2.74027,-4.34112 -4.027541,-5.46179 -1.404612,-1.22282 -2.032549,-2.79949 -3.580038,-3.3611 -1.707316,-0.61961 -3.864371,-0.24611 -5.975776,-0.24611 -2.492829,0 -1.724511,0.24611 -4.540582,0.24611 -0.803296,0 -2.954025,0.13156 -3.699867,-0.14854 -2.169014,-0.81455 -2.174608,-0.42058 -5.026475,-1.11187 -1.838388,-0.44562 -3.79332,-2.23903 -4.764334,-2.69485 -1.871959,-0.87874 -1.907198,-1.04382 -3.525746,-1.80361 -1.812485,-0.85082 -4.899734,-0.98881 -6.766854,-1.73152 -1.2332,-0.49054 -3.07118,-1.02879 -4.63327,-1.75263 -1.54958,-0.71806 -2.08419,-0.94646 -3.9461,-1.38347 -0.32359,-0.076 -2.02062,-0.57718 -2.31896,-0.71722 -0.7379,-0.1732 -1.49168,-0.28009 -2.23752,-0.42014 -1.74697,-0.32803 -3.15218,-1.4797 -4.47505,-2.10069 -2.06443,-0.96909 -2.64882,-2.0667 -4.02754,-3.3611 -1.24814,-1.17181 -1.83974,-2.70754 -2.23753,-4.20138 -0.45396,-1.70481 -1.90169,-2.73052 -2.68502,-4.20137 -0.86201,-1.61858 -1.43585,-2.60846 -2.68503,-3.78124 -0.4656,-0.43713 -0.61477,-0.57718 -0.89501,-0.84028" id="pathA4red" sodipodi:nodetypes="csssscsssssscssscsssssscssssscssssssssssscsssssssssssscsssscsssssscsssssscssssssssssscssssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#ff0000;stroke-width:3.0961659px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 293.62558,226.11691 c 0.61318,-0.11514 4.44938,-0.38785 6.37694,-0.84027 1.76935,-0.41529 2.59267,-1.1337 4.92255,-1.68055 2.20517,-0.51758 3.49289,-0.29466 5.48192,-0.73525 0.8451,-0.18719 2.44094,-0.7276 3.02066,-0.9453 2.1156,-1.36074 3.16744,-0.90582 4.47505,-3.36111 0.84327,-1.5834 2.53145,-2.37663 3.58004,-3.3611 1.55578,-1.46063 2.40873,-2.47148 3.58004,-3.57117 1.37193,-1.28803 2.22017,-1.73111 3.58005,-2.73089 1.5808,-1.16221 3.03723,-2.01124 4.02753,-2.94097 1.11876,-1.05034 1.56626,-2.73089 2.68503,-3.78124 1.51983,-1.42688 1.55035,-1.11473 3.13252,-3.3611 1.77031,-1.66204 1.89741,-1.78137 3.58005,-3.3611 1.19054,-1.11775 2.07795,-3.48162 2.68502,-4.62152 0.86774,-1.62932 1.58183,-2.7455 2.68503,-3.78124 1.08698,-1.0205 1.51932,-2.85282 2.23753,-4.20137 0.98938,-1.85776 1.91772,-1.53614 2.42287,-3.43319 0.30205,-1.13427 2.13863,-2.84811 2.73933,-3.41207 0.61208,-0.57465 1.33192,-1.03833 1.99787,-1.5575 1.58238,-1.23358 2.21879,-1.77973 2.94717,-3.23804 0.97788,-1.95787 0.73679,-3.18243 1.52788,-5.16471 0.13142,-0.32931 2.13444,-2.5056 2.26467,-2.59728 0,-0.40892 2.57598,-2.93573 2.92003,-3.58173 0.96833,-1.81825 1.5018,-2.61943 2.87038,-3.90431 0.99343,-0.93267 1.51766,-2.26513 2.68502,-3.3611 0.67539,-0.63409 1.19335,-1.99462 1.79003,-2.69485 1.32871,-1.55932 1.18795,-1.58949 2.68502,-3.18708 1.10513,-1.17933 3.24746,-2.15463 4.02754,-2.52082 1.85505,-0.8708 2.86302,-1.27898 4.02755,-2.52083 1.07363,-1.14493 1.56979,-1.7404 1.97537,-3.26354 1.27254,-2.08596 1.60467,-4.61941 1.60467,-6.39963 0,-2.47102 0.37637,-3.5141 0.89501,-5.46179 0.54181,-2.03473 1.75018,-2.02589 2.68502,-3.78124 0.61594,-1.15652 1.30329,-1.6069 1.79003,-2.52082 0.71894,-1.34996 4.08669,-3.52169 4.92254,-4.30642 1.20381,-1.13019 2.06123,-2.29485 2.68502,-3.46613 0.45353,-0.85157 1.20601,-1.34231 1.79003,-2.41579 0.14918,-0.56018 0.74584,-1.75058 0.89502,-2.31076 0.48791,-1.83232 0.81831,-2.79702 1.08035,-4.15787 0.26797,-1.39161 1.21849,-2.89967 1.60467,-4.349916 0.36623,-1.37537 2.10244,-2.68732 2.68503,-3.78124 1.00004,-1.87778 1.05497,-1.9593 2.3143,-4.20137 1.26573,-2.25348 1.46899,-4.30002 1.95288,-6.17901 0.45442,-1.76448 1.43455,-3.64669 1.56628,-3.83222" id="pathA35Nord_red" sodipodi:nodetypes="cssscsssssscssssscssscssssssscsssssscssssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#ff0000;stroke-width:3.0961659px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 295.11763,260.31245 c 0.81226,1.85479 -0.79078,3.04503 -2.37324,3.41645 -0.4478,0.1051 -1.73346,2.05354 -1.89861,2.67374 -0.15782,0.5927 0,1.45949 0,2.07957 1.24058,2.09759 1.59607,2.35616 2.53147,3.26791 1.10423,1.07631 1.71324,1.87155 1.71324,3.56498 0,1.48542 0,2.8658 0,4.35121 0,1.46009 -0.49051,3.23735 -0.76393,4.26418 -0.24176,0.90786 -0.27361,0.3853 -0.63288,0.89125 -0.35482,1.3325 -4.29542,3.76815 -4.87878,4.31583 -1.36343,1.28005 -3.44297,1.75342 -4.92256,2.10069 -2.52464,0.59257 -2.58958,1.13298 -4.92254,1.68055 -1.71969,0.40363 -3.34064,0.84028 -5.81756,0.84028 -0.29835,0 -1.82732,0.42014 -2.12565,0.42014 -0.13003,0.12208 -4.93136,0.71105 -5.48193,0.84027 -2.00839,0.47139 -2.96306,1.39093 -4.47504,2.10069 -1.66907,0.78349 -2.537,0.93682 -4.58693,2.20572 -1.0998,0.68078 -2.02454,0.67515 -3.67273,2.06464 -1.42429,1.20075 -3.48705,2.13646 -4.27048,2.87198 -1.36724,1.28364 -2.4276,1.85901 -3.58004,2.94097 -1.40852,1.32238 -2.21481,2.05803 -3.13253,3.78124 -0.73849,1.38665 -1.79119,2.0308 -2.49967,3.3611 -0.82747,1.55373 -1.75375,3.3651 -2.42289,4.62151 -0.85572,1.6068 -1.10434,3.33403 -1.79001,4.62152 -0.55249,1.03741 -1.84212,1.62442 -2.46129,2.20572 -1.50713,0.83427 -2.92966,0.75484 -4.2513,1.99565 -0.75007,0.7042 -1.81235,3.40305 -2.23751,4.20138 -1.85216,1.7389 -1.34252,4.21404 -1.34252,6.72221 0,1.99074 -1.31534,3.33558 -2.23753,4.20137 -1.22592,1.15096 -2.29901,4.0122 -2.68501,5.46179 -0.4914,1.84541 -0.44752,1.93816 -0.44752,4.20138 0,2.10069 0,4.20138 0,6.30206 0,0.42013 0,1.88006 0,1.26041 0,2.84383 2.54669,4.49163 3.58005,5.46179 1.33401,1.25244 1.05829,1.66274 2.36859,3.18708 0.62381,0.72571 1.70418,2.06257 2.00252,2.20262 1.2351,2.31915 1.44645,1.62288 1.44645,4.6936 0,0.56019 0,2.27575 0,2.83594 0,3.84318 0.3602,2.11344 -0.44752,5.14668 -0.65874,2.47388 0.1987,2.45734 -1.31537,3.87881 -0.46559,0.43712 -1.08941,1.31988 -1.36965,1.58298 -0.52739,0.49514 -1.36966,1.86308 -1.81715,2.42326 -1.34608,1.68501 -0.82421,0.97669 -2.21039,3.03853 -0.27858,0.41437 -1.20654,2.85046 -1.34251,3.3611 -1.41283,1.55446 -1.48925,3.70768 -3.13253,4.62152 -1.22751,0.68262 -1.72279,3.11947 -3.13253,3.78124 -1.32001,0.61964 -2.55766,1.9811 -3.58004,2.94096 -1.43343,1.34577 -1.85253,2.42813 -3.13254,3.78124 -0.83144,0.87892 -1.12433,0.96625 -1.90189,1.89062 -0.27506,0.51646 -0.92165,1.72288 -1.12672,2.26725 -0.66779,1.77258 -0.68229,2.09372 -0.99893,4.34992 -0.22375,1.5943 -0.66009,3.31914 -0.78313,5.25173 -0.1134,1.78089 -0.62846,3.72554 -1.00689,5.14668 -0.0512,0.19214 -0.27375,3.2436 -0.31643,3.43756 -0.40505,1.84018 -0.13108,3.49747 -0.13108,4.22995 0,2.10069 -0.18704,3.20264 -0.13107,4.88565 0.028,0.83945 -0.591,2.17695 -1.10751,3.19145 -1.18168,2.32098 -1.70739,2.9665 -2.78896,4.422 -1.39484,1.87707 -1.15715,1.41787 -2.26466,3.85333 -0.23429,0.5152 -0.46827,2.68734 -0.15822,3.16595 1.11875,1.72694 1.60569,2.46671 1.41599,3.48416 -0.32235,1.72896 -0.80873,1.69255 -2.57315,2.94097 -0.96797,1.74905 -1.00687,3.05663 -0.895,4.62151 0.13674,1.91263 0,4.74779 0,5.46179 0,3.04126 -0.50689,3.03738 0.89502,5.04165 0.70509,1.00807 2.78024,1.96609 3.13253,2.10069 1.53797,1.26254 2.23751,3.61762 2.23751,6.30207 0,2.14674 0.25076,3.67257 0.4475,5.88193 0.13351,1.49918 0.22376,2.80938 0.89502,4.41145 0.49996,2.1926 1.03092,4.32118 0.44751,6.51213 -0.53556,2.0112 -1.778,2.05555 -2.68504,3.78124 -0.61626,1.1725 -0.78313,2.61919 -0.78313,4.41144 -0.25015,2.30489 -0.11188,4.41896 -0.11188,6.93228 0,1.50351 0.75686,4.10271 1.00688,5.04164 0,1.01624 0.97711,4.5097 1.23064,5.4618 0.4609,1.73082 0.51659,4.04066 0.89502,5.46179 0.35631,1.3381 0,3.23186 0,4.62151 0,0.56018 0,1.12037 0,1.68055 0,1.74332 -0.84893,4.11484 -1.34252,5.04166 -0.90307,1.69569 -0.77943,3.34721 -1.34251,5.46179 -0.48785,1.83208 0,4.40243 0,6.30206 0,1.8206 0,3.6412 0,5.46179 0.17049,2.71984 0.4475,4.10414 0.4475,6.30207 0,2.77992 0.27955,3.40095 1.34251,5.46179 0.90449,1.75358 1.47983,2.42121 2.87039,4.07832 2.16689,2.13125 1.88005,1.90056 2.94717,3.9043 0.88653,1.6646 1.356,3.4117 1.79002,5.04165 0.20986,0.78812 0.88394,2.37418 1.4544,3.6762 0.55939,2.11069 1.23063,3.46933 1.67814,5.88193 0.29799,1.60654 0.44751,3.75593 0.44751,5.67186 0,0.56019 0.22375,2.90595 0.22375,3.46613 0,2.22404 -0.11188,3.46682 -0.11188,5.35676 0,1.40046 0,2.90906 0.31643,4.23743 0.18447,0.69278 0.29808,1.28801 0.46671,3.22002 0.20712,2.37313 0.98806,3.71056 1.3425,5.04165 0.58034,2.17939 1.28433,3.25186 2.23753,5.04165 0.82583,1.55065 1.24142,2.58588 2.63072,3.23805 0.98946,0.46447 1.62837,1.94877 1.93701,2.52829 2.13124,2.7267 1.69733,1.69845 1.69733,3.47669 0,1.54051 0,3.08101 0,4.62152 0,2.7329 0.55877,5.1461 1.79003,6.30206 1.59109,1.49379 1.71114,1.69657 2.68501,3.78125 0.65899,1.41065 0.53946,1.6227 0.84072,2.05408 1.48239,2.69152 2.09867,4.3629 2.29183,5.08825 0.70749,2.65692 0.0593,3.41683 1.79001,5.04166 0.14917,0.14004 0.29835,0.28009 0.4475,0.42013 1.60581,0.7538 1.87214,3.81979 3.58006,4.62152 1.12658,0.52885 1.76453,2.97996 2.94717,3.53512 1.62338,0.76206 1.7419,1.87187 4.13612,3.48416 1.97883,2.74745 1.61278,3.17008 2.89289,4.67249 1.49144,1.75046 1.7899,2.3803 2.55395,3.01305 1.85434,1.53567 1.26404,2.6055 2.23753,4.20138 1.40396,2.3016 2.64108,2.70554 3.50325,4.32443 0.71367,1.34007 1.20236,3.43341 1.94357,4.1293 0.82075,0.77055 1.17684,1.69903 1.79001,2.27471 1.03429,1.57336 3.18022,3.62656 4.39829,4.81665 1.48303,1.44898 0.95229,0.40716 3.13252,2.4158 0.89085,0.73329 1.37076,1.02485 2.34939,2.31075 1.36826,1.79785 1.13058,1.52854 3.02066,3.88627 0.80449,1.00353 1.02174,1.16931 1.79003,1.89062 1.55593,1.15053 2.90934,3.5717 4.13941,4.72655" id="path35red" sodipodi:nodetypes="csscsscscssssssscsscsscsssscsssscsssscsscsscssssscscsscc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#ff0000;stroke-width:3.0961659px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 254.56955,630.75304 c -1.97818,-0.0487 -2.93085,0.0354 -7.03696,-0.25358 -4.27214,-0.3007 -4.9181,-0.68063 -6.60069,-1.47048 -1.79871,-0.84436 -2.44498,-0.91523 -4.36318,-1.36545 -1.9514,-0.45802 -4.80106,-0.21007 -6.82444,-0.21007 -2.23753,0 -3.35629,-0.21007 -5.48194,0.31511 -2.85006,0.70414 -3.4637,0.57559 -5.48193,1.26041 -0.84383,0.19805 -2.16293,0.73524 -2.90878,1.15538 -1.35707,0.76445 -3.08627,1.32201 -4.02754,2.20572 -0.9696,0.9103 -1.71543,2.03067 -2.68503,2.94096 -1.43801,0.67503 -6.14582,0.12957 -7.60758,0.42014 -2.25982,0.44921 -3.79365,0.10028 -5.14631,0.73524 -1.55667,0.73074 -3.31871,2.39816 -4.69879,3.046 -1.46298,0.68676 -2.03625,0.84027 -4.25129,1.68055 -2.72653,1.2799 -2.83094,1.22387 -4.6988,2.10069 -1.62524,0.76292 -2.74476,1.73663 -4.02755,2.94096 -1.57959,1.48299 -1.73307,1.45712 -4.02754,2.52083 -1.14331,0.53004 -3.25891,1.05375 -4.13941,1.26042 -2.89034,1.24309 -4.92599,1.31453 -6.60071,2.10068 -1.78769,0.83919 -3.06506,1.22875 -4.92254,2.10069 -0.77359,0.36315 -0.73521,0.23009 -1.34251,0.42014 -2.24184,1.05237 -4.7082,0.94972 -7.16008,2.10069 -1.50308,0.70558 -2.95554,0.90377 -4.47504,1.26041 -2.27228,1.06666 -3.43638,1.38425 -5.37006,2.41579 -1.27928,0.68244 -2.74622,1.69491 -4.92255,2.62586 -1.80194,0.77079 -3.72974,1.71569 -5.37006,2.10069 -1.74326,0.40916 -3.66684,2.43617 -5.81757,2.94097 -2.23366,0.52427 -2.64781,1.26041 -5.37005,1.26041 -1.2929,0 -3.45955,0.42014 -5.37006,0.42014 -2.17481,0.51046 -5.33411,0 -7.60757,0 -2.60647,0 -4.31456,0.13473 -5.81756,0.84027 -1.459164,0.68497 -2.632239,2.05113 -3.580039,2.94097 -1.484187,1.39342 0.421911,-0.19806 -0.89501,0.42013 -1.632887,1.53303 -1.794567,3.36538 -3.132533,4.62152 -1.607817,1.50949 -1.170552,2.4401 -3.132532,3.3611 -1.632036,0.76612 -1.912989,2.15841 -3.580038,2.94097 -1.4339,0.6731 -3.328724,1.71366 -4.475046,2.52082 -2.739281,1.39092 -2.690259,1.26532 -5.370056,2.94097 -1.391205,0.86991 -3.284068,2.10235 -4.475046,2.94096 -1.47905,1.04145 -2.747288,2.33998 -4.027542,2.94096 -1.925405,0.90383 -2.217798,1.66204 -3.580037,2.94097 -1.174677,1.10284 -1.912548,1.47548 -3.244409,2.10069 -1.179893,0 -5.467154,1.41449 -6.600694,1.68055 -1.848773,0.43393 -3.091346,2.06202 -4.027541,2.94096 -1.203651,1.13004 -2.051066,2.76591 -3.132533,3.78124 -1.369114,1.28539 -2.223067,2.0464 -2.685029,3.78124 -0.226673,0.85124 -0.609516,2.19483 -0.55938,3.46614 -0.233604,2.13768 -0.335628,3.84192 -0.335628,6.092 0,2.46876 0.291541,3.44538 0.447503,5.56682 0.05118,0.69608 0.223752,2.03066 0.223752,2.31075 0.120002,1.71107 -0.03836,2.57888 1.118763,4.41145 1.160786,1.83837 1.698262,1.54392 2.685028,3.78124 0.389829,0.88387 0.298336,1.85561 0.447504,1.99566 0,2.01003 0.305581,3.31467 0.447505,5.56682 0.122941,1.95094 -0.895009,3.31627 -0.895009,5.88193 0,1.2243 -1.342515,1.2358 -1.342515,3.3611 0,3.23808 -1.210347,3.28491 -1.790018,5.46179 -0.377423,1.41737 -3.222187,1.93271 -4.475046,2.52083 -1.450337,0.68082 -1.647796,1.82385 -3.132533,2.52082 -0.667101,0.31315 -1.193346,0.84028 -1.790019,1.26042 -1.417962,0.99844 -0.783133,2.8631 -0.783133,4.72655 0,0.69671 -0.963189,1.44997 -1.790009,2.10068 -1.23064,1.15734 -3.21408,2.80746 -3.69192,3.25607 -1.16112,1.09011 -3.13002,1.25806 -4.47504,2.52083 -0.75412,0.708 -2.87357,1.55898 -4.02755,2.10069 -1.16651,1.09518 -2.45871,4.19655 -3.13253,5.46179 -1.01805,1.91159 -1.84733,2.12759 -3.58004,2.94096 -1.68016,1.48542 0.56049,-0.2631 -0.89501,0.42014" id="pathA36red" sodipodi:nodetypes="cssssscsscssscssscsscscssssscssscssscsssscsssscsscsscsssssssscsscscc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#ffff00;stroke-width:1.03205526px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 295.10711,260.32209 c -0.96388,-3.54606 -3.44897,-1.65229 -3.44897,-5.01616 0,-2.39739 -0.65215,-4.99541 -1.05322,-6.50158 -0.44594,-1.67468 -0.44774,-3.36197 -0.89501,-5.04165 -0.46098,-1.7312 1.01078,-3.88993 1.79002,-4.62152 0.58923,-0.5532 0.86416,-0.54087 1.34251,-0.84027 1.70021,-1.59623 1.11877,-4.53574 1.11877,-6.72221 0,-2.14674 0.19674,-4.30278 -0.22376,-5.88193 -0.41239,-1.54867 -1.56417,-2.93705 -2.23752,-4.20137 -0.77959,-1.46384 -1.68096,-2.83858 -2.68503,-3.78124 -1.36725,-1.28364 -1.5326,-2.69928 -2.68503,-3.78124 -1.29717,-1.21784 -1.51921,-1.4263 -2.63073,-2.46985 -0.21095,-0.19806 -1.8816,-1.52146 -2.17995,-1.52146 -1.12821,-1.79446 -1.8619,-2.6558 -2.7969,-4.41145 -0.77552,-1.45617 -1.83392,-2.6857 -2.23752,-4.20137 -0.53448,-2.00715 -0.54602,-3.54607 -1.34252,-5.04166 -1.33303,-2.50302 -0.31681,-1.51726 -2.23752,-4.20137 -1.42133,-2.66883 -1.38134,-2.50084 -3.58004,-4.20138 -1.59959,-1.23718 -2.67247,-1.44814 -4.47504,-2.10069 -1.38246,-0.50046 -4.62696,-1.16664 -5.81756,-1.26041 -2.01901,-0.15901 -3.85443,0.17402 -6.26507,0.17402 -1.57717,0 -3.44511,0.69175 -5.79042,0.84028 -2.09132,0.13245 -1.83939,0.22062 -4.86826,0.96333 -1.07399,0.26335 -3.95603,0.29723 -5.00399,0.54319 -3.00523,0 -5.00545,0 -7.60758,0 -2.03348,0 -3.80362,-0.42013 -6.26506,-0.42013 -0.89501,0 -1.79003,0 -2.68503,0 -2.82014,0 -4.31316,0.2771 -6.71258,0.84027 -1.9624,0.4606 -4.3242,0.22454 -6.26506,0.42014 -1.32526,0.13356 -3.13101,0 -4.47504,0 -3.20371,0.0464 -4.8158,0.0255 -7.16008,-0.42014 -2.01268,-0.38259 -2.82559,-0.11144 -4.60612,-1.23493 -0.51046,-0.32209 -2.14264,-0.87425 -3.5304,-0.86576 -2.01142,0.0123 -2.47415,0.14854 -4.65575,0.89125 -0.77234,0.26293 -2.94912,1.63142 -3.55289,2.19826 -1.21789,1.1434 -1.89381,1.77799 -2.97432,2.79242 -0.52739,0.49514 -1.95468,1.34318 -2.60825,1.68055 -1.95202,1.00763 -3.07597,1.26042 -5.37005,1.26042 -1.156,0 -3.46697,-1.99454 -4.02754,-2.52083 -1.00016,-0.93899 -3.38012,-1.31852 -4.92255,-1.68055 -1.89277,-0.44426 -4.89379,-0.0983 -6.26507,-0.42014 -1.02716,-0.24108 -3.14181,0.29708 -4.21289,0.29708 -1.9382,0.21352 -4.50639,0.17403 -6.52723,0.17403 -2.23753,0 -4.00039,0 -6.23792,0 -0.59668,0 -2.96958,-0.40291 -3.5304,-0.59417 -2.61334,-0.89125 -2.96807,-1.65431 -4.55182,-2.39777 -0.18869,-0.0886 -0.29834,-0.28009 -0.44751,-0.42013 -1.22268,-1.14792 -2.82426,-2.0937 -4.02754,-2.94097 -1.63234,-1.14939 -2.37075,-1.74309 -4.02754,-2.52082 -1.61224,-0.75683 -3.22106,-1.19694 -4.6988,-1.89063 -1.79872,-0.84436 -1.66184,-1.44038 -3.35628,-2.52082 -1.59653,-1.018 -3.62673,-2.54274 -4.92255,-3.15103 -1.61357,-0.75745 -2.0979,-2.38974 -3.13254,-3.3611 -1.54865,-1.45395 -2.40285,-2.67605 -3.58004,-3.78124 -1.172271,-1.10059 -1.685314,-1.9041 -2.23752,-2.94097 -0.596674,-0.70023 -1.193345,-1.40046 -1.790019,-2.10069 -1.390668,-1.63202 -1.698264,-2.34591 -2.422886,-4.77006 -0.610862,-2.04357 -0.709647,-2.86347 -0.709647,-4.89311 0,-2.10069 0,-4.20138 0,-6.30207 0,-0.84028 0,-1.68055 0,-2.52083 -0.06513,-1.31061 0.300542,-6.01369 0,-7.14234 -0.522811,-1.96336 -0.921691,-3.4613 -1.342513,-5.04165 -0.615182,-2.31024 -0.484932,-3.43138 -1.342514,-5.04165 -0.982494,-1.84482 -0.853064,-2.90159 -2.237523,-4.20138 -0.776848,-0.72934 -1.789067,-2.46806 -2.712173,-3.45867 -1.110638,-1.19185 -1.524017,-2.44511 -2.499666,-3.3611 -0.149168,-0.14005 -2.196938,-2.21113 -2.346106,-2.35118 -1.635752,-1.43749 -1.876109,-2.20699 -2.734662,-3.01304 -1.39642,-1.31103 -1.89095,-2.29021 -2.685029,-3.78124 -0.777035,-1.45904 -1.56513,-2.5187 -2.237522,-3.78124 -0.298338,-0.56018 -0.356163,-1.799866 -0.42036,-2.423256 -0.189636,-1.8415 0.137587,-3.65716 0.42036,-4.71908 0.49672,-1.86538 0.709647,-3.36767 0.709647,-5.46179 0,-2.38372 0.409366,-4.20091 -0.262144,-5.4618 0,-1.06789 -2.74027,-4.34112 -4.027541,-5.46179 -1.404612,-1.22282 -2.032549,-2.79949 -3.580038,-3.3611 -1.707316,-0.61961 -3.864371,-0.24611 -5.975776,-0.24611 -2.492829,0 -1.724511,0.24611 -4.540582,0.24611 -0.803296,0 -2.954025,0.13156 -3.699867,-0.14854 -2.169014,-0.81455 -2.174608,-0.42058 -5.026475,-1.11187 -1.838388,-0.44562 -3.79332,-2.23903 -4.764334,-2.69485 -1.871959,-0.87874 -1.907198,-1.04382 -3.525746,-1.80361 -1.812485,-0.85082 -4.899734,-0.98881 -6.766854,-1.73152 -1.2332,-0.49054 -3.07118,-1.02879 -4.63327,-1.75263 -1.54958,-0.71806 -2.08419,-0.94646 -3.9461,-1.38347 -0.32359,-0.076 -2.02062,-0.57718 -2.31896,-0.71722 -0.7379,-0.1732 -1.49168,-0.28009 -2.23752,-0.42014 -1.74697,-0.32803 -3.15218,-1.4797 -4.47505,-2.10069 -2.06443,-0.96909 -2.64882,-2.0667 -4.02754,-3.3611 -1.24814,-1.17181 -1.83974,-2.70754 -2.23753,-4.20138 -0.45396,-1.70481 -1.90169,-2.73052 -2.68502,-4.20137 -0.86201,-1.61858 -1.43585,-2.60846 -2.68503,-3.78124 -0.4656,-0.43713 -0.61477,-0.57718 -0.89501,-0.84028" id="pathA4yellow" sodipodi:nodetypes="csssscsssssscssscsssssscssssscssssssssssscsssssssssssscsssscsssssscsssssscssssssssssscssssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#ffff00;stroke-width:1.03205526px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 293.62558,226.11691 c 0.61318,-0.11514 4.44938,-0.38785 6.37694,-0.84027 1.76935,-0.41529 2.59267,-1.1337 4.92255,-1.68055 2.20517,-0.51758 3.49289,-0.29466 5.48192,-0.73525 0.8451,-0.18719 2.44094,-0.7276 3.02066,-0.9453 2.1156,-1.36074 3.16744,-0.90582 4.47505,-3.36111 0.84327,-1.5834 2.53145,-2.37663 3.58004,-3.3611 1.55578,-1.46063 2.40873,-2.47148 3.58004,-3.57117 1.37193,-1.28803 2.22017,-1.73111 3.58005,-2.73089 1.5808,-1.16221 3.03723,-2.01124 4.02753,-2.94097 1.11876,-1.05034 1.56626,-2.73089 2.68503,-3.78124 1.51983,-1.42688 1.55035,-1.11473 3.13252,-3.3611 1.77031,-1.66204 1.89741,-1.78137 3.58005,-3.3611 1.19054,-1.11775 2.07795,-3.48162 2.68502,-4.62152 0.86774,-1.62932 1.58183,-2.7455 2.68503,-3.78124 1.08698,-1.0205 1.51932,-2.85282 2.23753,-4.20137 0.98938,-1.85776 1.91772,-1.53614 2.42287,-3.43319 0.30205,-1.13427 2.13863,-2.84811 2.73933,-3.41207 0.61208,-0.57465 1.33192,-1.03833 1.99787,-1.5575 1.58238,-1.23358 2.21879,-1.77973 2.94717,-3.23804 0.97788,-1.95787 0.73679,-3.18243 1.52788,-5.16471 0.13142,-0.32931 2.13444,-2.5056 2.26467,-2.59728 0,-0.40892 2.57598,-2.93573 2.92003,-3.58173 0.96833,-1.81825 1.5018,-2.61943 2.87038,-3.90431 0.99343,-0.93267 1.51766,-2.26513 2.68502,-3.3611 0.67539,-0.63409 1.19335,-1.99462 1.79003,-2.69485 1.32871,-1.55932 1.18795,-1.58949 2.68502,-3.18708 1.10513,-1.17933 3.24746,-2.15463 4.02754,-2.52082 1.85505,-0.8708 2.86302,-1.27898 4.02755,-2.52083 1.07363,-1.14493 1.56979,-1.7404 1.97537,-3.26354 1.27254,-2.08596 1.60467,-4.61941 1.60467,-6.39963 0,-2.47102 0.37637,-3.5141 0.89501,-5.46179 0.54181,-2.03473 1.75018,-2.02589 2.68502,-3.78124 0.61594,-1.15652 1.30329,-1.6069 1.79003,-2.52082 0.71894,-1.34996 4.08669,-3.52169 4.92254,-4.30642 1.20381,-1.13019 2.06123,-2.29485 2.68502,-3.46613 0.45353,-0.85157 1.20601,-1.34231 1.79003,-2.41579 0.14918,-0.56018 0.74584,-1.75058 0.89502,-2.31076 0.48791,-1.83232 0.81831,-2.79702 1.08035,-4.15787 0.26797,-1.39161 1.21849,-2.89967 1.60467,-4.349916 0.36623,-1.37537 2.10244,-2.68732 2.68503,-3.78124 1.00004,-1.87778 1.05497,-1.9593 2.3143,-4.20137 1.26573,-2.25348 1.46899,-4.30002 1.95288,-6.17901 0.45442,-1.76448 1.43455,-3.64669 1.56628,-3.83222" id="pathA35Nord_yellow" sodipodi:nodetypes="cssscsssssscssssscssscssssssscsssssscssssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#ffff00;stroke-width:1.03205526px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 295.11763,260.31245 c 0.81226,1.85479 -0.79078,3.04503 -2.37324,3.41645 -0.4478,0.1051 -1.73346,2.05354 -1.89861,2.67374 -0.15782,0.5927 0,1.45949 0,2.07957 1.24058,2.09759 1.59607,2.35616 2.53147,3.26791 1.10423,1.07631 1.71324,1.87155 1.71324,3.56498 0,1.48542 0,2.8658 0,4.35121 0,1.46009 -0.49051,3.23735 -0.76393,4.26418 -0.24176,0.90786 -0.27361,0.3853 -0.63288,0.89125 -0.35482,1.3325 -4.29542,3.76815 -4.87878,4.31583 -1.36343,1.28005 -3.44297,1.75342 -4.92256,2.10069 -2.52464,0.59257 -2.58958,1.13298 -4.92254,1.68055 -1.71969,0.40363 -3.34064,0.84028 -5.81756,0.84028 -0.29835,0 -1.82732,0.42014 -2.12565,0.42014 -0.13003,0.12208 -4.93136,0.71105 -5.48193,0.84027 -2.00839,0.47139 -2.96306,1.39093 -4.47504,2.10069 -1.66907,0.78349 -2.537,0.93682 -4.58693,2.20572 -1.0998,0.68078 -2.02454,0.67515 -3.67273,2.06464 -1.42429,1.20075 -3.48705,2.13646 -4.27048,2.87198 -1.36724,1.28364 -2.4276,1.85901 -3.58004,2.94097 -1.40852,1.32238 -2.21481,2.05803 -3.13253,3.78124 -0.73849,1.38665 -1.79119,2.0308 -2.49967,3.3611 -0.82747,1.55373 -1.75375,3.3651 -2.42289,4.62151 -0.85572,1.6068 -1.10434,3.33403 -1.79001,4.62152 -0.55249,1.03741 -1.84212,1.62442 -2.46129,2.20572 -1.50713,0.83427 -2.92966,0.75484 -4.2513,1.99565 -0.75007,0.7042 -1.81235,3.40305 -2.23751,4.20138 -1.85216,1.7389 -1.34252,4.21404 -1.34252,6.72221 0,1.99074 -1.31534,3.33558 -2.23753,4.20137 -1.22592,1.15096 -2.29901,4.0122 -2.68501,5.46179 -0.4914,1.84541 -0.44752,1.93816 -0.44752,4.20138 0,2.10069 0,4.20138 0,6.30206 0,0.42013 0,1.88006 0,1.26041 0,2.84383 2.54669,4.49163 3.58005,5.46179 1.33401,1.25244 1.05829,1.66274 2.36859,3.18708 0.62381,0.72571 1.70418,2.06257 2.00252,2.20262 1.2351,2.31915 1.44645,1.62288 1.44645,4.6936 0,0.56019 0,2.27575 0,2.83594 0,3.84318 0.3602,2.11344 -0.44752,5.14668 -0.65874,2.47388 0.1987,2.45734 -1.31537,3.87881 -0.46559,0.43712 -1.08941,1.31988 -1.36965,1.58298 -0.52739,0.49514 -1.36966,1.86308 -1.81715,2.42326 -1.34608,1.68501 -0.82421,0.97669 -2.21039,3.03853 -0.27858,0.41437 -1.20654,2.85046 -1.34251,3.3611 -1.41283,1.55446 -1.48925,3.70768 -3.13253,4.62152 -1.22751,0.68262 -1.72279,3.11947 -3.13253,3.78124 -1.32001,0.61964 -2.55766,1.9811 -3.58004,2.94096 -1.43343,1.34577 -1.85253,2.42813 -3.13254,3.78124 -0.83144,0.87892 -1.12433,0.96625 -1.90189,1.89062 -0.27506,0.51646 -0.92165,1.72288 -1.12672,2.26725 -0.66779,1.77258 -0.68229,2.09372 -0.99893,4.34992 -0.22375,1.5943 -0.66009,3.31914 -0.78313,5.25173 -0.1134,1.78089 -0.62846,3.72554 -1.00689,5.14668 -0.0512,0.19214 -0.27375,3.2436 -0.31643,3.43756 -0.40505,1.84018 -0.13108,3.49747 -0.13108,4.22995 0,2.10069 -0.18704,3.20264 -0.13107,4.88565 0.028,0.83945 -0.591,2.17695 -1.10751,3.19145 -1.18168,2.32098 -1.70739,2.9665 -2.78896,4.422 -1.39484,1.87707 -1.15715,1.41787 -2.26466,3.85333 -0.23429,0.5152 -0.46827,2.68734 -0.15822,3.16595 1.11875,1.72694 1.60569,2.46671 1.41599,3.48416 -0.32235,1.72896 -0.80873,1.69255 -2.57315,2.94097 -0.96797,1.74905 -1.00687,3.05663 -0.895,4.62151 0.13674,1.91263 0,4.74779 0,5.46179 0,3.04126 -0.50689,3.03738 0.89502,5.04165 0.70509,1.00807 2.78024,1.96609 3.13253,2.10069 1.53797,1.26254 2.23751,3.61762 2.23751,6.30207 0,2.14674 0.25076,3.67257 0.4475,5.88193 0.13351,1.49918 0.22376,2.80938 0.89502,4.41145 0.49996,2.1926 1.03092,4.32118 0.44751,6.51213 -0.53556,2.0112 -1.778,2.05555 -2.68504,3.78124 -0.61626,1.1725 -0.78313,2.61919 -0.78313,4.41144 -0.25015,2.30489 -0.11188,4.41896 -0.11188,6.93228 0,1.50351 0.75686,4.10271 1.00688,5.04164 0,1.01624 0.97711,4.5097 1.23064,5.4618 0.4609,1.73082 0.51659,4.04066 0.89502,5.46179 0.35631,1.3381 0,3.23186 0,4.62151 0,0.56018 0,1.12037 0,1.68055 0,1.74332 -0.84893,4.11484 -1.34252,5.04166 -0.90307,1.69569 -0.77943,3.34721 -1.34251,5.46179 -0.48785,1.83208 0,4.40243 0,6.30206 0,1.8206 0,3.6412 0,5.46179 0.17049,2.71984 0.4475,4.10414 0.4475,6.30207 0,2.77992 0.27955,3.40095 1.34251,5.46179 0.90449,1.75358 1.47983,2.42121 2.87039,4.07832 2.16689,2.13125 1.88005,1.90056 2.94717,3.9043 0.88653,1.6646 1.356,3.4117 1.79002,5.04165 0.20986,0.78812 0.88394,2.37418 1.4544,3.6762 0.55939,2.11069 1.23063,3.46933 1.67814,5.88193 0.29799,1.60654 0.44751,3.75593 0.44751,5.67186 0,0.56019 0.22375,2.90595 0.22375,3.46613 0,2.22404 -0.11188,3.46682 -0.11188,5.35676 0,1.40046 0,2.90906 0.31643,4.23743 0.18447,0.69278 0.29808,1.28801 0.46671,3.22002 0.20712,2.37313 0.98806,3.71056 1.3425,5.04165 0.58034,2.17939 1.28433,3.25186 2.23753,5.04165 0.82583,1.55065 1.24142,2.58588 2.63072,3.23805 0.98946,0.46447 1.62837,1.94877 1.93701,2.52829 2.13124,2.7267 1.69733,1.69845 1.69733,3.47669 0,1.54051 0,3.08101 0,4.62152 0,2.7329 0.55877,5.1461 1.79003,6.30206 1.59109,1.49379 1.71114,1.69657 2.68501,3.78125 0.65899,1.41065 0.53946,1.6227 0.84072,2.05408 1.48239,2.69152 2.09867,4.3629 2.29183,5.08825 0.70749,2.65692 0.0593,3.41683 1.79001,5.04166 0.14917,0.14004 0.29835,0.28009 0.4475,0.42013 1.60581,0.7538 1.87214,3.81979 3.58006,4.62152 1.12658,0.52885 1.76453,2.97996 2.94717,3.53512 1.62338,0.76206 1.7419,1.87187 4.13612,3.48416 1.97883,2.74745 1.61278,3.17008 2.89289,4.67249 1.49144,1.75046 1.7899,2.3803 2.55395,3.01305 1.85434,1.53567 1.26404,2.6055 2.23753,4.20138 1.40396,2.3016 2.64108,2.70554 3.50325,4.32443 0.71367,1.34007 1.20236,3.43341 1.94357,4.1293 0.82075,0.77055 1.17684,1.69903 1.79001,2.27471 1.03429,1.57336 3.18022,3.62656 4.39829,4.81665 1.48303,1.44898 0.95229,0.40716 3.13252,2.4158 0.89085,0.73329 1.37076,1.02485 2.34939,2.31075 1.36826,1.79785 1.13058,1.52854 3.02066,3.88627 0.80449,1.00353 1.02174,1.16931 1.79003,1.89062 1.55593,1.15053 2.90934,3.5717 4.13941,4.72655" id="path35yellow" sodipodi:nodetypes="csscsscscssssssscsscsscsssscsssscsssscsscsscssssscscsscc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#ffff00;stroke-width:1.03205526px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 254.56955,630.75304 c -1.97818,-0.0487 -2.93085,0.0354 -7.03696,-0.25358 -4.27214,-0.3007 -4.9181,-0.68063 -6.60069,-1.47048 -1.79871,-0.84436 -2.44498,-0.91523 -4.36318,-1.36545 -1.9514,-0.45802 -4.80106,-0.21007 -6.82444,-0.21007 -2.23753,0 -3.35629,-0.21007 -5.48194,0.31511 -2.85006,0.70414 -3.4637,0.57559 -5.48193,1.26041 -0.84383,0.19805 -2.16293,0.73524 -2.90878,1.15538 -1.35707,0.76445 -3.08627,1.32201 -4.02754,2.20572 -0.9696,0.9103 -1.71543,2.03067 -2.68503,2.94096 -1.43801,0.67503 -6.14582,0.12957 -7.60758,0.42014 -2.25982,0.44921 -3.79365,0.10028 -5.14631,0.73524 -1.55667,0.73074 -3.31871,2.39816 -4.69879,3.046 -1.46298,0.68676 -2.03625,0.84027 -4.25129,1.68055 -2.72653,1.2799 -2.83094,1.22387 -4.6988,2.10069 -1.62524,0.76292 -2.74476,1.73663 -4.02755,2.94096 -1.57959,1.48299 -1.73307,1.45712 -4.02754,2.52083 -1.14331,0.53004 -3.25891,1.05375 -4.13941,1.26042 -2.89034,1.24309 -4.92599,1.31453 -6.60071,2.10068 -1.78769,0.83919 -3.06506,1.22875 -4.92254,2.10069 -0.77359,0.36315 -0.73521,0.23009 -1.34251,0.42014 -2.24184,1.05237 -4.7082,0.94972 -7.16008,2.10069 -1.50308,0.70558 -2.95554,0.90377 -4.47504,1.26041 -2.27228,1.06666 -3.43638,1.38425 -5.37006,2.41579 -1.27928,0.68244 -2.74622,1.69491 -4.92255,2.62586 -1.80194,0.77079 -3.72974,1.71569 -5.37006,2.10069 -1.74326,0.40916 -3.66684,2.43617 -5.81757,2.94097 -2.23366,0.52427 -2.64781,1.26041 -5.37005,1.26041 -1.2929,0 -3.45955,0.42014 -5.37006,0.42014 -2.17481,0.51046 -5.33411,0 -7.60757,0 -2.60647,0 -4.31456,0.13473 -5.81756,0.84027 -1.459164,0.68497 -2.632239,2.05113 -3.580039,2.94097 -1.484187,1.39342 0.421911,-0.19806 -0.89501,0.42013 -1.632887,1.53303 -1.794567,3.36538 -3.132533,4.62152 -1.607817,1.50949 -1.170552,2.4401 -3.132532,3.3611 -1.632036,0.76612 -1.912989,2.15841 -3.580038,2.94097 -1.4339,0.6731 -3.328724,1.71366 -4.475046,2.52082 -2.739281,1.39092 -2.690259,1.26532 -5.370056,2.94097 -1.391205,0.86991 -3.284068,2.10235 -4.475046,2.94096 -1.47905,1.04145 -2.747288,2.33998 -4.027542,2.94096 -1.925405,0.90383 -2.217798,1.66204 -3.580037,2.94097 -1.174677,1.10284 -1.912548,1.47548 -3.244409,2.10069 -1.179893,0 -5.467154,1.41449 -6.600694,1.68055 -1.848773,0.43393 -3.091346,2.06202 -4.027541,2.94096 -1.203651,1.13004 -2.051066,2.76591 -3.132533,3.78124 -1.369114,1.28539 -2.223067,2.0464 -2.685029,3.78124 -0.226673,0.85124 -0.609516,2.19483 -0.55938,3.46614 -0.233604,2.13768 -0.335628,3.84192 -0.335628,6.092 0,2.46876 0.291541,3.44538 0.447503,5.56682 0.05118,0.69608 0.223752,2.03066 0.223752,2.31075 0.120002,1.71107 -0.03836,2.57888 1.118763,4.41145 1.160786,1.83837 1.698262,1.54392 2.685028,3.78124 0.389829,0.88387 0.298336,1.85561 0.447504,1.99566 0,2.01003 0.305581,3.31467 0.447505,5.56682 0.122941,1.95094 -0.895009,3.31627 -0.895009,5.88193 0,1.2243 -1.342515,1.2358 -1.342515,3.3611 0,3.23808 -1.210347,3.28491 -1.790018,5.46179 -0.377423,1.41737 -3.222187,1.93271 -4.475046,2.52083 -1.450337,0.68082 -1.647796,1.82385 -3.132533,2.52082 -0.667101,0.31315 -1.193346,0.84028 -1.790019,1.26042 -1.417962,0.99844 -0.783133,2.8631 -0.783133,4.72655 0,0.69671 -0.963189,1.44997 -1.790009,2.10068 -1.23064,1.15734 -3.21408,2.80746 -3.69192,3.25607 -1.16112,1.09011 -3.13002,1.25806 -4.47504,2.52083 -0.75412,0.708 -2.87357,1.55898 -4.02755,2.10069 -1.16651,1.09518 -2.45871,4.19655 -3.13253,5.46179 -1.01805,1.91159 -1.84733,2.12759 -3.58004,2.94096 -1.68016,1.48542 0.56049,-0.2631 -0.89501,0.42014" id="pathA36yellow" sodipodi:nodetypes="cssssscsscssscssscsscscssssscssscssscsssscsssscsscsscsssssssscsscscc" inkscape:connector-curvature="0"/> </xsl:template> <xsl:template name="mulhouse_alsace"> <defs xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="defsMulhouse"> </defs><sodipodi:namedview xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" inkscape:window-height="904" inkscape:window-width="928" inkscape:pageshadow="2" inkscape:pageopacity="0.0" guidetolerance="10.0" gridtolerance="10.0" objecttolerance="10.0" borderopacity="1.0" bordercolor="#666666" pagecolor="#ffffff" id="base" inkscape:zoom="0.54769207" inkscape:cx="337.54503" inkscape:cy="525.40391" inkscape:window-x="610" inkscape:window-y="65" inkscape:current-layer="svg1941" showguides="true" inkscape:guide-bbox="true" showgrid="false" inkscape:window-maximized="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03205525999999990px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0" d="m 250.45651,88.320434 c 1.52874,0.358813 4.22768,0.67318 5.77259,1.398398 1.72074,0.80775 4.58838,2.005258 7.5944,0.594164 1.64852,-0.773852 4.4488,-2.970822 6.32867,-2.970822 2.98186,0 6.81729,-0.364799 8.86015,0.594165 1.08391,0.508815 5.01994,3.872159 6.32866,3.564986 0.24889,-0.05842 4.86276,0.375877 5.69581,-1.188329 0.24948,-0.468437 2.28317,-5.677324 2.53147,-6.535809 0.42369,-1.464891 3.9905,-2.422359 6.03144,-2.304573 2.41159,0.139179 3.43187,0.508144 5.99303,1.710409 2.16107,1.014455 2.97644,2.659805 5.53759,3.862069 1.24699,0.585369 5.82174,2.436459 7.23163,3.760127 0.39793,0.373596 3.89952,3.465842 6.21681,1.290271 1.00209,-0.940826 2.96796,-4.066972 4.43006,-4.753316 3.15674,-1.481847 2.68874,-0.794569 5.36018,1.713501 2.65183,2.489666 3.52539,1.55179 5.2483,-1.050344 1.11,-1.676438 1.9869,-4.496141 3.94746,-5.416472 1.17909,-0.553491 4.87523,-1.540782 6.32867,1.188328 1.09238,2.051153 1.85701,3.525928 3.79721,5.347481 0.17977,0.168783 4.81702,4.390026 5.69581,3.564986 0.11864,-0.111397 3.45911,-3.347257 5.06293,-2.970822 2.60052,0.610371 4.69265,1.311588 6.96155,2.376658 1.96229,0.921146 3.41183,2.492845 5.6958,3.564987 2.17249,1.019818 3.96149,1.859617 6.32867,2.970822 2.19039,1.028222 3.11954,2.334601 5.06293,4.159151 1.54249,1.44816 3.24915,2.99073 5.69581,3.56499 1.79849,0.42212 5.80562,1.36264 7.5944,1.78249 2.59048,0.60801 3.7983,2.37692 6.32867,2.97082 2.37872,0.55831 5.62644,0.59417 8.86015,0.59417 3.08027,0 6.51007,-0.83326 8.86013,0.59416 1.69102,1.02711 4.88612,0.66024 6.32867,0.59417 4.10302,-0.18791 4.6234,4.00313 5.90831,1.95651 -1.69888,-2.32276 -1.91069,1.67474 -2.75521,2.30021 -2.12791,1.57594 -2.80221,1.56556 -4.45722,3.11936 -2.15663,2.02475 -2.47508,1.50258 -3.75881,3.91304 -1.40335,2.63506 -2.86474,3.18321 -3.79721,5.34748 -1.21586,2.82206 -1.63646,4.25797 -2.53147,6.53581 -0.68358,1.73974 -2.60719,3.84938 -3.16433,5.94164 -0.67335,2.52869 -2.17469,4.08341 -3.16434,5.94165 -1.41155,2.65045 -2.01344,3.78062 -3.16433,5.94164 -1.11419,2.09209 -2.38449,5.42735 -2.38449,7.72414 0,3.42561 -0.77985,3.33497 -0.77985,7.12997 0,3.46069 -0.20295,5.72857 -1.26572,7.72414 -1.28389,2.41073 -1.89861,3.17747 -1.89861,7.12998 0,1.15805 0.33892,2.47001 -1.89861,5.44942 -0.89579,1.19281 -6.54396,7.15807 -6.99993,7.58615 -1.88387,1.76868 -4.42825,1.81854 -7.55601,1.81854 -3.91803,0 -5.73017,0.0323 -7.59441,1.78249 -0.46581,0.43733 -1.1819,7.56675 -1.26574,7.72414 -1.359,2.55179 -2.61166,3.60103 -6.21679,3.60103 -4.39719,0 -5.02984,-0.17214 -7.07341,1.74645 -0.95691,0.89839 -0.3263,7.16701 -0.63286,8.3183 -0.74612,2.80193 -0.65854,5.44388 -1.26574,7.72414 -0.54389,2.04249 -3.88619,2.71082 -4.43006,4.75332 -0.39861,1.49691 -1.83005,2.24791 -2.53148,3.56498 -3.83352,0.89977 -4.39781,4.63217 -5.06294,7.12998 -0.70058,2.63097 -2.38969,3.03255 -3.16433,5.94164 -0.39318,1.47651 -4.14605,3.29834 -5.06295,4.15915 -1.9362,1.81781 -3.14387,2.89404 -3.79719,5.34748 -0.43575,1.6364 -4.17567,3.2082 -5.69581,3.56499 -2.45499,0.57621 -3.94083,2.07272 -5.85402,2.97082 -2.06828,0.9709 -2.37325,4.37982 -2.37325,7.12997 0,4.26752 -0.43241,4.56512 -2.53148,6.53581 -1.58003,1.48343 -1.75751,5.08257 -2.53146,6.53581 -0.16727,0.3141 -1.16872,1.09725 -1.26573,1.18833 -1.83849,3.45212 -2.53147,4.0072 -2.53147,8.91247 0,3.27423 0.54333,5.01121 1.26574,7.72414 0.73802,2.77151 0.63286,5.09929 0.63286,8.3183 0,3.63658 0.54023,4.99956 1.26573,7.72414 0.68928,2.58848 0.59583,5.48662 0,7.72413 -0.45283,1.70058 -3.40132,3.78749 -4.43006,4.75332 -1.93359,1.81534 -3.43316,2.62903 -5.06295,4.15915 -0.94574,0.88791 0,7.50068 0,8.91247 0,2.97082 -1.10751,5.94164 -1.10751,8.91246 0,1.7649 -1.23256,4.39394 -2.05682,5.94165 -1.14763,2.15491 -1.24277,4.66709 -1.8986,7.12997 -0.35664,1.33936 -2.42084,2.86696 -3.16434,3.56499 -0.26088,0.97973 -0.42191,1.98055 -0.63286,2.97082 -0.54505,2.55855 -0.63286,5.41951 -0.63286,8.3183 0,2.97083 0.31643,5.94165 0.79108,8.91247 0.18298,1.14524 2.05681,4.15056 2.05681,7.12997 0,1.32883 1.07269,4.62251 1.58217,6.53581 0.85208,3.19986 1.26574,4.55957 1.26574,7.72414 0,1.50343 -4.28273,3.42665 -5.06294,4.15915 -1.3735,1.28951 -5.93712,2.26712 -7.11976,2.82229 -1.74675,0.81996 -2.21291,2.37466 -3.32255,3.41644 -0.60897,0.28587 -0.9493,9.15008 -0.9493,10.39788 0,2.83827 -0.1165,6.37918 -0.63286,8.3183 -0.58621,2.20141 -0.63287,5.30661 -0.63287,8.3183 0,1.33647 -1.54478,5.80119 -1.89861,7.12998 -0.83595,3.13934 -1.42754,4.38365 -3.79719,5.49602 -2.58005,1.21113 -2.52837,2.74655 -4.43008,4.60477 -0.11531,0.11268 -1.21246,7.5241 -1.26573,7.72414 -0.21235,0.79744 -3.77542,4.28286 -4.35329,4.8254 -2.3417,2.19847 -2.67731,0.98426 -4.50685,4.68123 -1.10753,2.23796 -2.16076,4.62509 -2.16076,7.72414 0,1.78249 0.89503,3.56498 0.89503,5.34748 0,2.81489 -4.96864,3.80497 -5.69581,6.53581 -0.29984,1.12605 -1.47781,3.21145 -2.06807,3.48852 0.98866,-1.9016 0.74009,0.4091 1.21843,2.2054 0.44328,1.6647 -0.24171,4.05312 -0.76394,6.54818 -1.48659,1.39568 -1.31537,2.7864 -1.47358,5.21568 -0.15073,2.31435 0.35668,3.44017 0.895,5.46179 0.35793,1.34413 0.3869,3.06225 0.89502,5.46179 0.39731,1.87631 0.43857,4.03974 0.50179,5.88192 0.0154,0.45046 -0.38464,4.90117 -0.44751,5.88193 -0.0646,1.00812 0.88197,3.38047 1.73573,3.78124 1.48346,0.69637 2.68816,1.88301 3.68396,2.81791 1.12977,1.06068 2.09752,2.11779 3.58004,3.50964 0.737,0.69194 2.50958,1.67616 2.97431,2.76694 0.29835,0.70023 0.91312,1.40046 1.84431,2.24923 0.14917,0.56018 0.6471,1.75825 0.92216,2.27471 0.76405,1.43466 0.85737,1.90696 1.76288,3.60722 0.64191,1.20533 2.23751,2.71961 2.23751,4.20138 0,1.51944 0.7052,4.97793 0,6.30206 -0.54396,1.02142 -1.12397,3.15593 -2.23751,4.20138 -0.38837,0.36461 -4.47505,3.83526 -4.47505,5.04165 -0.48722,1.82973 -1.85377,2.22039 -2.68503,3.78124 -0.63961,1.20099 -2.30304,2.76687 -2.68502,4.20138 -0.36513,1.37116 -0.44751,3.87496 -0.44751,5.88193 0,2.10068 0,4.20137 0,6.30206 0,2.60337 0.2012,3.59234 -1.34252,5.04165 -1.11876,1.05035 -1.56626,2.7309 -2.68503,3.78124 -0.61419,0.57664 -3.95311,2.66057 -2.68503,5.04166 0.14918,0.28009 0.29834,0.56018 0.44752,0.84027 0.76405,1.43466 1.33201,2.50112 2.23751,4.20138 0.65708,1.23378 0.52974,2.5979 0.55143,5.04165 0.0177,1.99926 0.49274,3.50116 -0.55143,5.46179 -0.87608,1.64501 -1.18743,2.35859 -1.79001,4.62152 -0.39652,1.48907 -0.55562,3.5641 -1.34252,5.04165 -0.7121,1.33711 -0.96489,3.07218 -1.79002,4.62151 -0.24923,0.468 -2.23752,3.72764 -2.23752,4.20138 0,1.91116 -1.18489,6.05371 -0.895,7.14234 0,0.42014 -0.10855,0.85282 0,1.26042 0.61206,2.29857 0.68341,2.96379 1.79001,5.04165 0.84119,1.57951 1.58041,2.54738 2.68503,4.62151 0.78608,1.47603 0.86265,2.88021 1.79002,4.62152 0.62914,1.18135 2.33754,2.98547 1.79001,5.04165 -0.5699,2.14019 -1.11244,2.30484 -2.68503,3.78124 -1.15243,1.08196 -1.76528,2.07747 -3.13253,3.3611 -1.15243,1.08196 -1.76528,2.07747 -3.13253,3.3611 -1.82483,1.71324 -1.76169,2.62718 -0.89501,5.88193 0.40631,1.52584 1.48171,3.46371 1.79003,4.62152 0.55887,2.09882 0,2.96534 0,5.04165 0,1.65363 -0.69904,5.13365 0.895,5.88193 1.55514,0.73001 2.66525,1.67126 4.47504,2.52082 1.23359,0.57907 2.77269,2.54141 4.47506,2.94097 2.32268,0.54516 2.64632,1.22407 4.47504,2.94096 1.21922,1.14467 1.19323,2.80081 2.68502,4.20138 1.21923,1.14466 1.19324,2.80081 2.68503,4.20138 1.11877,1.05034 2.01378,2.31076 3.13253,3.3611 0.95793,0.89934 2.68504,2.08404 2.68504,3.78124 0,2.10069 0,4.20138 0,6.30206 0,2.24074 -0.53248,4.29485 0,7.46492 -2.40682,0.59766 -4.23951,2.80066 -6.18362,3.53075 -0.74585,0.28009 -2.91565,1.74851 -3.66148,2.0286 -0.73447,0.68955 -2.42305,2.50648 -3.58004,2.94097 -0.74584,0.28009 -1.43423,0.84027 -2.23752,0.84027 -0.96351,0.45229 -2.59003,2.10069 -4.02754,2.10069 -2.10688,0 -4.1084,0.15181 -4.92256,1.68055 -0.57873,1.08666 -1.3109,3.33143 -2.23752,4.20138 -1.25255,1.17595 -2.3603,1.63963 -1.79002,3.78124 0.39778,1.49383 0.87752,2.71447 1.79001,4.20138 0.56268,0.91688 0.98522,2.75454 2.46128,3.78124 1.25362,0.87197 3.29781,3.89104 2.01377,6.30206 -0.3495,0.32814 -1.47757,1.09388 -1.79002,1.68055 -0.32405,0.60846 -2.50291,2.50743 -3.00145,2.74145 -1.67145,0.78462 -1.71475,3.14048 -4.15861,3.14048 -2.35288,0 -4.4494,0.006 -6.26508,-0.42014 -1.63518,-0.38379 -2.53544,-1.96025 -3.58003,-2.94096 -0.15477,-0.14531 -3.69428,-4.09413 -4.92255,-2.94096 -0.93767,0.22008 -2.29194,0.47122 -3.13254,1.26041 -0.15383,0.14443 -2.69537,3.56631 -2.01376,3.88627 1.16894,0.54873 2.09492,1.99566 3.80378,1.99566 1.96485,0 4.131,0.0971 5.37006,1.26041 1.10818,1.0404 2.23752,2.12725 2.23752,4.20138 0,2.68039 -0.54576,2.77702 -2.68502,3.78124 -0.61249,0.28751 -3.96605,1.30423 -4.47505,2.10069 -0.44751,0.70022 -1.13157,1.30846 -1.34251,2.10068 -0.26881,0.63093 -0.54765,0.79621 -0.89502,2.10069 -0.64292,2.41441 -0.88074,2.19233 -2.46127,3.67621 -1.16957,1.09804 -2.28595,2.17594 -4.13942,3.04599 -1.50299,0.70554 -2.87545,1.26042 -5.48194,1.26042 -2.53585,0 -5.07171,0 -7.60757,0 -1.01348,-0.1903 -1.38714,-0.42014 -2.23753,-0.42014 -3.07635,0 -3.67223,-1.68055 -7.16006,-1.68055 -1.04952,0.24633 -1.96928,0.63021 -3.8038,0.63021 -2.23753,0 -4.25129,1.05034 -6.48882,1.05034 -3.24756,0 -3.99708,0.39154 -6.26506,2.52083 -0.82043,0.77025 -0.9696,2.17071 -1.79002,2.94096 -1.47727,1.38694 -1.72706,1.68055 -4.92254,1.68055 -2.30867,0 -3.74059,-0.37681 -4.47506,-2.10069 -0.29833,-0.70022 -0.89501,-1.34651 -0.89501,-2.10068 -0.14916,-0.14005 -0.0793,-1.74636 -0.22374,-1.89062 -1.56627,-1.5634 -0.48191,-1.89062 -3.35629,-1.89062 -2.80174,0 -3.36798,0.22104 -4.92255,1.68055 -0.59668,0.56018 -1.19335,1.12037 -1.79002,1.68055 -0.41063,0.0964 -2.51239,0.92132 -3.58005,0.42014 -1.49879,-0.70357 -2.28175,-1.70132 -4.02754,-2.52083 -0.54532,-0.25599 -5.82216,-1.67189 -4.92255,-3.3611 0,-1.21089 -0.55997,-3.9902 0,-5.04166 0.79551,-1.49371 1.47285,-2.40657 2.23753,-4.20137 0.29833,-0.70023 -0.29835,-1.92563 -1e-5,-2.62586 0.30466,-1.14409 2.04708,-1.70055 2.23754,-2.4158 0.41772,-1.56871 0.72831,-3.62474 1.79001,-4.62151 1.17789,-1.10585 3.46114,-2.10069 0.895,-2.10069 -2.66272,0 -2.27945,2.10069 -4.47503,2.10069 -2.23753,0 -4.47506,0 -6.71257,0 -2.45989,0 -3.44606,-2.10069 -4.47506,-2.10069 -2.33038,0 -5.28324,-3.36002 -6.71256,-4.20138 0.51384,-1.58729 2.7676,-6.37959 4.02754,-7.56247 1.10254,-1.03512 -2.40366,-3.51707 -2.68503,-3.78124 -0.86306,-0.81028 -1.71408,-3.21852 -2.23752,-4.20138 -0.84249,-1.58192 -2.34353,-2.12557 -4.02755,-2.52083 -1.74697,-0.41003 -2.57649,-1.83967 -4.02754,-2.52082 -0.36964,-0.17352 0,-4.87229 0,-5.46179 -2.38851,-1.12122 -4.13764,-3.26782 -4.58692,-4.93663 -0.49897,-1.85339 -2.05251,-1.38013 -2.79691,-3.25606 -0.62838,-1.5836 -0.82475,-3.43926 -1.56626,-4.83158 -0.53028,-0.99572 -5.12921,-0.42014 -6.26506,-0.42014 -2.61524,0 -4.12701,-0.44349 -5.81756,-0.84028 -2.57995,-0.60554 -4.495,3.10598 -5.37006,4.20138 -1.602955,2.00657 -4.381798,-1.92559 -4.475049,-2.10069 -0.774334,-1.45396 -1.409927,-3.19412 -1.790018,-4.62151 -0.511428,-1.92061 -1.346365,-2.95543 -1.790019,-4.62152 -0.404319,-1.51837 -0.447504,-2.48845 -0.447504,-3.3611 0.596673,-0.56018 1.193346,-1.12037 1.790018,-1.68055 2.038327,-1.91368 0.565765,-0.65418 1.566267,-4.41145 0.448506,-1.68432 2.461275,-2.32545 2.461275,-4.83158 0,-0.27762 2.68503,-1.21368 2.68503,-3.78124 0,-1.83587 1.55917,-2.92764 2.23752,-4.20138 0.0262,-0.0493 -0.18231,-3.62561 -0.4475,-4.62151 -0.3376,-1.26781 0.80046,-2.0356 0.4475,-3.3611 -0.76605,-2.87683 -1.82846,-4.10537 -4.02754,-4.62152 -0.773677,-0.18159 -0.661887,-4.23657 -0.447505,-5.04165 0.421365,-1.58239 0.661831,-1.66285 1.342514,-2.94097 -0.740009,-2.27841 0.09638,-4.25957 -0.447505,-6.30206 -0.08223,-0.30878 -3.952346,-2.87037 -4.475047,-3.3611 -1.36725,-1.28364 -1.532592,-2.69928 -2.685027,-3.78124 -1.318769,-1.23812 -3.641288,-0.84028 -5.817562,-0.84028 -2.70243,0 -3.991752,-0.41174 -5.817559,-0.84027 -1.288389,-0.3024 -2.971385,-2.02505 -4.027543,-2.52083 -1.705339,-0.80053 -3.385214,-0.95889 -4.922551,-1.68055 -1.730696,-0.81243 -2.927022,-1.48761 -4.027542,-2.52083 -1.424167,-1.33707 -3.111659,-1.67565 -4.922551,-2.10069 -2.969883,-0.69706 -3.120546,-0.62458 -5.370057,-1.68055 -2.018889,-0.94771 -1.912241,-1.68055 -4.922551,-1.68055 -2.357941,0 -3.035542,-0.84027 -5.81756,-0.84027 -3.246341,0 -3.426083,-0.13106 -4.475046,-2.10069 -0.725169,-1.36164 -1.94266,-1.54703 -2.685029,-2.94097 -0.762884,-2.86492 -2.26425,-4.25156 -3.132533,-5.88192 -1.003183,-1.88367 -1.575704,-2.3019 0,-3.78124 1.367251,-1.28364 1.532594,-2.69928 2.685029,-3.78124 1.348653,-1.26618 2.670613,-1.67717 4.475046,-2.10069 1.179952,-0.27695 1.061101,-2.10069 4.475046,-2.10069 2.448728,0 2.382234,-1.81641 3.580039,-2.94096 1.542544,-1.44822 1.705215,-2.10069 4.475046,-2.10069 1.197293,0 2.68666,-1.26118 3.580037,-1.68055 0.449618,0 -1.764678,-6.20691 -1.790019,-6.30207 -0.553928,-2.08021 -2.509016,-2.27997 -3.132532,-4.62151 -0.620356,-2.32968 -1.342514,-2.57496 -1.342514,-5.4618 0,-2.06487 1.179578,-3.79955 1.566266,-5.25171 0.232486,-0.87308 1.898296,-3.04263 2.461275,-3.57118 0.380307,-0.35705 0.89501,-0.56018 1.342515,-0.84027 2.196967,-2.06261 3.403542,-4.46507 0.895009,-5.46179 -1.905486,-0.75711 -2.581103,-1.85685 -1.790019,-4.62152 0.450638,-1.57488 -0.447505,-3.96599 -0.447505,-5.88193 0,-1.89791 -1.001829,-3.38008 -0.447503,-5.46179 0.583998,-2.19313 0.01299,-4.22577 0.895008,-5.88192 0.950012,-1.78383 1.452367,-2.7271 2.237525,-4.20138 0.09434,-0.17715 0.298336,-0.28009 0.447503,-0.42014 1.654864,-3.10732 2.685028,-1.7116 2.685028,-5.88193 0,-2.63807 -0.862554,-4.20138 2.237524,-4.20138 2.537584,0 3.046977,-1.18009 4.475047,-2.52082 1.36725,-1.28364 2.427602,-1.85901 3.580036,-2.94097 1.507692,-1.41549 1.795114,-2.10308 3.580037,-2.94096 1.394911,-0.6548 2.22087,-2.50519 3.132533,-3.3611 1.290939,-1.21199 2.055929,-1.9302 3.132533,-2.94097 2.019523,-1.89602 1.790019,-2.53059 1.790019,-5.88192 0,-2.12749 0.447504,-3.48021 0.447504,-5.88193 0,-2.41077 0.193955,-4.14543 0.895009,-5.46179 1.251331,-2.34961 0.258211,-3.52674 3.132533,-4.20138 2.155428,-0.5059 2.99132,-1.22727 4.922552,-1.68055 1.725376,-0.40497 1.927698,-3.87814 2.237523,-5.04165 0.447323,-1.67987 0.923772,-3.88926 1.342514,-5.46179 0.364173,-1.36761 0.727969,-2.20718 1.342514,-3.3611 0.297066,-1.11559 2.964856,-4.4641 3.580036,-5.04166 1.56158,-1.46607 0.56426,-3.25148 -0.4475,-4.20137 -1.11876,-1.05035 -3.803793,-0.63021 -4.922554,-1.68056 -0.901615,-0.84647 -1.545438,-1.03079 -2.237524,-1.68055 -0.944605,-0.88684 0.267836,-6.46761 0.447505,-7.14234 0.351828,-1.32125 1.694707,-3.18214 2.237523,-4.20137 1.154155,-2.16715 0.660334,-2.72065 2.23752,-4.20138 1.23854,-1.1628 1.42626,-1.15475 1.79002,-2.52083 2.20956,-2.07443 2.96433,-3.20318 4.47505,-4.62151 1.6949,-1.59125 0.33203,-3.09684 2.68503,-4.20138 0.53187,-0.24968 1.9157,-3.59709 2.23751,-4.20138 0.36418,-0.68382 1.0506,-1.31511 1.34253,-1.68055 0.96742,-1.81653 0.49892,-5.65488 0.895,-7.14234 0.416,-1.56222 0.58151,-4.28448 0.89502,-5.46179 0.43668,-1.63992 1.00114,-4.17982 1.34251,-5.46179 0.21671,-0.81383 1.1313,-2.33432 1.45437,-2.94097 0.58897,-2.21175 2.46376,-3.67853 3.46818,-4.62151 1.08386,-1.01758 1.47872,-1.11428 2.68503,-1.68055 0.52739,-0.49514 0.89501,-1.12037 1.3425,-1.68055 0.99852,-1.24992 -0.008,-4.18558 0.44751,-5.04165 0.68184,-1.28029 3.13345,-1.68141 4.02755,-2.52083 0.65287,-0.61294 -0.60574,-4.4474 -0.44752,-5.04165 0.32903,-1.23562 0.93912,-0.44084 1.79003,-0.84028 0.11547,-0.43363 3.13253,0.52251 3.13253,-3.3611 0,-0.19806 1.19335,-1.5405 1.34253,-1.68055 -2.058,-0.7679 -5.44563,-4.34327 -6.48883,-6.30207 -1.02111,-1.91733 -1.6922,-4.08315 -0.22375,-5.46179 1.06003,-0.99521 -3.13419,-1.04956 -4.47505,-0.42014 -1.36438,0.64048 -1.34302,2.52131 -2.23752,3.36111 -1.48418,1.39342 -1.80281,0.65424 -3.35628,1.26041 -2.73661,1.09876 -3.98706,0 -5.59381,0 -2.78526,0 -3.83905,-0.37589 -5.81756,-0.84028 -0.82662,-0.19401 -2.22427,-2.9285 -3.13254,-3.78124 -1.52488,-1.43162 -1.84916,-2.00953 -4.027541,-2.52082 -1.792928,-0.42082 -3.938088,0.17854 -5.593809,-0.21007 -1.693839,-0.39757 1.232951,-4.20572 2.013771,-5.67186 0.543965,-1.0214 2.393526,-2.66729 3.132533,-3.3611 1.482516,-1.39186 2.002766,-2.72056 3.132536,-3.78124 2.47038,-2.3193 0.0189,-4.60372 -0.89501,-5.46179 -1.49914,-1.40746 -2.503363,-0.9193 -3.58004,-2.94097 -0.944621,-1.7737 -0.374513,-3.91829 0.447505,-5.46179 0.705192,-1.32413 0,-4.78262 0,-6.30206 0,-1.12037 0,-2.24074 0,-3.3611 0,-2.97244 1.596324,-2.54051 2.183235,-4.74458 0.42119,-1.58174 -0.836806,-2.8032 -1.288226,-4.49845 -0.117703,-0.44203 1.246416,-3.0002 1.342516,-3.36111 -0.17011,-0.63882 2.96416,-5.72385 3.13253,-5.88192 1.48722,-1.39627 -0.0274,-4.25276 -0.4475,-5.04166 -0.52017,-0.9767 -3.06858,-1.77057 -4.47505,-2.10068 -2.197949,-0.51589 -2.696069,-1.28115 -3.580038,-2.94097 -0.471849,-0.88599 -0.682454,-2.56287 -0.895009,-3.3611 -1.069444,-2.00808 4.768726,0.42014 7.160077,0.42014 3.16616,0 3.45625,-0.30392 4.92255,-1.68055 1.71194,-1.60724 -1.50864,-4.35735 -1.79002,-4.62152 -0.66875,-0.62785 -5.649259,0 -6.71257,0 -2.286574,0 -4.583059,-0.0254 -6.265065,-0.42014 -2.056165,-0.4826 -2.936711,-1.4967 -4.027542,-2.52082 -1.366564,-1.28299 1.556739,-4.18349 1.790018,-4.62152 0.481054,-0.90327 1.987881,0.42922 3.356287,1.26041 2.102217,-0.60732 3.677165,-0.30125 5.146302,-1.68055 1.118762,-1.05034 3.80379,-0.6302 4.92255,-1.68055 1.12125,-1.05267 1.99436,2.94097 3.58004,2.94097 0.87228,0 2.69667,-0.0765 4.8954,-0.0765 2.04202,0 1.25093,-1.42189 4.05469,-0.76382 0.1546,0.0363 2.72152,-0.79456 2.89754,-0.67061 1.08748,0.25525 3.25615,-0.45741 4.52469,-1.33251 1.39849,-0.96476 2.16089,-3.97099 2.42287,-4.29894 1.44969,-1.81471 0.84378,-2.28671 3.13254,-3.36111 1.01677,-0.47729 2.84921,-0.91735 3.58003,-1.26041 0.77798,-0.36519 1.49169,-0.84027 2.23753,-1.26041 0.98904,-0.55713 2.17128,-2.27966 3.58003,-2.94097 1.06319,-0.49908 1.31051,-1.91163 2.34145,-3.3611 0.40549,-0.57009 1.10443,-4.53784 1.2386,-5.04165 0.32383,-1.21612 2.14688,-2.49146 3.05109,-3.11499 1.38779,-0.95703 2.20619,-2.97869 1.87146,-3.60721 -0.87684,-1.6464 -0.89502,-3.11244 -0.89502,-5.46179 0,-1.85492 1.28253,-2.71569 1.79003,-4.62152 0.6821,-2.5616 1.56656,-2.94039 0.4475,-5.04165 -0.78274,-1.46974 -1.97471,-2.86762 -2.23753,-3.3611 -0.53937,-1.01278 4.35295,-1.967 4.92255,-2.10069 2.24558,-0.52707 2.79977,-2.24432 4.02754,-3.78124 0.76321,-0.95537 -0.47069,-2.47725 -0.22374,-4.20137 -1.13603,-1.2442 -1.30219,-2.94097 -2.90879,-2.94097 -2.58029,0 -4.35449,-0.15348 -5.81756,-0.84028 -1.11148,-0.52175 -2.93613,-3.59686 -3.58003,-4.20138 -1.22658,-1.15157 -2.18583,-3.0163 -3.13254,-4.20137 -1.33693,-1.67356 -1.42342,-2.78904 -0.44749,-4.62152 0.28918,-0.54301 4.56658,-1.51345 4.92254,-1.68055 2.51404,-1.18015 1.12155,-2.11115 1.79002,-4.62151 0.4176,-1.56823 -0.38648,-4.43052 0,-5.88193 0.46912,-1.76171 1.78619,-2.7291 3.13254,-3.3611 0.68185,-0.32008 0.90167,-0.56436 1.3425,-0.84028 1.02864,-0.48286 0.44752,-6.43329 0.44752,-7.56248 0,-2.70182 0.85991,-3.22932 1.3425,-5.04165 0.23757,-0.8921 3.00756,-2.4035 3.58004,-2.94096 1.5451,-1.45062 2.23752,-1.05628 2.23752,-4.20138 0,-1.24158 -2.81103,-2.57998 -3.58003,-2.94097 -0.80654,-0.37861 -1.50972,-0.56695 -2.23753,-0.84027 -1.66397,-0.7811 -1.83992,-5.0885 -2.68503,-5.88193 -1.53776,-1.44372 -2.21347,-1.6354 -3.13253,-3.3611 -1.18265,-2.22066 -2.29913,-1.62271 -3.58003,-0.42014 -0.88643,0.83222 -5.79936,-0.31083 -6.26507,-0.42014 -2.41282,-0.56631 0.0658,-3.84304 0.44751,-4.20137 1.99233,-1.87049 3.12416,0.87171 4.02754,-2.52083 0.47173,-1.77155 -2.78402,-2.22896 -4.02754,-2.52083 -1.96242,-0.4606 -4.79885,-0.076 -6.26507,-0.42013 -2.02259,-0.47473 -4.27009,0.47706 -5.81756,0.84027 -2.36482,0.55505 -1.84498,0.18427 -4.02754,-0.84027 -1.73546,-0.81467 -2.92434,-1.4851 -4.02754,-2.52083 -1.28743,-1.20869 -0.44751,-3.48883 -0.44751,-5.46179 0,-1.95885 -3.96381,-0.47997 -4.47504,0 -1.57131,1.47521 -2.7624,1.68055 -5.37007,1.68055 -0.29833,0 -0.59666,0 -0.895,0 -2.91689,0 -2.23752,0.5822 -2.23752,4.20138 0,2.10069 0,4.20137 0,6.30206 0,1.25608 -3.016127,2.10069 -4.47505,2.10069 -2.072321,0 -2.237523,2.2048 -2.237523,4.20138 0,2.70534 0.01728,3.76502 -1.342514,5.04165 -1.120797,1.05226 -3.574727,0.84028 -5.817561,0.84028 -2.704587,0 -3.311477,2.01655 -4.027543,3.3611 -1.09937,2.06428 -3.047661,0.91995 -4.02754,0 -1.500331,-1.40858 -2.485905,-0.93277 -3.132533,-3.3611 -0.162119,-0.60882 2.823049,-3.07055 3.132533,-3.3611 1.537489,-1.44347 2.585749,-1.35363 0.447504,-3.36111 -1.295218,-1.21601 -3.679011,-0.8635 -5.370056,-1.26041 -1.920058,-0.45066 -3.119151,-2.08813 -4.027542,-2.94096 -1.216041,-1.14168 0.689764,-5.11116 0.895009,-5.88193 0.499406,-1.87546 1.174132,-3.20302 2.237524,-4.20138 0.668746,-0.62785 5.64926,0 6.71257,0 3.306315,0 2.997276,-0.5863 4.027541,-2.52083 0.823913,-1.54705 0.937479,-3.20161 0.447506,-5.04165 -0.489993,-1.84011 -2.065213,-2.10069 -4.475047,-2.10069 -2.539424,0 -3.757851,-1.43293 -4.475048,1.26042 -0.488822,1.83571 -2.279896,2.10069 -4.475046,2.10069 -1.282063,0 -2.524695,-2.79044 -3.132532,-3.36111 -0.267132,-0.25079 -0.72691,-1.36491 -0.895011,-1.68055 -2.297778,-2.15726 -3.135102,-1.4729 -4.922549,-3.15103 -0.870568,-0.81733 -3.65062,-1.38202 -4.922552,-1.68055 -1.892303,-0.44415 -3.695,-2.33774 -5.370056,-2.7309 -2.182614,-0.51228 -3.666071,0.45246 -5.593808,0 -1.892773,-0.44425 -5.075505,0.44089 -6.265066,-0.42014 -0.756227,-0.54737 1.118762,-5.30939 1.118762,-6.30206 0,-2.15644 -1.010374,-3.15758 -1.790018,-4.62151 -0.633233,-1.18902 -3.055038,-2.06432 -4.027543,-2.52083 -1.202621,-0.56454 -1.116014,-1.04777 -1.790019,-1.68055 -1.467621,-0.68893 3.538544,-2.34971 4.698799,-1.26041 1.777662,1.66895 5.222648,0.27678 5.593809,-0.42014 0.954325,-1.79193 1.522877,-3.27963 2.237524,-4.62152 0.722258,-1.35618 0.447503,-3.90238 0.447503,-5.88193 0,-0.42013 0,-0.84027 0,-1.26041 0,-0.37743 6.777918,0.42014 7.160076,0.42014 2.237522,0 4.475046,0 6.71257,0 0.798397,0 0.447504,-5.18889 0.447504,-5.88193 0,-1.98382 0.690155,-3.81672 1.342515,-5.04165 0.774979,-1.45517 1.53201,-2.22933 0.895009,-4.62152 -0.499768,-1.87682 -1.736297,-2.31908 -2.237524,-4.20137 -0.387506,-1.45524 1.968582,-3.10861 2.685028,-3.78124 0.589231,-0.5532 0.864157,-0.54088 1.342514,-0.84028 2.001335,-1.87894 1.342514,-5.12474 1.342514,-7.56248 0,-3.04907 0.754963,-3.09814 1.790019,-5.04165 0.697454,-1.30961 2.668374,-2.08505 3.580038,-2.94097 1.227752,-1.15267 1.342513,-2.67396 1.342513,-5.04165 0,-1.578147 -1.378676,-3.076765 -1.790019,-4.621513 -0.512646,-1.925184 -1.494253,-2.371126 -0.895009,-4.621515 0.673962,-2.530984 3.463916,-0.529158 4.027542,0 2.017419,1.894046 3.871282,-1.934013 4.027543,-2.520826 0.651381,-2.446192 3.674683,0.508997 4.027541,0.840276 2.070719,1.944085 3.640888,-1.031897 4.475047,2.100688 0.514791,1.93324 -0.459259,1.260413 -3.580039,1.260413 -0.742758,0 -1.524891,0.673013 -2.237522,0.840276 0.447505,0.700229 0.895009,1.400459 1.342514,2.100688 0.623789,0.976069 0.733095,4.853743 0.895008,5.461793 0.615537,2.31157 1.20061,2.38248 3.580039,2.94096 1.470103,0.34505 0.103924,4.08833 0.103924,5.46179 0,2.75624 0.753522,3.74598 2.133599,5.04165 0.970351,0.91101 1.372648,3.83783 1.790019,4.62152 0.21549,0.40462 5.672083,-0.89125 6.396137,-0.89125 2.237523,0 4.791483,0 7.028993,0.89125 2.29867,0.9156 3.71118,0.96338 4.92256,2.10069 1.48721,1.39626 1.12581,2.83923 3.13253,3.78124 1.74697,0.82006 2.47037,1.89916 3.58003,2.94096 1.08271,1.01649 4.26745,-0.21007 5.81756,-0.21007 1.65765,0 2.96531,-1.05034 5.81756,-1.05034 2.19939,0 4.71833,0.0571 6.26508,0.42014 2.01227,0.4723 3.23845,0.84027 5.81756,0.84027 0.11751,0 1.96762,1.55386 2.23752,1.68055 1.99871,0 1.34251,5.99859 1.34251,7.14234 0,2.26331 2.14682,2.1292 3.58005,2.94097 2.25607,1.27782 -2.46035,0.016 3.58002,2.10069 1.54972,0.53485 2.30803,1.45971 2.58112,2.10069 2.01377,0.19563 4.56667,-1.57264 5.02647,-1.68056 1.79549,-0.42142 2.90566,-1.25568 4.05468,-2.04971 1.50215,-1.03807 4.27543,0.14158 4.44792,0.7893 0.32515,1.22112 3.83983,-0.58197 5.63219,-1.03979 1.21443,-0.3102 3.62358,-1.47818 4.63326,-1.95215 1.44271,-0.67724 2.89753,-1.38346 4.05469,-2.46985 1.49179,-1.40057 2.80831,-1.7963 4.02754,-2.94096 0.84802,-0.79616 3.07774,-0.70577 4.42075,-0.93784 1.5023,-0.25959 3.19967,-0.0332 3.90114,-0.39466 1.49011,0.41456 1.19364,0.49222 3.76073,0.49222 2.02662,0 3.66711,0.86071 5.37006,1.26041 1.61795,0.37976 1.05824,3.09422 2.23753,4.20138 1.19558,1.12247 3.7322,1.65584 5.21183,2.00312 1.17233,0.27516 2.90845,1.4192 3.73826,2.19826 1.16111,1.09011 4.47254,-0.002 5.81756,1.26041 1.69072,1.58733 1.98169,1.84563 4.47504,1.26042 0.005,-0.001 2.45032,-3.76067 2.68503,-4.20138 0.74513,-1.39912 2.35539,-1.90188 3.13253,-3.3611 0.78555,-1.47501 2.34423,-1.88092 3.13254,-3.36111 0.5098,-0.95725 0.4475,-1.77702 0.4475,-2.94096 0.38898,-0.73039 0.89501,-1.40046 1.34252,-2.10069 0.92761,-1.45146 0.15684,-4.49588 0.895,-5.88193 1.09271,-2.05174 2.28422,-1.17273 0.89501,-3.78124 -0.89993,-1.68979 1.16588,-3.86968 1.79002,-5.04165 0.88518,-1.66209 1.82889,-2.17366 2.68503,-3.78124 0.84288,-1.58266 0.44751,-4.00203 0.44751,-5.88193 0,-1.81076 2.32836,-1.85111 3.13253,-3.3611 1.06969,-2.00853 1.69201,-2.756926 2.68503,-4.621513 1.04428,-1.96083 1.62042,-1.88396 2.23752,-4.201377 0.11589,-0.435217 0.22375,-3.509551 0.22375,-3.991308" id="pathAlsaceContourTotal" sodipodi:nodetypes="csssscssssssssssssssscsssscssssssscssssscsssssssssssssssscssssssssscssssscssssssssssssssssssssssssssssssssssssscsssssssscsssssssssssscssssssssssscssssssssssssssscssscsssssssscsssssssssscsssssssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#ff0000;stroke-width:5.16000000000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" d="m 250.45651,88.320434 c 1.52874,0.358813 4.22768,0.67318 5.77259,1.398398 1.72074,0.80775 4.58838,2.005258 7.5944,0.594164 1.64852,-0.773852 4.4488,-2.970822 6.32867,-2.970822 2.98186,0 6.81729,-0.364799 8.86015,0.594165 1.08391,0.508815 5.01994,3.872159 6.32866,3.564986 0.24889,-0.05842 4.86276,0.375877 5.69581,-1.188329 0.24948,-0.468437 2.28317,-5.677324 2.53147,-6.535809 0.42369,-1.464891 3.9905,-2.422359 6.03144,-2.304573 2.41159,0.139179 3.43187,0.508144 5.99303,1.710409 2.16107,1.014455 2.97644,2.659805 5.53759,3.862069 1.24699,0.585369 5.82174,2.436459 7.23163,3.760127 0.39793,0.373596 3.89952,3.465842 6.21681,1.290271 1.00209,-0.940826 2.96796,-4.066972 4.43006,-4.753316 3.15674,-1.481847 2.68874,-0.794569 5.36018,1.713501 2.65183,2.489666 3.52539,1.55179 5.2483,-1.050344 1.11,-1.676438 1.9869,-4.496141 3.94746,-5.416472 1.17909,-0.553491 4.87523,-1.540782 6.32867,1.188328 1.09238,2.051153 1.85701,3.525928 3.79721,5.347481 0.17977,0.168783 4.81702,4.390026 5.69581,3.564986 0.11864,-0.111397 3.45911,-3.347257 5.06293,-2.970822 2.60052,0.610371 4.69265,1.311588 6.96155,2.376658 1.96229,0.921146 3.41183,2.492845 5.6958,3.564987 2.17249,1.019818 3.96149,1.859617 6.32867,2.970822 2.19039,1.028222 3.11954,2.334601 5.06293,4.159151 1.54249,1.44816 3.24915,2.99073 5.69581,3.56499 1.79849,0.42212 5.80562,1.36264 7.5944,1.78249 2.59048,0.60801 3.7983,2.37692 6.32867,2.97082 2.37872,0.55831 5.62644,0.59417 8.86015,0.59417 3.08027,0 6.51007,-0.83326 8.86013,0.59416 1.69102,1.02711 4.88612,0.66024 6.32867,0.59417 4.10302,-0.18791 4.6234,4.00313 5.90831,1.95651" id="pathFrontiere67_D_Nord" sodipodi:nodetypes="cssssssssssssssssssssssssssssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#ff0000;stroke-width:5.16027594000000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 438.07447,114.84776 c -1.69888,-2.32276 -1.91069,1.67474 -2.75521,2.30021 -2.12791,1.57594 -2.80221,1.56556 -4.45722,3.11936 -2.15663,2.02475 -2.47508,1.50258 -3.75881,3.91304 -1.40335,2.63506 -2.86474,3.18321 -3.79721,5.34748 -1.21586,2.82206 -1.63646,4.25797 -2.53147,6.53581 -0.68358,1.73974 -2.60719,3.84938 -3.16433,5.94164 -0.67335,2.52869 -2.17469,4.08341 -3.16434,5.94165 -1.41155,2.65045 -2.01344,3.78062 -3.16433,5.94164 -1.11419,2.09209 -2.38449,5.42735 -2.38449,7.72414 0,3.42561 -0.77985,3.33497 -0.77985,7.12997 0,3.46069 -0.20295,5.72857 -1.26572,7.72414 -1.28389,2.41073 -1.89861,3.17747 -1.89861,7.12998 0,1.15805 0.33892,2.47001 -1.89861,5.44942 -0.89579,1.19281 -6.54396,7.15807 -6.99993,7.58615 -1.88387,1.76868 -4.42825,1.81854 -7.55601,1.81854 -3.91803,0 -5.73017,0.0323 -7.59441,1.78249 -0.46581,0.43733 -1.1819,7.56675 -1.26574,7.72414 -1.359,2.55179 -2.61166,3.60103 -6.21679,3.60103 -4.39719,0 -5.02984,-0.17214 -7.07341,1.74645 -0.95691,0.89839 -0.3263,7.16701 -0.63286,8.3183 -0.74612,2.80193 -0.65854,5.44388 -1.26574,7.72414 -0.54389,2.04249 -3.88619,2.71082 -4.43006,4.75332 -0.39861,1.49691 -1.83005,2.24791 -2.53148,3.56498 -3.83352,0.89977 -4.39781,4.63217 -5.06294,7.12998 -0.70058,2.63097 -2.38969,3.03255 -3.16433,5.94164 -0.39318,1.47651 -4.14605,3.29834 -5.06295,4.15915 -1.9362,1.81781 -3.14387,2.89404 -3.79719,5.34748 -0.43575,1.6364 -4.17567,3.2082 -5.69581,3.56499 -2.45499,0.57621 -3.94083,2.07272 -5.85402,2.97082 -2.06828,0.9709 -2.37325,4.37982 -2.37325,7.12997 0,4.26752 -0.43241,4.56512 -2.53148,6.53581 -1.58003,1.48343 -1.75751,5.08257 -2.53146,6.53581 -0.16727,0.3141 -1.16872,1.09725 -1.26573,1.18833 -1.83849,3.45212 -2.53147,4.0072 -2.53147,8.91247 0,3.27423 0.54333,5.01121 1.26574,7.72414 0.73802,2.77151 0.63286,5.09929 0.63286,8.3183 0,3.63658 0.54023,4.99956 1.26573,7.72414 0.68928,2.58848 0.59583,5.48662 0,7.72413 -0.45283,1.70058 -3.40132,3.78749 -4.43006,4.75332 -1.93359,1.81534 -3.43316,2.62903 -5.06295,4.15915 -0.94574,0.88791 0,7.50068 0,8.91247 0,2.97082 -1.10751,5.94164 -1.10751,8.91246 0,1.7649 -1.23256,4.39394 -2.05682,5.94165 -1.14763,2.15491 -1.24277,4.66709 -1.8986,7.12997 -0.35664,1.33936 -2.42084,2.86696 -3.16434,3.56499 -0.26088,0.97973 -0.42191,1.98055 -0.63286,2.97082 -0.54505,2.55855 -0.63286,5.41951 -0.63286,8.3183 0,2.97083 0.31643,5.94165 0.79108,8.91247 0.18298,1.14524 2.05681,4.15056 2.05681,7.12997 0,1.32883 1.07269,4.62251 1.58217,6.53581 0.85208,3.19986 1.26574,4.55957 1.26574,7.72414 0,1.50343 -4.28273,3.42665 -5.06294,4.15915 -1.3735,1.28951 -5.93712,2.26712 -7.11976,2.82229 -1.74675,0.81996 -2.21291,2.37466 -3.32255,3.41644 -0.60897,0.28587 -0.9493,9.15008 -0.9493,10.39788 0,2.83827 -0.1165,6.37918 -0.63286,8.3183 -0.58621,2.20141 -0.63287,5.30661 -0.63287,8.3183 0,1.33647 -1.54478,5.80119 -1.89861,7.12998 -0.83595,3.13934 -1.42754,4.38365 -3.79719,5.49602 -2.58005,1.21113 -2.52837,2.74655 -4.43008,4.60477 -0.11531,0.11268 -1.21246,7.5241 -1.26573,7.72414 -0.21235,0.79744 -3.77542,4.28286 -4.35329,4.8254 -2.3417,2.19847 -2.67731,0.98426 -4.50685,4.68123 -1.10753,2.23796 -2.16076,4.62509 -2.16076,7.72414 0,1.78249 0.89503,3.56498 0.89503,5.34748 0,2.81489 -4.96864,3.80497 -5.69581,6.53581 -0.29984,1.12605 -1.47781,3.21145 -2.06807,3.48852" id="pathFrontiere67_D_Est" sodipodi:nodetypes="csssssssssssssssssssssscssssssssscssssssssssscsssssssscssssssssssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#ff0000;stroke-width:5.16027594000000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 260.84025,505.7281 c 0.63811,0.89861 0.38954,3.20931 0.86788,5.00561 0.44328,1.6647 -0.24171,4.05312 -0.76394,6.54818 -1.48659,1.39568 -1.31537,2.7864 -1.47358,5.21568 -0.15073,2.31435 0.35668,3.44017 0.895,5.46179 0.35793,1.34413 0.3869,3.06225 0.89502,5.46179 0.39731,1.87631 0.43857,4.03974 0.50179,5.88192 0.0154,0.45046 -0.38464,4.90117 -0.44751,5.88193 -0.0646,1.00812 0.88197,3.38047 1.73573,3.78124 1.48346,0.69637 2.68816,1.88301 3.68396,2.81791 1.12977,1.06068 2.09752,2.11779 3.58004,3.50964 0.737,0.69194 2.50958,1.67616 2.97431,2.76694 0.29835,0.70023 0.91312,1.40046 1.84431,2.24923 0.14917,0.56018 0.6471,1.75825 0.92216,2.27471 0.76405,1.43466 0.85737,1.90696 1.76288,3.60722 0.64191,1.20533 2.23751,2.71961 2.23751,4.20138 0,1.51944 0.7052,4.97793 0,6.30206 -0.54396,1.02142 -1.12397,3.15593 -2.23751,4.20138 -0.38837,0.36461 -4.47505,3.83526 -4.47505,5.04165 -0.48722,1.82973 -1.85377,2.22039 -2.68503,3.78124 -0.63961,1.20099 -2.30304,2.76687 -2.68502,4.20138 -0.36513,1.37116 -0.44751,3.87496 -0.44751,5.88193 0,2.10068 0,4.20137 0,6.30206 0,2.60337 0.2012,3.59234 -1.34252,5.04165 -1.11876,1.05035 -1.56626,2.7309 -2.68503,3.78124 -0.61419,0.57664 -3.95311,2.66057 -2.68503,5.04166 0.14918,0.28009 0.29834,0.56018 0.44752,0.84027 0.76405,1.43466 1.33201,2.50112 2.23751,4.20138 0.65708,1.23378 0.52974,2.5979 0.55143,5.04165 0.0177,1.99926 0.49274,3.50116 -0.55143,5.46179 -0.87608,1.64501 -1.18743,2.35859 -1.79001,4.62152 -0.39652,1.48907 -0.55562,3.5641 -1.34252,5.04165 -0.7121,1.33711 -0.96489,3.07218 -1.79002,4.62151 -0.24923,0.468 -2.23752,3.72764 -2.23752,4.20138 0,1.91116 -1.18489,6.05371 -0.895,7.14234 0,0.42014 -0.10855,0.85282 0,1.26042 0.61206,2.29857 0.68341,2.96379 1.79001,5.04165 0.84119,1.57951 1.58041,2.54738 2.68503,4.62151 0.78608,1.47603 0.86265,2.88021 1.79002,4.62152 0.62914,1.18135 2.33754,2.98547 1.79001,5.04165 -0.5699,2.14019 -1.11244,2.30484 -2.68503,3.78124 -1.15243,1.08196 -1.76528,2.07747 -3.13253,3.3611 -1.15243,1.08196 -1.76528,2.07747 -3.13253,3.3611 -1.82483,1.71324 -1.76169,2.62718 -0.89501,5.88193 0.40631,1.52584 1.48171,3.46371 1.79003,4.62152 0.55887,2.09882 0,2.96534 0,5.04165 0,1.65363 -0.69904,5.13365 0.895,5.88193 1.55514,0.73001 2.66525,1.67126 4.47504,2.52082 1.23359,0.57907 2.77269,2.54141 4.47506,2.94097 2.32268,0.54516 2.64632,1.22407 4.47504,2.94096 1.21922,1.14467 1.19323,2.80081 2.68502,4.20138 1.21923,1.14466 1.19324,2.80081 2.68503,4.20138 1.11877,1.05034 2.01378,2.31076 3.13253,3.3611 0.95793,0.89934 2.68504,2.08404 2.68504,3.78124 0,2.10069 0,4.20138 0,6.30206 0,2.24074 -0.53248,4.29485 0,7.46492" id="pathFrontiere68_D" sodipodi:nodetypes="csssssssssssssssssssscssssssssssssssscssssscssssssssscsc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#ff0000;stroke-width:5.16027594000000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 280.69334,751.46825 c -2.14933,0.50447 -3.98202,2.70747 -5.92613,3.43756 -0.74585,0.28009 -2.91565,1.74851 -3.66148,2.0286 -0.73447,0.68955 -2.42305,2.50648 -3.58004,2.94097 -0.74584,0.28009 -1.43423,0.84027 -2.23752,0.84027 -0.96351,0.45229 -2.59003,2.10069 -4.02754,2.10069 -2.10688,0 -4.1084,0.15181 -4.92256,1.68055 -0.57873,1.08666 -1.3109,3.33143 -2.23752,4.20138 -1.25255,1.17595 -2.3603,1.63963 -1.79002,3.78124 0.39778,1.49383 0.87752,2.71447 1.79001,4.20138 0.56268,0.91688 0.98522,2.75454 2.46128,3.78124 1.25362,0.87197 3.29781,3.89104 2.01377,6.30206 -0.3495,0.32814 -1.47757,1.09388 -1.79002,1.68055 -0.32405,0.60846 -2.50291,2.50743 -3.00145,2.74145 -1.67145,0.78462 -1.71475,3.14048 -4.15861,3.14048 -2.35288,0 -4.4494,0.006 -6.26508,-0.42014 -1.63518,-0.38379 -2.53544,-1.96025 -3.58003,-2.94096 -0.15477,-0.14531 -3.69428,-4.09413 -4.92255,-2.94096 -0.93767,0.22008 -2.29194,0.47122 -3.13254,1.26041 -0.15383,0.14443 -2.69537,3.56631 -2.01376,3.88627 1.16894,0.54873 2.09492,1.99566 3.80378,1.99566 1.96485,0 4.131,0.0971 5.37006,1.26041 1.10818,1.0404 2.23752,2.12725 2.23752,4.20138 0,2.68039 -0.54576,2.77702 -2.68502,3.78124 -0.61249,0.28751 -3.96605,1.30423 -4.47505,2.10069 -0.44751,0.70022 -1.13157,1.30846 -1.34251,2.10068 -0.26881,0.63093 -0.54765,0.79621 -0.89502,2.10069 -0.64292,2.41441 -0.88074,2.19233 -2.46127,3.67621 -1.16957,1.09804 -2.28595,2.17594 -4.13942,3.04599 -1.50299,0.70554 -2.87545,1.26042 -5.48194,1.26042 -2.53585,0 -5.07171,0 -7.60757,0 -1.01348,-0.1903 -1.38714,-0.42014 -2.23753,-0.42014 -3.07635,0 -3.67223,-1.68055 -7.16006,-1.68055 -1.04952,0.24633 -1.96928,0.63021 -3.8038,0.63021 -2.23753,0 -4.25129,1.05034 -6.48882,1.05034 -3.24756,0 -3.99708,0.39154 -6.26506,2.52083 -0.82043,0.77025 -0.9696,2.17071 -1.79002,2.94096 -1.47727,1.38694 -1.72706,1.68055 -4.92254,1.68055 -2.30867,0 -3.74059,-0.37681 -4.47506,-2.10069 -0.29833,-0.70022 -0.89501,-1.34651 -0.89501,-2.10068 -0.14916,-0.14005 -0.0793,-1.74636 -0.22374,-1.89062 -1.56627,-1.5634 -0.48191,-1.89062 -3.35629,-1.89062 -2.80174,0 -3.36798,0.22104 -4.92255,1.68055 -0.59668,0.56018 -1.19335,1.12037 -1.79002,1.68055 -0.41063,0.0964 -2.51239,0.92132 -3.58005,0.42014 -1.49879,-0.70357 -2.28175,-1.70132 -4.02754,-2.52083 -0.54532,-0.25599 -5.82216,-1.67189 -4.92255,-3.3611 0,-1.21089 -0.55997,-3.9902 0,-5.04166 0.79551,-1.49371 1.47285,-2.40657 2.23753,-4.20137 0.29833,-0.70023 -0.29835,-1.92563 -1e-5,-2.62586 0.30466,-1.14409 2.04708,-1.70055 2.23754,-2.4158 0.41772,-1.56871 0.72831,-3.62474 1.79001,-4.62151 1.17789,-1.10585 3.46114,-2.10069 0.895,-2.10069 -2.66272,0 -2.27945,2.10069 -4.47503,2.10069 -2.23753,0 -4.47506,0 -6.71257,0 -2.45989,0 -3.44606,-2.10069 -4.47506,-2.10069 -2.33038,0 -5.28324,-3.36002 -6.71256,-4.20138" id="pathFrontiere68_CH" sodipodi:nodetypes="csssssscsscsscssscsssssscscsssscssssssscssssscsssssscscsc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#ff0000;stroke-width:5.16000000000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" d="m 136.40683,790.1253 c 0.0663,-1.5873 2.32009,-6.3796 3.58003,-7.56248 1.10254,-1.03512 -2.40366,-3.51707 -2.68503,-3.78124 -0.86306,-0.81028 -1.71408,-3.21852 -2.23752,-4.20138 -0.84249,-1.58192 -2.34353,-2.12557 -4.02755,-2.52083 -1.74697,-0.41003 -2.57649,-1.83967 -4.02754,-2.52082 -0.36964,-0.17352 0,-4.87229 0,-5.46179 -2.38851,-1.12122 -4.13764,-3.26782 -4.58692,-4.93663 -0.49897,-1.85339 -2.05251,-1.38013 -2.79691,-3.25606 -0.62838,-1.5836 -0.82475,-3.43926 -1.56626,-4.83158 -0.53028,-0.99572 -5.12921,-0.42014 -6.26506,-0.42014 -2.61524,0 -4.12701,-0.44349 -5.81756,-0.84028 -2.57995,-0.60554 -4.495,3.10598 -5.37006,4.20138 -1.602955,2.00657 -4.381798,-1.92559 -4.475049,-2.10069 -0.774334,-1.45396 -1.409927,-3.19412 -1.790018,-4.62151 -0.511428,-1.92061 -1.346365,-2.95543 -1.790019,-4.62152 -0.404319,-1.51837 -0.447504,-2.48845 -0.447504,-3.3611 0.596673,-0.56018 1.193346,-1.12037 1.790018,-1.68055 2.038327,-1.91368 0.565765,-0.65418 1.566267,-4.41145 0.448506,-1.68432 2.461275,-2.32545 2.461275,-4.83158 0,-0.27762 2.68503,-1.21368 2.68503,-3.78124 0,-1.83587 1.55917,-2.92764 2.23752,-4.20138 0.0262,-0.0493 -0.18231,-3.62561 -0.4475,-4.62151 -0.3376,-1.26781 0.80046,-2.0356 0.4475,-3.3611 -0.76605,-2.87683 -1.82846,-4.10537 -4.02754,-4.62152 -0.773677,-0.18159 -0.661887,-4.23657 -0.447505,-5.04165 0.421365,-1.58239 0.661831,-1.66285 1.342514,-2.94097 -0.740009,-2.27841 0.09638,-4.25957 -0.447505,-6.30206 -0.08223,-0.30878 -3.952346,-2.87037 -4.475047,-3.3611 -1.36725,-1.28364 -1.532592,-2.69928 -2.685027,-3.78124 -1.318769,-1.23812 -3.641288,-0.84028 -5.817562,-0.84028 -2.70243,0 -3.991752,-0.41174 -5.817559,-0.84027 -1.288389,-0.3024 -2.971385,-2.02505 -4.027543,-2.52083 -1.705339,-0.80053 -3.385214,-0.95889 -4.922551,-1.68055 -1.730696,-0.81243 -2.927022,-1.48761 -4.027542,-2.52083 -1.424167,-1.33707 -3.111659,-1.67565 -4.922551,-2.10069 -2.969883,-0.69706 -3.120546,-0.62458 -5.370057,-1.68055 -2.018889,-0.94771 -1.912241,-1.68055 -4.922551,-1.68055 -2.357941,0 -3.035542,-0.84027 -5.81756,-0.84027 -3.246341,0 -3.426083,-0.13106 -4.475046,-2.10069 -0.725169,-1.36164 -1.94266,-1.54703 -2.685029,-2.94097 -0.762884,-2.86492 -2.26425,-4.25156 -3.132533,-5.88192 -1.003183,-1.88367 -1.575704,-2.3019 0,-3.78124 1.367251,-1.28364 1.532594,-2.69928 2.685029,-3.78124 1.348653,-1.26618 2.670613,-1.67717 4.475046,-2.10069 1.179952,-0.27695 1.061101,-2.10069 4.475046,-2.10069 2.448728,0 2.382234,-1.81641 3.580039,-2.94096 1.542544,-1.44822 1.705215,-2.10069 4.475046,-2.10069 1.197293,0 2.68666,-1.26118 3.580037,-1.68055 0.449618,0 -1.764678,-6.20691 -1.790019,-6.30207 -0.553928,-2.08021 -2.509016,-2.27997 -3.132532,-4.62151 -0.620356,-2.32968 -1.342514,-2.57496 -1.342514,-5.4618 0,-2.06487 1.179578,-3.79955 1.566266,-5.25171 0.232486,-0.87308 1.898296,-3.04263 2.461275,-3.57118 0.380307,-0.35705 0.89501,-0.56018 1.342515,-0.84027 2.196967,-2.06261 3.403542,-4.46507 0.895009,-5.46179 -1.905486,-0.75711 -2.581103,-1.85685 -1.790019,-4.62152 0.450638,-1.57488 -0.447505,-3.96599 -0.447505,-5.88193 0,-1.89791 -1.001829,-3.38008 -0.447503,-5.46179 0.583998,-2.19313 0.01299,-4.22577 0.895008,-5.88192 0.950012,-1.78383 1.452367,-2.7271 2.237525,-4.20138 0.09434,-0.17715 0.298336,-0.28009 0.447503,-0.42014 1.654864,-3.10732 2.685028,-1.7116 2.685028,-5.88193 0,-2.63807 -0.862554,-4.20138 2.237524,-4.20138 2.537584,0 3.046977,-1.18009 4.475047,-2.52082 1.36725,-1.28364 2.427602,-1.85901 3.580036,-2.94097 1.507692,-1.41549 1.795114,-2.10308 3.580037,-2.94096 1.394911,-0.6548 2.22087,-2.50519 3.132533,-3.3611 1.290939,-1.21199 2.055929,-1.9302 3.132533,-2.94097 2.019523,-1.89602 1.790019,-2.53059 1.790019,-5.88192 0,-2.12749 0.447504,-3.48021 0.447504,-5.88193 0,-2.41077 0.193955,-4.14543 0.895009,-5.46179 1.251331,-2.34961 0.258211,-3.52674 3.132533,-4.20138 2.155428,-0.5059 2.99132,-1.22727 4.922552,-1.68055 1.725376,-0.40497 1.927698,-3.87814 2.237523,-5.04165 0.447323,-1.67987 0.923772,-3.88926 1.342514,-5.46179 0.364173,-1.36761 0.727969,-2.20718 1.342514,-3.3611 0.297066,-1.11559 2.964856,-4.4641 3.580036,-5.04166 1.56158,-1.46607 0.56426,-3.25148 -0.4475,-4.20137 -1.11876,-1.05035 -3.803793,-0.63021 -4.922554,-1.68056 -0.901615,-0.84647 -1.545438,-1.03079 -2.237524,-1.68055 -0.944605,-0.88684 0.267836,-6.46761 0.447505,-7.14234 0.351828,-1.32125 1.694707,-3.18214 2.237523,-4.20137 1.154155,-2.16715 0.660334,-2.72065 2.23752,-4.20138 1.23854,-1.1628 1.42626,-1.15475 1.79002,-2.52083 2.20956,-2.07443 2.96433,-3.20318 4.47505,-4.62151 1.6949,-1.59125 0.33203,-3.09684 2.68503,-4.20138 0.53187,-0.24968 1.9157,-3.59709 2.23751,-4.20138 0.36418,-0.68382 1.0506,-1.31511 1.34253,-1.68055 0.96742,-1.81653 0.49892,-5.65488 0.895,-7.14234 0.416,-1.56222 0.58151,-4.28448 0.89502,-5.46179 0.43668,-1.63992 1.00114,-4.17982 1.34251,-5.46179 0.21671,-0.81383 1.1313,-2.33432 1.45437,-2.94097 0.58897,-2.21175 2.46376,-3.67853 3.46818,-4.62151 1.08386,-1.01758 1.47872,-1.11428 2.68503,-1.68055 0.52739,-0.49514 0.89501,-1.12037 1.3425,-1.68055 0.99852,-1.24992 -0.008,-4.18558 0.44751,-5.04165 0.68184,-1.28029 3.13345,-1.68141 4.02755,-2.52083 0.65287,-0.61294 -0.60574,-4.4474 -0.44752,-5.04165 0.32903,-1.23562 0.93912,-0.44084 1.79003,-0.84028 0.11547,-0.43363 3.13253,0.52251 3.13253,-3.3611 0,-0.19806 1.19335,-1.5405 1.34253,-1.68055" id="pathLimite68_F" sodipodi:nodetypes="cssssscssssssssscssssssssscssssssssssssscssssssscssssscsssssscsssssssssssssscssssssscssscssscscsssscsc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:none;stroke:#ff0000;stroke-width:5.16000000000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" d="m 134.84057,429.64713 c -1.83425,-0.7679 -5.22188,-4.34327 -6.26508,-6.30207 -1.02111,-1.91733 -1.6922,-4.08315 -0.22375,-5.46179 1.06003,-0.99521 -3.13419,-1.04956 -4.47505,-0.42014 -1.36438,0.64048 -1.34302,2.52131 -2.23752,3.36111 -1.48418,1.39342 -1.80281,0.65424 -3.35628,1.26041 -2.73661,1.09876 -3.98706,0 -5.59381,0 -2.78526,0 -3.83905,-0.37589 -5.81756,-0.84028 -0.82662,-0.19401 -2.22427,-2.9285 -3.13254,-3.78124 -1.52488,-1.43162 -1.84916,-2.00953 -4.027541,-2.52082 -1.792928,-0.42082 -3.938088,0.17854 -5.593809,-0.21007 -1.693839,-0.39757 1.232951,-4.20572 2.013771,-5.67186 0.543965,-1.0214 2.393526,-2.66729 3.132533,-3.3611 1.482516,-1.39186 2.002766,-2.72056 3.132536,-3.78124 2.47038,-2.3193 0.0189,-4.60372 -0.89501,-5.46179 -1.49914,-1.40746 -2.503363,-0.9193 -3.58004,-2.94097 -0.944621,-1.7737 -0.374513,-3.91829 0.447505,-5.46179 0.705192,-1.32413 0,-4.78262 0,-6.30206 0,-1.12037 0,-2.24074 0,-3.3611 0,-2.97244 1.596324,-2.54051 2.183235,-4.74458 0.42119,-1.58174 -0.836806,-2.8032 -1.288226,-4.49845 -0.117703,-0.44203 1.246416,-3.0002 1.342516,-3.36111 -0.17011,-0.63882 2.96416,-5.72385 3.13253,-5.88192 1.48722,-1.39627 -0.0274,-4.25276 -0.4475,-5.04166 -0.52017,-0.9767 -3.06858,-1.77057 -4.47505,-2.10068 -2.197949,-0.51589 -2.696069,-1.28115 -3.580038,-2.94097 -0.471849,-0.88599 -0.682454,-2.56287 -0.895009,-3.3611 -1.069444,-2.00808 4.768726,0.42014 7.160077,0.42014 3.16616,0 3.45625,-0.30392 4.92255,-1.68055 1.71194,-1.60724 -1.50864,-4.35735 -1.79002,-4.62152 -0.66875,-0.62785 -5.649259,0 -6.71257,0 -2.286574,0 -4.583059,-0.0254 -6.265065,-0.42014 -2.056165,-0.4826 -2.936711,-1.4967 -4.027542,-2.52082 -1.366564,-1.28299 1.556739,-4.18349 1.790018,-4.62152 0.481054,-0.90327 1.987881,0.42922 3.356287,1.26041 2.102217,-0.60732 3.677165,-0.30125 5.146302,-1.68055 1.118762,-1.05034 3.80379,-0.6302 4.92255,-1.68055 1.12125,-1.05267 1.99436,2.94097 3.58004,2.94097 0.87228,0 2.69667,-0.0765 4.8954,-0.0765 2.04202,0 1.25093,-1.42189 4.05469,-0.76382 0.1546,0.0363 2.72152,-0.79456 2.89754,-0.67061 1.08748,0.25525 3.25615,-0.45741 4.52469,-1.33251 1.39849,-0.96476 2.16089,-3.97099 2.42287,-4.29894 1.44969,-1.81471 0.84378,-2.28671 3.13254,-3.36111 1.01677,-0.47729 2.84921,-0.91735 3.58003,-1.26041 0.77798,-0.36519 1.49169,-0.84027 2.23753,-1.26041 0.98904,-0.55713 2.17128,-2.27966 3.58003,-2.94097 1.06319,-0.49908 1.31051,-1.91163 2.34145,-3.3611 0.40549,-0.57009 1.10443,-4.53784 1.2386,-5.04165 0.32383,-1.21612 2.14688,-2.49146 3.05109,-3.11499 1.38779,-0.95703 2.20619,-2.97869 1.87146,-3.60721 -0.87684,-1.6464 -0.89502,-3.11244 -0.89502,-5.46179 0,-1.85492 1.28253,-2.71569 1.79003,-4.62152 0.6821,-2.5616 1.56656,-2.94039 0.4475,-5.04165 -0.78274,-1.46974 -1.97471,-2.86762 -2.23753,-3.3611 -0.53937,-1.01278 4.35295,-1.967 4.92255,-2.10069 2.24558,-0.52707 2.79977,-2.24432 4.02754,-3.78124 0.76321,-0.95537 -0.47069,-2.47725 -0.22374,-4.20137 -1.13603,-1.2442 -1.30219,-2.94097 -2.90879,-2.94097 -2.58029,0 -4.35449,-0.15348 -5.81756,-0.84028 -1.11148,-0.52175 -2.93613,-3.59686 -3.58003,-4.20138 -1.22658,-1.15157 -2.18583,-3.0163 -3.13254,-4.20137 -1.33693,-1.67356 -1.42342,-2.78904 -0.44749,-4.62152 0.28918,-0.54301 4.56658,-1.51345 4.92254,-1.68055 2.51404,-1.18015 1.12155,-2.11115 1.79002,-4.62151 0.4176,-1.56823 -0.38648,-4.43052 0,-5.88193 0.46912,-1.76171 1.78619,-2.7291 3.13254,-3.3611 0.68185,-0.32008 0.90167,-0.56436 1.3425,-0.84028 1.02864,-0.48286 0.44752,-6.43329 0.44752,-7.56248 0,-2.70182 0.85991,-3.22932 1.3425,-5.04165 0.23757,-0.8921 3.00756,-2.4035 3.58004,-2.94096 1.5451,-1.45062 2.23752,-1.05628 2.23752,-4.20138 0,-1.24158 -2.81103,-2.57998 -3.58003,-2.94097 -0.80654,-0.37861 -1.50972,-0.56695 -2.23753,-0.84027 -1.66397,-0.7811 -1.83992,-5.0885 -2.68503,-5.88193 -1.53776,-1.44372 -2.21347,-1.6354 -3.13253,-3.3611 -1.18265,-2.22066 -2.29913,-1.62271 -3.58003,-0.42014 -0.88643,0.83222 -5.79936,-0.31083 -6.26507,-0.42014 -2.41282,-0.56631 0.0658,-3.84304 0.44751,-4.20137 1.99233,-1.87049 3.12416,0.87171 4.02754,-2.52083 0.47173,-1.77155 -2.78402,-2.22896 -4.02754,-2.52083 -1.96242,-0.4606 -4.79885,-0.076 -6.26507,-0.42013 -2.02259,-0.47473 -4.27009,0.47706 -5.81756,0.84027 -2.36482,0.55505 -1.84498,0.18427 -4.02754,-0.84027 -1.73546,-0.81467 -2.92434,-1.4851 -4.02754,-2.52083 -1.28743,-1.20869 -0.44751,-3.48883 -0.44751,-5.46179 0,-1.95885 -3.96381,-0.47997 -4.47504,0 -1.57131,1.47521 -2.7624,1.68055 -5.37007,1.68055 -0.29833,0 -0.59666,0 -0.895,0 -2.91689,0 -2.23752,0.5822 -2.23752,4.20138 0,2.10069 0,4.20137 0,6.30206 0,1.25608 -3.016127,2.10069 -4.47505,2.10069 -2.072321,0 -2.237523,2.2048 -2.237523,4.20138 0,2.70534 0.01728,3.76502 -1.342514,5.04165 -1.120797,1.05226 -3.574727,0.84028 -5.817561,0.84028 -2.704587,0 -3.311477,2.01655 -4.027543,3.3611 -1.09937,2.06428 -3.047661,0.91995 -4.02754,0 -1.500331,-1.40858 -2.485905,-0.93277 -3.132533,-3.3611 -0.162119,-0.60882 2.823049,-3.07055 3.132533,-3.3611 1.537489,-1.44347 2.585749,-1.35363 0.447504,-3.36111 -1.295218,-1.21601 -3.679011,-0.8635 -5.370056,-1.26041 -1.920058,-0.45066 -3.119151,-2.08813 -4.027542,-2.94096 -1.216041,-1.14168 0.689764,-5.11116 0.895009,-5.88193 0.499406,-1.87546 1.174132,-3.20302 2.237524,-4.20138 0.668746,-0.62785 5.64926,0 6.71257,0 3.306315,0 2.997276,-0.5863 4.027541,-2.52083 0.823913,-1.54705 0.937479,-3.20161 0.447506,-5.04165 -0.489993,-1.84011 -2.065213,-2.10069 -4.475047,-2.10069 -2.539424,0 -3.757851,-1.43293 -4.475048,1.26042 -0.488822,1.83571 -2.279896,2.10069 -4.475046,2.10069 -1.282063,0 -2.524695,-2.79044 -3.132532,-3.36111 -0.267132,-0.25079 -0.72691,-1.36491 -0.895011,-1.68055 -2.297778,-2.15726 -3.135102,-1.4729 -4.922549,-3.15103 -0.870568,-0.81733 -3.65062,-1.38202 -4.922552,-1.68055 -1.892303,-0.44415 -3.695,-2.33774 -5.370056,-2.7309 -2.182614,-0.51228 -3.666071,0.45246 -5.593808,0 -1.892773,-0.44425 -5.075505,0.44089 -6.265066,-0.42014 -0.756227,-0.54737 1.118762,-5.30939 1.118762,-6.30206 0,-2.15644 -1.010374,-3.15758 -1.790018,-4.62151 -0.633233,-1.18902 -3.055038,-2.06432 -4.027543,-2.52083 -1.202621,-0.56454 -1.116014,-1.04777 -1.790019,-1.68055 -1.467621,-0.68893 3.538544,-2.34971 4.698799,-1.26041 1.777662,1.66895 5.222648,0.27678 5.593809,-0.42014 0.954325,-1.79193 1.522877,-3.27963 2.237524,-4.62152 0.722258,-1.35618 0.447503,-3.90238 0.447503,-5.88193 0,-0.42013 0,-0.84027 0,-1.26041 0,-0.37743 6.777918,0.42014 7.160076,0.42014 2.237522,0 4.475046,0 6.71257,0 0.798397,0 0.447504,-5.18889 0.447504,-5.88193 0,-1.98382 0.690155,-3.81672 1.342515,-5.04165 0.774979,-1.45517 1.53201,-2.22933 0.895009,-4.62152 -0.499768,-1.87682 -1.736297,-2.31908 -2.237524,-4.20137 -0.387506,-1.45524 1.968582,-3.10861 2.685028,-3.78124 0.589231,-0.5532 0.864157,-0.54088 1.342514,-0.84028 2.001335,-1.87894 1.342514,-5.12474 1.342514,-7.56248 0,-3.04907 0.754963,-3.09814 1.790019,-5.04165 0.697454,-1.30961 2.668374,-2.08505 3.580038,-2.94097 1.227752,-1.15267 1.342513,-2.67396 1.342513,-5.04165 0,-1.578147 -1.378676,-3.076765 -1.790019,-4.621513 -0.512646,-1.925184 -1.494253,-2.371126 -0.895009,-4.621515 0.673962,-2.530984 3.463916,-0.529158 4.027542,0 2.017419,1.894046 3.871282,-1.934013 4.027543,-2.520826 0.651381,-2.446192 3.674683,0.508997 4.027541,0.840276 2.070719,1.944085 3.640888,-1.031897 4.475047,2.100688 0.514791,1.93324 -0.459259,1.260413 -3.580039,1.260413 -0.742758,0 -1.524891,0.673013 -2.237522,0.840276 0.447505,0.700229 0.895009,1.400459 1.342514,2.100688 0.623789,0.976069 0.733095,4.853743 0.895008,5.461793 0.615537,2.31157 1.20061,2.38248 3.580039,2.94096 1.470103,0.34505 0.103924,4.08833 0.103924,5.46179 0,2.75624 0.753522,3.74598 2.133599,5.04165 0.970351,0.91101 1.372648,3.83783 1.790019,4.62152 0.21549,0.40462 5.672083,-0.89125 6.396137,-0.89125 2.237523,0 4.791483,0 7.028993,0.89125 2.29867,0.9156 3.71118,0.96338 4.92256,2.10069 1.48721,1.39626 1.12581,2.83923 3.13253,3.78124 1.74697,0.82006 2.47037,1.89916 3.58003,2.94096 1.08271,1.01649 4.26745,-0.21007 5.81756,-0.21007 1.65765,0 2.96531,-1.05034 5.81756,-1.05034 2.19939,0 4.71833,0.0571 6.26508,0.42014 2.01227,0.4723 3.23845,0.84027 5.81756,0.84027 0.11751,0 1.96762,1.55386 2.23752,1.68055 1.99871,0 1.34251,5.99859 1.34251,7.14234 0,2.26331 2.14682,2.1292 3.58005,2.94097 2.25607,1.27782 -2.46035,0.016 3.58002,2.10069 1.54972,0.53485 2.30803,1.45971 2.58112,2.10069 2.01377,0.19563 4.56667,-1.57264 5.02647,-1.68056 1.79549,-0.42142 2.90566,-1.25568 4.05468,-2.04971 1.50215,-1.03807 4.27543,0.14158 4.44792,0.7893 0.32515,1.22112 3.83983,-0.58197 5.63219,-1.03979 1.21443,-0.3102 3.62358,-1.47818 4.63326,-1.95215 1.44271,-0.67724 2.89753,-1.38346 4.05469,-2.46985 1.49179,-1.40057 2.80831,-1.7963 4.02754,-2.94096 0.84802,-0.79616 3.07774,-0.70577 4.42075,-0.93784 1.5023,-0.25959 3.19967,-0.0332 3.90114,-0.39466 1.49011,0.41456 1.19364,0.49222 3.76073,0.49222 2.02662,0 3.66711,0.86071 5.37006,1.26041 1.61795,0.37976 1.05824,3.09422 2.23753,4.20138 1.19558,1.12247 3.7322,1.65584 5.21183,2.00312 1.17233,0.27516 2.90845,1.4192 3.73826,2.19826 1.16111,1.09011 4.47254,-0.002 5.81756,1.26041 1.69072,1.58733 1.98169,1.84563 4.47504,1.26042 0.005,-0.001 2.45032,-3.76067 2.68503,-4.20138 0.74513,-1.39912 2.35539,-1.90188 3.13253,-3.3611 0.78555,-1.47501 2.34423,-1.88092 3.13254,-3.36111 0.5098,-0.95725 0.4475,-1.77702 0.4475,-2.94096 0.38898,-0.73039 0.89501,-1.40046 1.34252,-2.10069 0.92761,-1.45146 0.15684,-4.49588 0.895,-5.88193 1.09271,-2.05174 2.28422,-1.17273 0.89501,-3.78124 -0.89993,-1.68979 1.16588,-3.86968 1.79002,-5.04165 0.88518,-1.66209 1.82889,-2.17366 2.68503,-3.78124 0.84288,-1.58266 0.44751,-4.00203 0.44751,-5.88193 0,-1.81076 2.32836,-1.85111 3.13253,-3.3611 1.06969,-2.00853 1.69201,-2.756926 2.68503,-4.621513 1.04428,-1.96083 1.62042,-1.88396 2.23752,-4.201377 0.11589,-0.435217 0.22375,-3.509551 0.22375,-3.991308" id="pathLimite67_F" sodipodi:nodetypes="csssscssssssssssssssscsssscssssssscssssscsssssssssssssssscssssssssscssssscssssssssssssssssssssssssssssssssssssscsssssssscsssssssssssscssssssssssscssssssssssssssscssscsssssssscsssssssssscsssssssssc" inkscape:connector-curvature="0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" sodipodi:type="arc" style="fill:#ff0000;fill-opacity:1" id="pathMulhouse" sodipodi:cx="184.48807" sodipodi:cy="672.74268" sodipodi:rx="2" sodipodi:ry="2" d="m 186.48807,672.74268 a 2,2 0 1 1 -2.8e-4,-0.0334" sodipodi:start="0" sodipodi:end="6.2665023" sodipodi:open="true" transform="matrix(1.4354503,0,0,1.286989,-67.712656,-194.0375)"/> </xsl:template> <xsl:template name="roue_mulhouse"> <polygon xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" transform="translate(415.99998,333.88484)" id="polygon3910" style="fill:#ff0000;stroke:#ff0000;stroke-width:0" points="150,0 250,0 200,65 "/><polygon xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" transform="translate(415.99998,333.88484)" id="polygon3912" style="fill:#ff0000;stroke:#ff0000;stroke-width:0" points="400,150 400,250 335,200 "/><polygon xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" transform="translate(415.99998,333.88484)" id="polygon3914" style="fill:#ff0000;stroke:#ff0000;stroke-width:0" points="150,400 250,400 200,335 "/><polygon xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" transform="translate(415.99998,333.88484)" id="polygon3916" style="fill:#ff0000;stroke:#ff0000;stroke-width:0" points="0,150 0,250 65,200 "/><polygon xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" transform="translate(415.99998,333.88484)" id="polygon3918" style="fill:#ff0000;stroke:#ff0000;stroke-width:0" points="306,23 377,94 295,105 "/><polygon xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" transform="translate(415.99998,333.88484)" id="polygon3920" style="fill:#ff0000;stroke:#ff0000;stroke-width:0" points="377,306 306,377 295,295 "/><polygon xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" transform="translate(415.99998,333.88484)" id="polygon3922" style="fill:#ff0000;stroke:#ff0000;stroke-width:0" points="23,306 94,377 105,295 "/><polygon xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" transform="translate(415.99998,333.88484)" id="polygon3924" style="fill:#ff0000;stroke:#ff0000;stroke-width:0" points="94,23 23,94 105,105 "/><ellipse xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" transform="translate(415.99998,333.88484)" id="ellipse3926" style="fill:#ffffff;fill-opacity:0;stroke:#ff0000;stroke-width:35;stroke-opacity:1" ry="150" rx="150" cy="200" cx="200" sodipodi:cx="200" sodipodi:cy="200" sodipodi:rx="150" sodipodi:ry="150" d="M 350,200 C 350,282.84271 282.84271,350 200,350 117.15729,350 50,282.84271 50,200 50,117.15729 117.15729,50 200,50 c 82.84271,0 150,67.15729 150,150 z"/><line xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="line3928" style="stroke:#ff0000;stroke-width:35" y2="533.88483" x2="576" y1="533.88483" x1="465.99997"/><line xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="line3930" style="stroke:#ff0000;stroke-width:35" y2="533.88483" x2="766" y1="533.88483" x1="656"/><line xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="line3932" style="stroke:#ff0000;stroke-width:35" y2="493.88483" x2="616" y1="383.88483" x1="616"/><line xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="line3934" style="stroke:#ff0000;stroke-width:35" y2="683.88483" x2="616" y1="573.88483" x1="616"/><rect xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="rect3936" style="fill:#ffffff;fill-opacity:0;stroke:#ff0000;stroke-width:35;stroke-opacity:1" height="80" width="80" y="493.88483" x="576"/> </xsl:template> <xsl:template name="chien"> <path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m22.734 3.241l1.116 22.428-9.036 29.268 4.644 19.44 2.736 17.532-3.024 13.932 2.736 6.588-6.012 13.392-1.62 11.484-5.76 10.404-0.288 19.439-6.264 16.705-1.944 18.035 3.024 5.221 7.668-0.828 2.448 7.92-3.816 7.127 1.08 5.221 15.588 2.736 17.244-3.023 0.828-9.037-5.184-4.932-2.196-12.564 19.44 3.527 18.036-1.367 20.808-2.988 25.164 13.393 6.048 7.668 9.576 2.484 13.141 9.215 17.783 2.197 17.208-5.76-6.84-10.404-22.14-6.012-19.98-15.049-9.863-2.736-8.748-10.115-9.576-8.496 12.023-4.104-1.08-4.105 6.841-2.734 4.932-4.934 6.012 7.416 6.553 5.473-0.793 8.207 5.725 6.266 16.704 0.287 7.668-7.127-8.208-12.564-6.3-5.76-3.276-6.301 32.544-1.08 17.532-4.932 6.012-11.771-8.208-0.828-9.864 8.783-30.096 1.369-29.268-5.221-14.19-17.81-7.668-9.863-19.152-6.84-8.784-4.644-9.828-0.54v-13.14l-1.908-4.932 6.264-13.68 0.828-9.828-4.104-30.24-4.356-13.14 5.724-16.956-11.482 6.005-4.932 17.784-3.564 21.888-8.46-1.08-6.048 1.08-1.908-16.164-1.08-12.564-13.139-16.956-1.657 3.204z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m39.834 46.369l-3.852-28.8-9.827-13.284-2.52 1.116 1.98 20.736-2.556 9.108-6.192 18.936 1.116 7.848 6.012-4.752 2.916-8.928 0.54-10.008 4.716-9.828-2.16-11.124 4.356 12.024-5.472 9.864-1.08 16.74-6.552 8.388-1.296 7.632 3.672 21.672-2.556 11.664 3.276 6.912-0.36 9.288 3.816 3.277 6.732 0.898 4.752-3.814 6.552 2.016 4.176-1.297 7.848 6.588h6.552l4.716-6.191 2.916-9.288-0.9-24.408-2.376-4.392 2.556-7.092 3.816-7.452-7.092-12.96-2.016-1.8 0.9-10.008-2.7-9.504 1.8-17.82 1.116 9.108-1.296 7.992 2.916 10.944 0.18 7.992 5.472 8.208 1.44-7.272-3.276-23.148-4.356-14.364 4.176-13.86-7.992 4.752-5.832 28.044-2.196 10.728-10.188-1.26-6.373 0.171z" fill="#AB661F"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m24.535 73.693l5.472-4.032 4.536 0.576 3.096 3.456-2.376 4.896-6.192 0.36-1.26-2.34 0.54-3.096-3.816 0.18z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m58.771 71.677l-2.556 3.816 1.476 4.392 4.176-0.396 2.376-1.26 3.096 1.26-0.756-5.796-4.536-0.936-3.276-1.08z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m40.375 98.641l-3.636 3.096 0.54 4.536 4.176-0.72 0.18 1.08-1.44 2.736 4.356 2.916-1.44 4.752-8.208 2.34-4.176 3.096 8.568-1.98 5.796 2.16 6.588-2.52 7.272 3.455-2.376-4.391-6.732-1.621 0.54-4.571 1.836-4.896-3.276-1.656 1.8-1.62 3.456-0.756-0.9-4.536-4.896-1.656-3.312 0.576-4.716 0.177z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m61.867 118.3l1.44-2.736-0.36-9.648 5.652-16.74-8.028 15.48 1.476 9.828-0.18 3.82z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m25.794 97.885l2.556 7.848-1.44 7.092 3.456-7.992-4.572-6.945z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m22.878 114.3l-6.012 12.203-0.9 9.828-0.18 10.908-1.476 9.289-6.156 14.76-4.572 12.564-1.26 10.402-0.576 8.174 1.836 2.916 7.848-0.361 3.276 7.633-1.836 10.584 10.548 4.355 15.12-2.736 2.736-6.912-4.536-4.895-1.116-12.025-3.096-4.391-9.828-5.438-4.536-3.672 9.108 2.736 10.728 8.027 17.496 3.098 30.24-2.197 3.276-3.096-9.108-3.637-7.488-0.539 2.736-3.637h11.484l1.26 3.996 8.568 5.293 25.668 13.463 5.651 7.813 10.944 2.377 14.724 8.928 10.944 1.115 6.012-4.211 6.912 1.115 2.736-2.195-3.816-6.553-18.036-4.572-10.367-6.191-14.04-10.549-10.549-2.736-12.203-14.219-6.913-6.732-6.588-11.664-10.008-11.809-3.456-18.756-10.888-17.3-2.196 8.929-4.212 5.65-8.532 1.262-8.388-6.014-5.292 1.297-4.356-2.195-5.832 3.635-6.552-1.08-5.292-4.752 0.36-7.29z" fill="#AB661F"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m135.16 143.6l17.137 9.828 17.1-0.541 16.561-0.359 15.695-4.176 4.896-8.928-4.536-0.9-9.468 7.451-30.061 2.557-27.33-4.93z" fill="#AB661F"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m74.323 103l7.488 0.72 9.108 5.112 18.216 6.192 10.908 14.004 12.384 14.58 19.872 11.844 1.439 5.471 9.648 9.648 4.572 9.828-2.916 2.016-3.276 2.377-11.124 0.18-2.916-2.195-5.112-2.736 2.196-7.848-6.552-5.617-7.272-8.387-9.647-5.832-8.929-6.732-17.676-4.572-5.292-13.465-16.02-14.579-0.18-9.828 5.112 0.18-4.031-0.35z" fill="#AB661F"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m77.059 117.58l8.928 14.186 2.916 17.314 6.192 7.453 10.944 16.236 10.548-2.377-2.017-4.211 7.488-2.16 5.076-5.293-16.38-12.203-16.74-3.996-6.192-14.76-10.769-10.19z" fill="#AB661F"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m14.527 139.57l-4.428 8.461-0.54 15.84 3.204-7.381 1.764-10.295v-6.63z" fill="#AB661F"/> </xsl:template> <xsl:template name="chat"> <path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path3" style="fill-rule:evenodd;stroke:#000000;clip-rule:evenodd;stroke-miterlimit:9.8213;stroke-width:0.405;fill:#404040" d="m10.141 257.99c-0.481 0.959-0.963 1.92-1.444 2.881-6.188-26.283-14.051-54.486-3.584-85.828 12.342-36.954 39.027-58.056 68.145-81.292 52.758-42.102 157.36-24.69 208.39 11.475-12.109-15.802 1.387-36.769-7.221-48.999h2.889c-3.598-8.628-7.793-44.061-1.443-51.881 9.42-11.6 20.74 10.608 27.439 17.293 4.457 4.446 10.457 11.985 15.885 14.411 6.137 2.742 13.703 0.433 20.648 1.817 7.738 1.542 15.441 4.644 22.678 2.508 8.078-2.383 16.627-11.896 24.553-15.853 8.215-4.101 28.102-23.496 23.48-0.427-3.809 19.025-12.955 33.068-19.148 50.866-1.881 5.401-0.725 11.698-2.887 17.296-3.207 8.3-10.301 14.584-13 23.059-4.041 12.683 3.236 29.55 7.221 41.792-0.809-1.985-2.076-3.782-2.889-5.765 0.094 5.069 0.547 9.554 1.445 14.413-0.48-0.961-0.963-1.922-1.445-2.883 1.225 3.23 1.74 6.798 2.889 10.088-0.939-0.981-1.928-1.92-2.889-2.881 0.682 3.778 0.523 7.807 1.445 11.529-0.48-0.961-0.963-1.922-1.445-2.883 1.072 8.254-6.34 28.786-12.996 28.823-8.445 9.111 2.889 22.199 2.889 33.146 0 10.461-0.361 19.191 4.332 28.824 7.549 15.496 26.971 26.91 18.053 44.676-7.406 14.752-32.375 0.217-36.828-10.088-4.326-10.018-5.877-19.301-11.555-28.824-4.775-8.012-14.961-16.373-15.883-25.941-4.588 2.469-9.336 4.199-14.443 4.324 0.48-0.48 0.963-0.961 1.443-1.441-7.412 2.27-15.354 1.441-23.105 1.441 12.23 13.467-7.246 14.432-14.443 17.295 11.123 13.564 22.42 28.197 33.217 40.35 4.691 5.283 7.637 12.41 12.996 17.297 5.469 4.986 12.928 6.824 17.332 12.969 6.58 9.182 3.879 17.729-3.609 25.221-2.131 2.133-10.631 0.723-13.721 0.723-3.443 0-5.578-1.912-8.666-2.885-0.408-0.129-6.412-0.904-7.219-1.441-16.309-10.857-23.324-32.895-36.105-44.676-4.502-4.148-10.879-7.172-15.887-11.529-6.738-5.863-12.338-15.416-19.498-20.176-7.463-4.963-14.754-15.092-22.385-18.734-6.576-3.141-20.082-3.455-27.44-4.324 0.482 0.961 0.964 1.922 1.445 2.883-3.913-2.133-7.585-2.736-11.554-4.322 0.481 0.961 0.962 1.92 1.444 2.879-14.43-11.76-46.904-9.967-60.656 1.443-18.956 15.729 6.898 21.744 16.607 35.309 7.486 10.459 17.688 20.029 27.735 28.049 9.188 7.334 20.605 11.086 29.312 18.789 8.646 7.648 13.239 25.781 23.106 25.939 6.898 0.111 22.475-11.799 30.33-14.41-0.482 0.961-0.965 1.92-1.445 2.881 3.047-1.295 5.059-1.066 8.666-1.441-0.482 0.48-0.965 0.961-1.445 1.441 7.871-0.475 6.854 7.154 4.332 12.971 0.482-0.48 0.965-0.961 1.445-1.441 2.049 17.211-29.061 26.557-42.309 29.197-27.875 5.557-57.112 8.525-84.782-1.813-59.103-22.1-99.525-87.59-118.41-144.13m80.876 72.06c16.052 10.254 35.065 13.5 51.563 23.379 12.796 7.664 15.6 15.914 26.423 25.623-31.54-8.19-58.53-20.18-77.984-49"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path5" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m10.141 257.99c-0.481 0.959-0.963 1.92-1.444 2.881-6.188-26.283-14.051-54.486-3.584-85.828 12.342-36.954 39.027-58.056 68.145-81.292 52.758-42.102 157.36-24.69 208.39 11.475-12.109-15.802 1.387-36.769-7.221-48.999h2.889c-3.598-8.628-7.793-44.061-1.443-51.881 9.42-11.6 20.74 10.608 27.439 17.293 4.457 4.446 10.457 11.985 15.885 14.411 6.137 2.742 13.703 0.433 20.648 1.817 7.738 1.542 15.441 4.644 22.678 2.508 8.078-2.383 16.627-11.896 24.553-15.853 8.215-4.101 28.102-23.496 23.48-0.427-3.809 19.025-12.955 33.068-19.148 50.866-1.881 5.401-0.725 11.698-2.887 17.296-3.207 8.3-10.301 14.584-13 23.059-4.041 12.683 3.236 29.55 7.221 41.792-0.809-1.985-2.076-3.782-2.889-5.765 0.094 5.069 0.547 9.554 1.445 14.413-0.48-0.961-0.963-1.922-1.445-2.883 1.225 3.23 1.74 6.798 2.889 10.088-0.939-0.981-1.928-1.92-2.889-2.881 0.682 3.778 0.523 7.807 1.445 11.529-0.48-0.961-0.963-1.922-1.445-2.883 1.072 8.254-6.34 28.786-12.996 28.823-8.445 9.111 2.889 22.199 2.889 33.146 0 10.461-0.361 19.191 4.332 28.824 7.549 15.496 26.971 26.91 18.053 44.676-7.406 14.752-32.375 0.217-36.828-10.088-4.326-10.018-5.877-19.301-11.555-28.824-4.775-8.012-14.961-16.373-15.883-25.941-4.588 2.469-9.336 4.199-14.443 4.324 0.48-0.48 0.963-0.961 1.443-1.441-7.412 2.27-15.354 1.441-23.105 1.441 12.23 13.467-7.246 14.432-14.443 17.295 11.123 13.564 22.42 28.197 33.217 40.35 4.691 5.283 7.637 12.41 12.996 17.297 5.469 4.986 12.928 6.824 17.332 12.969 6.58 9.182 3.879 17.729-3.609 25.221-2.131 2.133-10.631 0.723-13.721 0.723-3.443 0-5.578-1.912-8.666-2.885-0.408-0.129-6.412-0.904-7.219-1.441-16.309-10.857-23.324-32.895-36.105-44.676-4.502-4.148-10.879-7.172-15.887-11.529-6.738-5.863-12.338-15.416-19.498-20.176-7.463-4.963-14.754-15.092-22.385-18.734-6.576-3.141-20.082-3.455-27.44-4.324 0.482 0.961 0.964 1.922 1.445 2.883-3.913-2.133-7.585-2.736-11.554-4.322 0.481 0.961 0.962 1.92 1.444 2.879-14.43-11.76-46.904-9.967-60.656 1.443-18.956 15.729 6.898 21.744 16.607 35.309 7.486 10.459 17.688 20.029 27.735 28.049 9.188 7.334 20.605 11.086 29.312 18.789 8.646 7.648 13.239 25.781 23.106 25.939 6.898 0.111 22.475-11.799 30.33-14.41-0.482 0.961-0.965 1.92-1.445 2.881 3.047-1.295 5.059-1.066 8.666-1.441-0.482 0.48-0.965 0.961-1.445 1.441 7.871-0.475 6.854 7.154 4.332 12.971 0.482-0.48 0.965-0.961 1.445-1.441 2.049 17.211-29.061 26.557-42.309 29.197-27.875 5.557-57.112 8.525-84.782-1.813-59.103-22.1-99.525-87.59-118.41-144.13"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path7" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m91.016 330.05c16.052 10.254 35.065 13.5 51.563 23.379 12.796 7.664 15.6 15.914 26.423 25.623-31.54-8.19-58.53-20.18-77.984-49"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path9" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m169 379.05c10.577 5.416 29.337-0.01 40.438-2.885"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path11" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m189.22 355.99c3.357 1.346 5.867 3.85 7.222 7.203"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path13" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m177.67 351.67c3.506 1.109 6.974 3.115 10.109 5.764"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path15" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m187.78 404.99c-4.033-0.439-8.045-1.959-11.554-4.322"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path17" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m179.11 404.99c-3.549-1.537-5.919-3.143-8.668-5.764"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path19" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m140.12 400.67c-3.129-1.865-5.387-4.145-7.222-7.205"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path21" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m131.45 396.34c-3.282-2.74-5.685-6.1-7.222-10.088"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path23" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m128.56 338.7c-3.355-1.348-5.865-3.852-7.221-7.205"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path25" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m121.34 335.81c-2.572-2.365-4.127-5.402-4.332-8.648"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path27" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m135.79 324.28c-0.635-3.248-2.132-6.268-4.333-8.648"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path29" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m132.9 321.4c-3.109-3.965-6.138-6.986-10.108-10.09"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path31" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m128.56 321.4c-7.581-8.572-20.945-10.52-24.551-21.619"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path33" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m105.46 322.84c-4.647-1.688-7.602-6.42-8.664-11.531"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path35" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m92.459 318.52c-4.019-4.518-4.489-9.77-5.776-15.852"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path37" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m80.905 291.14c-2.021 6.873 0.662 13.24 2.889 20.174"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path39" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m89.57 370.4c-3.948-3.781-6.11-9.033-7.22-14.41"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path41" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m72.24 354.55c-4.087-3.693-5.343-9.059-5.776-14.41"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path43" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m63.575 344.46c-0.699-5.301-1.61-10.406-1.443-15.852"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path45" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m43.356 312.76c-1.9-7.588-4.631-15.186-4.332-23.061"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path47" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m34.692 302.67c-0.539-4.844-0.17-9.871 1.443-14.414"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path49" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m91.016 330.05c-0.963-1.441-1.927-2.881-2.89-4.322-0.48 0.961-0.962 1.922-1.443 2.883-10.926-18.174-23.857-42.352-28.883-57.646-1.729-9.48-2.889-17.711-2.889-27.383"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path51" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m49.133 260.87c-3.92-2.787-5.94-6.77-5.776-11.529"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path53" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m43.356 260.87c-4.034-5.34-5.721-12.188-7.221-18.734"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path55" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m23.138 245.02c-4.254 6.518-5.807 15.348-2.888 23.061"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path57" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m14.474 250.79c-0.462-7.244 1.559-14.314 5.776-20.178"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path59" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m10.141 242.14c0-9.607-0.132-17.43 4.333-25.939"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path61" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m57.8 227.73c5.723 5.98 9.951 14.584 8.664 23.059"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path63" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m69.352 256.55c1.835-7.336 2.272-14.52-1.444-21.617"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path65" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m80.905 276.72c6.285-6.203 17.383-6.703 20.219-15.852"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path67" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m95.349 243.58c-0.075-7.754 2.184-15.396 7.221-21.619"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path69" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m50.578 200.35c-0.353 3.988-1.315 7.831-2.889 11.528"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path71" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m44.8 203.23c-0.082-5.035 1.957-9.677 5.778-12.971"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path73" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m54.911 175.84c-6.303 3.582-11.084 9.598-14.442 15.854"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path75" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m40.469 180.17c4.882-5.53 9.191-10.912 15.886-14.411"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path77" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m8.696 198.9c1.15-6.224 3.31-12.264 7.221-17.292"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path79" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m11.585 183.05c0.82-6.752 5.944-11.165 11.553-14.411"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path81" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m15.917 170.08c2.754-3.26 6.124-5.662 10.109-7.207"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path83" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m112.68 253.67c5.343-2.734 7.544-7.697 10.11-12.971"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path85" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m127.12 237.81c-0.33 5.494-2.26 10.609-4.332 15.854"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path87" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m127.12 252.23c3.947-7.453 6.816-14.518 5.776-23.059"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path89" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m112.68 236.38c-0.977-7.016 3.077-12.674 5.778-18.736"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path91" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m112.68 214.76c5.109-4.369 7.663-10.745 8.665-17.292"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path93" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m122.79 203.23c2.113-4.146 2.121-8.85 0-12.971"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path95" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m147.34 232.05c4.77-2.01 7.77-6.436 8.665-11.529"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path97" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m148.78 224.85c4.994-2.004 7.851-6.141 7.222-11.529"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path99" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m150.23 207.55c2.396-3.494 3.365-7.339 2.888-11.529"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path101" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m157.45 206.11c2.645-9.515 0.438-17.983-1.444-27.382"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path103" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m166.11 194.58c0-12.098-1.489-24.357-8.664-34.588"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path105" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m78.019 145.58c-0.008-5.539 1.689-10.942 4.332-15.853"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path107" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m72.24 141.26c0.14-6.828 3.422-14.191 8.665-18.734"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path109" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m70.797 119.64c4.067-4.729 9.599-7.678 15.886-7.206"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path111" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m75.13 111c3.31-2.83 7.193-3.764 11.553-2.883"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path113" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m127.12 93.699c6.609-0.592 14.685-0.049 20.219 2.883"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path115" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m144.45 92.259c-5.258-3.969-10.973-2.883-17.33-2.883"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path117" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m131.45 99.465c8.478 2.319 27.572 10.421 28.884 15.853 9.729 10.598 29.436 24.657 23.107 41.792-0.482-0.48-0.963-0.961-1.445-1.442 0 24.672-3.342 50.205-15.887 72.06-0.48-0.961-0.963-1.922-1.443-2.883-4.276 8.953-8.999 16.02-17.33 21.617 0.481-0.961 0.963-1.922 1.443-2.883-3.562 4.881-8.107 9.42-12.996 12.971 16.457-6.568 45.057-6.813 56.322-21.617"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path119" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m171.89 233.49c4.06-6.316 8.479-12.824 10.108-20.174"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path121" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m170.44 239.26c1.955-1.545 3.406-3.469 4.335-5.768"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path123" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m212.33 240.7c-1.563-1.51-1.988-3.521-1.443-5.764"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path125" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m209.44 226.28c-3.516 3.578-5.379 7.889-5.776 12.973"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path127" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m199.33 233.49c-1.142-9.584 8.84-16.496 15.885-21.615"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path129" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m208 204.67c-7.122 3.79-12.703 12.889-15.887 20.176 0.963-0.48 1.927-0.961 2.89-1.441-2.313 4.922-3.399 10.438-2.89 15.854 0.963-0.961 1.927-1.922 2.89-2.883 0.146 10.76 10.768 25.311 18.773 31.705"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path131" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m219.55 257.99c-2.482-1.75-4.051-4.295-4.332-7.205"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path133" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m215.22 257.99c-4.148-4.156-6.635-9.428-4.332-14.412"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path135" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m233.99 245.02c-1.227 1.742-1.711 3.664-1.443 5.768"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path137" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m235.44 249.34c-1.229 1.74-1.713 3.662-1.445 5.766"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path139" style="stroke-width:0;stroke-miterlimit:10;fill:none" d="m236.88 255.11v5.764"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path141" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m229.66 262.32c3.898 4.271 8.102 8.453 12.998 11.527"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path143" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m248.43 276.72c4.498 6.152 14.479 7.947 21.662 11.529"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path145" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m262.88 291.14c5.281 1.852 9.381 5.697 12.998 10.09"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path147" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m316.31 347.34c2.439 5.367 2.439 11.775-2.889 14.41"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path149" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m329.31 367.52c5.039-4.025 5.396-10.334 2.889-15.854"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path151" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m337.97 345.9c3.535 4.074 5.043 9 4.332 14.412"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path153" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m371.19 317.08c4.531-3.459 6.57-8.688 5.777-14.412"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path155" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m388.52 301.23c1.379 6.584-0.877 12.873-5.779 17.291"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path157" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m394.3 301.23c-1.324-1.182-2.293-2.639-2.889-4.326"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path159" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m358.19 285.37c-1.91 1.92-3.568 3.16-5.775 4.324"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path161" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m345.2 272.4c-2.014-3.26-2.014-6.828 0-10.086"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path163" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m337.97 262.32c0.635-3.246 2.131-6.268 4.332-8.648"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path165" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m336.53 257.99c1.463-3.607 3.443-7.076 5.775-10.088"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path167" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m358.19 249.34c-0.268-2.102 0.217-4.023 1.443-5.764"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path169" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m356.75 243.58c1.229-1.74 1.713-3.664 1.443-5.766"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path171" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m355.3 237.81c1.254-2.756 1.736-5.637 1.445-8.646"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path173" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m335.08 227.73c0.408 3.494-0.072 6.865-1.443 10.086"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path175" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m332.2 233.49c-1.238 2.289-2.203 4.693-2.889 7.207"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path177" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m327.86 220.52c5.6-12.734-6.506-17.941-10.111-27.381"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path179" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m322.08 213.32c0.479 4.189-0.49 8.035-2.889 11.529"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path181" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m307.65 223.4c-3.363 5.332-7.662 9.615-13 12.971"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path183" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m304.76 211.88c-0.533 4.424-2.057 8.951-4.334 12.971"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path185" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m296.09 230.61c-3.002 3.029-6.039 5.031-8.664 5.766"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path187" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m293.2 266.64c-4.611-1.781-9.871-0.025-12.998 2.883"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path189" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m280.2 269.52c0.205-1.287-0.318-2.223-1.445-2.883"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path191" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m275.87 263.76c1.18-6.863 10.006-5.416 14.441-1.439-5.666 4.854-13.785 5.436-15.887-1.443"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path193" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m277.32 270.96c-6.236-12.455-17.502-23.652-21.662-36.029"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path195" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m261.43 246.46c9.516 3.242 20.291 4.445 30.33 7.205"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path197" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m288.87 255.11c1.598 1.945 2.037 4.514 1.443 7.207"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path199" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m267.21 232.05c2.178-7.025 3.262-18.271-4.332-21.619"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path201" style="stroke-width:0;stroke-miterlimit:10;fill:none" d="m271.54 216.2v12.969"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path203" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m274.43 232.05c2.666-2.734 3.619-6.248 2.889-10.09"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path205" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m296.09 200.35c2.588-6.235 1.121-12.641-1.445-18.736"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path207" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m298.98 204.67c3.658-7.642 2.326-13.722 0-21.619"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path209" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m304.76 190.26c0.268-2.103-0.217-4.025-1.445-5.765"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path211" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m268.65 172.96c-6.734-1.943-16.303 0.44-20.219 7.206"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path213" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m248.43 151.35c-4.127 1.988-7.705 5.031-10.111 8.646"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path215" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m226.77 168.64c-2.332 3.013-4.313 6.481-5.775 10.088"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path217" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m226.77 174.4c-1.4 2.193-1.873 4.61-1.443 7.207"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path219" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m219.55 185.93c-2.373 1.833-3.814 4.239-4.332 7.207"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path221" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m213.77 185.93c-4.254 3.277-7.186 7.862-8.665 12.969"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path223" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m187.78 211.88c1.702-5.086 1.628-10.744 0-15.854"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path225" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m190.66 200.35c0.291-3.01-0.191-5.893-1.445-8.648"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path227" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m190.66 180.17c0.291-3.01-0.191-5.893-1.445-8.648"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path229" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m193.55 174.4c-0.688-2.512-1.651-4.918-2.888-7.206"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path231" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m197.89 162.88c2.459-6.799-0.758-13.535-2.888-20.175"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path233" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m202.22 171.52c2.078-6.592 2.129-13.655 0-20.175"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path235" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m206.55 157.11c-0.963-2.882-1.925-5.765-2.887-8.648"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path237" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m208 139.82c-2.201-4.908-5.5-9.527-10.11-11.529"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path239" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m161.78 108.11c4.848 1.997 9.091 3.957 12.999 7.207"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path241" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m154.56 103.79c5.427-0.511 10.933 0.596 15.884 2.881"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path243" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m138.68 79.288c6.061 2.016 12.057 3.522 17.329 7.204"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path245" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m156 83.611c3.964 1.415 6.019 4.471 5.776 8.648"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path247" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m176.22 82.169c4.778 1.655 9.049 4.195 12.997 7.206"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path249" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m210.88 80.729c3.801 3.421 7.246 7.294 10.109 11.529"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path251" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m228.21 89.375c1.926 2.882 3.852 5.764 5.775 8.646"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path253" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m233.99 89.375c0.963 1.921 1.926 3.843 2.889 5.765"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path255" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m252.76 125.4c2.482-5.509 6.227-10.198 11.555-12.969"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path257" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m258.54 131.17c0.178-4.483 2.252-8.594 5.779-11.53"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path259" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m307.65 134.05c-5.668 6.237-1.949 14.486 2.887 20.177"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path261" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m313.42 145.58c-2.604 5.34 1.059 10.258 7.221 11.529"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path263" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m350.97 168.64c4.252 7.333 5.529 16.013 2.889 24.5"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path265" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m358.19 198.9c2.256-6.391 2.023-13.704 0-20.175"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path267" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m361.08 164.32c-2.086-6.078-5.609-11.279-10.109-15.854"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path269" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m352.42 139.82c4.254 3.277 7.186 7.863 8.664 12.971"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path271" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m362.52 145.58c2.643 4.911 4.342 10.315 4.334 15.854"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path273" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m362.52 214.76c-0.857 0.744-1.777 2.781-1.443 0-1.229 5.543-6.076 11.639-8.664 11.529-2.127 4.127-4.475 7.873-7.221 11.529v-2.881c-2.846 3.418-5.711 6.754-8.666 10.086 1.063-1.861 1.885-3.867 2.887-5.762-3.418 3.871-7.121 7.555-11.551 10.086"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path275" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m281.65 105.23c10.549 13.584 16.85 1.664 27.441 4.323 10.33 2.594 10.785 16.544 25.994 10.089"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path277" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m320.64 123.96c-11.648 2.481-18.086-1.289-25.996-10.088"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path279" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m290.31 105.23c-15.09-2.491-28.488 0.307-43.324 1.442"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path281" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m236.88 100.9c19.971-1.991 39.533-2.488 59.213 1.441"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path283" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m293.2 96.582c-11.979-4.73-30.795-6.708-43.326-2.883"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path285" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m303.31 95.14c10.15-8.883 22.537 8.569 11.553 4.325-0.932 4.81-2.109 4.152-5.775 7.205-1.02-4.596-2.789-4.906-1.443-8.648-4.78 1.291-2.69-1.547-4.33-2.882"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path287" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m304.76 98.022c-0.205 1.287 0.316 2.224 1.443 2.883"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path289" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m314.86 102.35c1.287 0.205 2.227-0.316 2.889-1.441"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path291" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m310.53 99.465c-0.752 3.397-1.203 6.542-1.443 10.086"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path293" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m375.52 136.93c-16.697-12.502-30.346-20.198-49.102-28.822"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path295" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m330.75 113.88c8.668 5.537 16.084 11.624 24.551 17.294"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path297" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m353.86 115.32c-8.799-3.83-14.682-9.507-24.551-10.09"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path299" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m332.2 89.375c-1.072-0.752-1.959 0.136-2.889-1.439 3.846-11.273 23.867-10.171 20.939-4.325-4.148 8.289-16.561 10.112-19.496 1.442"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path301" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m339.42 86.492c0.588-3.017-1.111-4.572 1.445-5.763 0.68 2.785-1.07 3.819-1.44 5.763"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path303" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m307.65 77.846c-4.82 10.252-15.887 1.832-15.887-7.204 0-12.438 28.076 17.022 11.553 11.527"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path305" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m297.54 77.846c0.197-3.057-0.502-4.838 1.443-7.206 0.69 3.14-0.94 4.898-1.44 7.206"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path307" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m281.65 46.142c-7.088-11.299-2.889-26.132-2.889-38.911 8.775 1.112 27.119 25.041 27.441 30.265-1.682-1.678-3.961-2.788-5.777-4.325 1.045 2.074 1.691 3.751 2.889 5.765-1.867-0.24-2.951-1.17-4.334-1.439 0.848 1.755 1.75 2.842 2.889 4.323-0.973 0.093-3.512-0.489-4.332 0 0.182 0.959 2.703 1.333 1.443 2.881-2.305 0.267-1.256-1.135-2.887-1.441-0.488 0.747 0.088 3.408 0 4.323-1.029-0.357-2.018-2.202-2.889-2.881 0.48 1.442 0.963 2.883 1.443 4.325-1.613-1.594-4.027-2.589-5.775-4.325 0.338 1.862-0.305 3.896 0 5.765-1.158-1.966-2.867-3.646-4.332-5.765 0.391 2.177 0.861 3.638 1.443 5.765-0.734-1.543-2.621-5.497-3.611-6.485-2.03-2.041 0.13 1.544-0.71 2.16"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path309" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m280.2 63.436c0.117 3.843 1.879 7.266 4.334 8.648"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path311" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m280.2 73.523c1.445 1.44 2.889 2.881 4.334 4.323"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path313" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m294.65 64.877c-1.602-2.371-2.064-5.508-1.443-8.648"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path315" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m298.98 53.348c1.666 2.321 3.24 4.938 4.334 7.207"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path317" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m307.65 60.554c-1.76-2.74-2.217-6.511-1.445-10.09"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path319" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m310.53 50.464c-0.752 3.399-1.203 6.545-1.443 10.09"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path321" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m293.2 31.729c0.291-3.009-0.191-5.891-1.443-8.646"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path323" style="stroke-width:0;stroke-miterlimit:10;fill:none" d="m294.65 27.406v5.765"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path325" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m313.42 44.7c0.688-2.238 1.574-4.027 2.889-5.765"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path327" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m316.31 46.142c-0.295-2.49 0.717-4.391 2.887-5.765"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path329" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m320.64 53.348c0.688-2.512 1.65-4.918 2.887-7.206"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path331" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m324.98 47.581c0.652-2.234 2.096-3.674 4.332-4.323"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path333" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m342.3 64.877c1.373-3.222 1.852-6.594 1.443-10.089"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path335" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m349.53 57.671c-1.549 3.98-3.957 7.344-7.223 10.088"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path337" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m345.2 69.2c1.689-0.592 3.148-1.559 4.332-2.883"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path339" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m348.08 74.963c1.184-1.323 2.643-2.288 4.332-2.879"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path341" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m352.42 74.963c3.686-1.691 5.434-4.582 5.775-8.646"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path343" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m356.75 106.67c2.262 3.994 5.363 5.747 8.666 4.325"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path345" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m355.3 100.9c3.387 4.264 7.529 7.206 13 7.206"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path347" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m365.41 103.79c3.076 0.074 5.891-0.402 8.664-1.442"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path349" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m378.41 80.729c1.955-1.544 3.404-3.469 4.332-5.767"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path351" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m384.19 79.288c1.252-2.756 1.734-5.639 1.443-8.648"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path353" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m372.63 51.906c-1.271-15.737 21.039-27.823 33.215-33.147 1.141 14.406-4.023 34.972-17.328 41.795 0.836-2.15 0.883-3.668 1.443-5.767-3.125 4.186-4.086 4.197-8.666 5.767 0.268 0.659 1.451-2.984 1.443-2.883-1.352 0.645-2.953 2.075-4.332 2.883 0.521-2.146 0.631-3.596 1.443-5.767-1.031 0.856-1.932 1.941-2.887 2.883 1.023-3.235 1.365-6.649 2.887-10.09-1.803 2.016-4.08 3.664-5.775 5.767 1.051-2.066 1.684-4.888 2.889-7.206-2.28 1.625-3.16 3.802-4.32 5.765"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path355" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m382.74 43.258c-1.756-1.621-1.48-3.697 0-5.763"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path357" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m385.63 40.377c-1.711-1.252-1.49-2.75 0-4.325"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path359" style="fill-rule:evenodd;stroke:#000000;clip-rule:evenodd;stroke-miterlimit:9.8213;stroke-width:0.405;fill:#D9D9C5" d="m169 379.05c-9.879-8.861-12.484-18.539-24.551-24.502h4.332c-0.506-2.188-2.023-3.467-2.889-5.764 1.268-0.143 3.139 0.418 4.334 0-3.945-3.34-24.613-11.971-10.109-14.412 0.018 0.004 8.746 1.703 12.997 0-0.481-0.48-0.962-0.961-1.443-1.441 21.587-9.656 49.044 27.164 57.767 43.234-10.55 3.37-30.42 8.01-40.44 2.88m144.42-17.3c-11.873 5.443-22.941-19.086-25.994-25.939 0.961-0.48 1.924-0.961 2.887-1.441-3.688-2.279-2.549-2.402-4.332-5.764 10.922-1.557 15.27 4.27 21.664 4.322 4.77 3.387 9.598 4.615 17.33 7.207h-2.891c5.932 2.666 9.695 0.701 8.666-5.766 34.88 11.14-3 51.41-17.34 27.38m-41.88-102.32c-3.561-4.178-6.6-8.627-10.111-12.971 8.926 3.041 42.002 1.793 31.773 20.176-3.857-2.326-12.393 1.082-15.887 4.324-1.92-3.84-3.84-7.68-5.77-11.53m4.33 4.33c1.18-6.863 10.006-5.416 14.441-1.439-4.73 4.05-11.17 4.73-14.44 1.44m76.55 25.94c5.984-4.596 12.338-0.363 17.33 0 7.855 0.574 9.695-3.732 17.33 2.883v-2.883c13.93 10.506 9.119 26.904-7.223 28.822-19.48 2.29-22.58-12.88-27.44-28.82m-10.12-51.89c2.236-8.699 6.018-10.041 4.334-18.734 1.061 1.904 2.205 2.254 2.889 4.324 1.662-7.635 1.496-16.045-7.223-18.735v2.881c-4.744-9.382-21.98-14.279-21.662-24.5-4.654 0.222-14.83-5.391-14.441-12.969-2.779 2.768-5.059 3.166-7.223 7.206v-4.325c-1.182 0.28-1.061 2.499-2.887 1.441-0.639-4.689 0.316-9.018 2.887-12.969-0.48 0.48-0.961 0.96-1.443 1.44-1.832-6.687-10.396-13.667-14.441-12.969 0-6.542 3.598-22.83-7.221-17.296 0.219-1.362 1.369-0.984 1.443-2.881-2.951 1.291-5.854 1.034-8.664 2.881 2.83-6.353 4.658-11.774 10.107-15.853-3.389-0.964-5.314-1.856-10.107-1.439 1.893-1.155 3.668-2.866 5.775-4.323-0.611-0.244-4.1-1.263-4.332-1.443l2.889-1.44c0.402 1.296-3.076-1.581-2.889-1.441 3.35-4.633 4.768-1.819 1.445-8.648 5.822 2.779 9.922 8.34 15.887 10.089-2.492-3.848-2.832-3.467 0-8.646l-2.889 1.44c-0.098-4.18-1.287-6 0-10.088-0.482 0.48-0.965 0.961-1.445 1.441 1.813-10.149 11.238-6.163 15.885-7.206 1.17 1.388 2.209 4.074 2.889 5.765 0.482-0.96 0.963-1.921 1.445-2.881-1.156 7.662 2.406 12.736 5.777 18.734 4.465-3.056 6.537-4.926 11.553-5.765-0.578-4.471-3.82-7.451-8.664-8.646 2.275-1.831 2.18-3.257 4.332-5.767l-2.889 2.883c2.633-5.253 5.361-10.285 7.221-15.852 0.482 0.48 0.963 0.959 1.443 1.439 1.676-5.089 1.811-10.468 1.443-15.852 0.217-0.909 4.914-9.045 10.111-11.53-3.141 4.714-4.395 10.077-4.332 15.854 0.48-0.48 0.961-0.961 1.443-1.442 0.58 5.205 1.303 9.041 1.445 14.413 0.48-0.481 0.961-0.962 1.443-1.444-0.936 1.595-1.51 4.028-2.889 5.767-0.482-0.48-0.963-0.961-1.443-1.441-0.666 3.361-2.018 5.512-2.889 8.648v-2.883c-1.898 4.375-0.225 8.228 4.332 10.087-0.482-0.48-0.963-0.961-1.443-1.441 5.895 2.501 10.354 0.246 13.719 3.604 3.633 3.624 3.674 9.034 9.389 12.249h-2.889c14.148 7.968 13.217 15.72 28.883 1.443-9.871 12.066 0.242 33.55 4.332 46.116-0.809-1.985-2.076-3.782-2.889-5.765 0.094 5.069 0.547 9.554 1.445 14.413-0.48-0.961-0.963-1.922-1.445-2.883 1.225 3.23 1.74 6.798 2.889 10.088-0.939-0.981-1.928-1.92-2.889-2.881 0.682 3.778 0.523 7.807 1.445 11.529-0.48-0.961-0.963-1.922-1.445-2.883 1.273 9.799-6.221 26.863-12.996 28.823-2.16 3.76-5.563 7.109-5.777 7.205-1.229 5.543-6.076 11.639-8.664 11.529-2.127 4.127-4.475 7.873-7.221 11.529v-2.881c-0.99 0.95-1.95 1.91-2.92 2.87"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path361" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m169 379.05c-9.879-8.861-12.484-18.539-24.551-24.502h4.332c-0.506-2.188-2.023-3.467-2.889-5.764 1.268-0.143 3.139 0.418 4.334 0-3.945-3.34-24.613-11.971-10.109-14.412 0.018 0.004 8.746 1.703 12.997 0-0.481-0.48-0.962-0.961-1.443-1.441 21.587-9.656 49.044 27.164 57.767 43.234-10.55 3.37-30.42 8.01-40.44 2.88"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path363" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m313.42 361.75c-11.873 5.443-22.941-19.086-25.994-25.939 0.961-0.48 1.924-0.961 2.887-1.441-3.688-2.279-2.549-2.402-4.332-5.764 10.922-1.557 15.27 4.27 21.664 4.322 4.77 3.387 9.598 4.615 17.33 7.207h-2.891c5.932 2.666 9.695 0.701 8.666-5.766 34.88 11.14-3 51.41-17.34 27.38"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path365" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m271.54 259.43c-3.561-4.178-6.6-8.627-10.111-12.971 8.926 3.041 42.002 1.793 31.773 20.176-3.857-2.326-12.393 1.082-15.887 4.324-1.92-3.84-3.84-7.68-5.77-11.53"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path367" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m275.87 263.76c1.18-6.863 10.006-5.416 14.441-1.439-4.73 4.05-11.17 4.73-14.44 1.44"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path369" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m352.42 289.7c5.984-4.596 12.338-0.363 17.33 0 7.855 0.574 9.695-3.732 17.33 2.883v-2.883c13.93 10.506 9.119 26.904-7.223 28.822-19.48 2.29-22.58-12.88-27.44-28.82"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path371" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m342.3 237.81c2.236-8.699 6.018-10.041 4.334-18.734 1.061 1.904 2.205 2.254 2.889 4.324 1.662-7.635 1.496-16.045-7.223-18.735v2.881c-4.744-9.382-21.98-14.279-21.662-24.5-4.654 0.222-14.83-5.391-14.441-12.969-2.779 2.768-5.059 3.166-7.223 7.206v-4.325c-1.182 0.28-1.061 2.499-2.887 1.441-0.639-4.689 0.316-9.018 2.887-12.969-0.48 0.48-0.961 0.96-1.443 1.44-1.832-6.687-10.396-13.667-14.441-12.969 0-6.542 3.598-22.83-7.221-17.296 0.219-1.362 1.369-0.984 1.443-2.881-2.951 1.291-5.854 1.034-8.664 2.881 2.83-6.353 4.658-11.774 10.107-15.853-3.389-0.964-5.314-1.856-10.107-1.439 1.893-1.155 3.668-2.866 5.775-4.323-0.611-0.244-4.1-1.263-4.332-1.443l2.889-1.44c0.402 1.296-3.076-1.581-2.889-1.441 3.35-4.633 4.768-1.819 1.445-8.648 5.822 2.779 9.922 8.34 15.887 10.089-2.492-3.848-2.832-3.467 0-8.646l-2.889 1.44c-0.098-4.18-1.287-6 0-10.088-0.482 0.48-0.965 0.961-1.445 1.441 1.813-10.149 11.238-6.163 15.885-7.206 1.17 1.388 2.209 4.074 2.889 5.765 0.482-0.96 0.963-1.921 1.445-2.881-1.156 7.662 2.406 12.736 5.777 18.734 4.465-3.056 6.537-4.926 11.553-5.765-0.578-4.471-3.82-7.451-8.664-8.646 2.275-1.831 2.18-3.257 4.332-5.767l-2.889 2.883c2.633-5.253 5.361-10.285 7.221-15.852 0.482 0.48 0.963 0.959 1.443 1.439 1.676-5.089 1.811-10.468 1.443-15.852 0.217-0.909 4.914-9.045 10.111-11.53-3.141 4.714-4.395 10.077-4.332 15.854 0.48-0.48 0.961-0.961 1.443-1.442 0.58 5.205 1.303 9.041 1.445 14.413 0.48-0.481 0.961-0.962 1.443-1.444-0.936 1.595-1.51 4.028-2.889 5.767-0.482-0.48-0.963-0.961-1.443-1.441-0.666 3.361-2.018 5.512-2.889 8.648v-2.883c-1.898 4.375-0.225 8.228 4.332 10.087-0.482-0.48-0.963-0.961-1.443-1.441 5.895 2.501 10.354 0.246 13.719 3.604 3.633 3.624 3.674 9.034 9.389 12.249h-2.889c14.148 7.968 13.217 15.72 28.883 1.443-9.871 12.066 0.242 33.55 4.332 46.116-0.809-1.985-2.076-3.782-2.889-5.765 0.094 5.069 0.547 9.554 1.445 14.413-0.48-0.961-0.963-1.922-1.445-2.883 1.225 3.23 1.74 6.798 2.889 10.088-0.939-0.981-1.928-1.92-2.889-2.881 0.682 3.778 0.523 7.807 1.445 11.529-0.48-0.961-0.963-1.922-1.445-2.883 1.273 9.799-6.221 26.863-12.996 28.823-2.16 3.76-5.563 7.109-5.777 7.205-1.229 5.543-6.076 11.639-8.664 11.529-2.127 4.127-4.475 7.873-7.221 11.529v-2.881c-0.99 0.95-1.95 1.91-2.92 2.87"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path373" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m177.67 351.67c3.506 1.109 6.974 3.115 10.109 5.764"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path375" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m189.22 355.99c3.376 1.139 5.332 3.613 5.778 7.203"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path377" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m313.42 361.75c5.328-2.635 5.328-9.043 2.889-14.41"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path379" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m332.2 351.67c2.508 5.52 2.15 11.828-2.889 15.854"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path381" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m342.3 360.31c0.711-5.412-0.797-10.338-4.332-14.412"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path383" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m371.19 317.08c4.531-3.459 6.57-8.688 5.777-14.412"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path385" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m388.52 301.23c1.539 6.604-0.967 12.834-5.779 17.291"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path387" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m394.3 301.23c-1.324-1.182-2.293-2.639-2.889-4.326"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path389" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m280.2 269.52c0.205-1.287-0.318-2.223-1.445-2.883"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path391" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m275.87 263.76c0.203-1.285-0.32-2.223-1.445-2.883"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path393" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m290.31 262.32c0.666-2.697 0.24-5.297-1.443-7.207"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path395" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m350.97 168.64c4.482 7.73 4.932 15.875 2.889 24.5"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path397" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m358.19 198.9c2.256-6.391 2.023-13.704 0-20.175"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path399" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m366.86 161.44c0.008-5.539-1.691-10.943-4.334-15.854"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path401" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m352.42 139.82c4.254 3.277 7.186 7.863 8.664 12.971"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path403" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m361.08 164.32c-2.086-6.078-5.609-11.279-10.109-15.854"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path405" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m313.42 145.58c-2.705 5.357 1.299 10.605 7.221 11.529"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path407" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m307.65 134.05c-5.668 6.237-1.949 14.486 2.887 20.177"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path409" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m320.64 123.96c-11.648 2.481-18.086-1.289-25.996-10.088"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path411" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m285.98 108.11c7.777 10.468 14.629-0.902 23.107 1.44 10.621 2.934 10.236 16.467 25.994 10.089"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path413" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m310.53 99.465c-0.695 3.422-1.143 6.536-1.443 10.086"/><line xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="line415" style="stroke-width:0;stroke-miterlimit:10;fill:none" y2="105.23" y1="105.23" x2="284.54" x1="290.31"/><line xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="line417" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" y2="103.79" y1="105.23" x2="274.43" x1="281.65"/><line xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="line419" style="stroke-width:0;stroke-miterlimit:10;fill:none" y2="99.465" y1="99.465" x2="272.98" x1="271.54"/><line xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="line421" style="stroke-width:0;stroke-miterlimit:10;fill:none" y2="99.465" y1="99.465" x2="285.98" x1="284.54"/><line xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="line423" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" y2="102.35" y1="99.465" x2="296.09" x1="287.43"/><line xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="line425" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" y2="96.582" y1="95.14" x2="293.2" x1="283.09"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path427" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m330.75 113.88c8.668 5.537 16.084 11.624 24.551 17.294"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path429" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m375.52 136.93c-16.697-12.502-30.346-20.198-49.102-28.822"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path431" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m353.86 115.32c-8.799-3.83-14.682-9.507-24.551-10.09"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path433" style="fill-rule:evenodd;stroke:#000000;clip-rule:evenodd;stroke-miterlimit:9.8213;stroke-width:0.405;fill:#996666" d="m281.65 45.142c-7.252-11.561-2.889-25.994-2.889-38.911 8.775 1.112 27.119 25.041 27.441 30.265-1.682-1.678-3.961-2.788-5.777-4.325 1.045 2.074 1.691 3.751 2.889 5.765-1.867-0.239-2.951-1.17-4.334-1.439 0.846 1.756 1.75 2.842 2.889 4.323-0.973 0.093-3.512-0.489-4.332 0 0.182 0.96 2.703 1.333 1.443 2.881-2.314 0.295-1.254-1.135-2.887-1.441-0.383 1.236 0.125 3.028 0 4.323-0.482 0.076-2.438-2.53-2.889-2.881v4.325c-1.529-1.341-2.846-2.938-4.332-4.325 0.309 1.707 0.111 4.03 0 5.765-1.158-1.966-2.867-3.646-4.332-5.765 0.391 2.177 0.861 3.638 1.443 5.765-0.734-1.543-2.621-5.497-3.611-6.485-2.04-2.041 0.12 1.544-0.72 2.16m90.98 5.764c-1.271-15.737 21.039-27.823 33.215-33.147 1.145 14.46-3.787 34.945-17.328 41.795 1.035-2.208 0.861-3.592 1.443-5.767-2.939 4.398-3.6 4.551-8.666 5.767 1.082 0.434 1.434-2.698 1.443-2.883-1.773 0.794-2.813 1.872-4.332 2.883 0.539-2.219 0.43-3.541 1.443-5.767-0.914 0.792-1.814 2.341-2.887 2.883 0.986-3.485 1.234-6.528 2.887-10.09-1.803 2.017-4.074 3.667-5.775 5.767 1.051-2.066 1.684-4.888 2.889-7.206-2.28 1.625-3.16 3.802-4.32 5.765"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path435" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m281.65 45.142c-7.252-11.561-2.889-25.994-2.889-38.911 8.775 1.112 27.119 25.041 27.441 30.265-1.682-1.678-3.961-2.788-5.777-4.325 1.045 2.074 1.691 3.751 2.889 5.765-1.867-0.239-2.951-1.17-4.334-1.439 0.846 1.756 1.75 2.842 2.889 4.323-0.973 0.093-3.512-0.489-4.332 0 0.182 0.96 2.703 1.333 1.443 2.881-2.314 0.295-1.254-1.135-2.887-1.441-0.383 1.236 0.125 3.028 0 4.323-0.482 0.076-2.438-2.53-2.889-2.881v4.325c-1.529-1.341-2.846-2.938-4.332-4.325 0.309 1.707 0.111 4.03 0 5.765-1.158-1.966-2.867-3.646-4.332-5.765 0.391 2.177 0.861 3.638 1.443 5.765-0.734-1.543-2.621-5.497-3.611-6.485-2.04-2.041 0.12 1.544-0.72 2.16"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path437" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m372.63 50.906c-1.271-15.737 21.039-27.823 33.215-33.147 1.145 14.46-3.787 34.945-17.328 41.795 1.035-2.208 0.861-3.592 1.443-5.767-2.939 4.398-3.6 4.551-8.666 5.767 1.082 0.434 1.434-2.698 1.443-2.883-1.773 0.794-2.813 1.872-4.332 2.883 0.539-2.219 0.43-3.541 1.443-5.767-0.914 0.792-1.814 2.341-2.887 2.883 0.986-3.485 1.234-6.528 2.887-10.09-1.803 2.017-4.074 3.667-5.775 5.767 1.051-2.066 1.684-4.888 2.889-7.206-2.28 1.625-3.16 3.802-4.32 5.765"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path439" style="fill-rule:evenodd;stroke:#000000;clip-rule:evenodd;stroke-miterlimit:9.8213;stroke-width:0.405;fill:#F5A9A9" d="m280.2 269.52c3.287-3.059 9.918-6.223 12.998-1.441-4.22 1.2-8.53 1.68-13 1.44m-4.33-5.76c0.711-4.133 12.977-7.914 14.441-2.883 1.95 6.67-13.11 4.22-14.44 2.88m31.78-159.97c-0.074-11.354 11.523-14.257 12.996-2.883-2.266-1.102-4.084-0.633-5.777-1.44-0.932 4.81-2.109 4.152-5.775 7.205 0.24-1.58-0.41-1.94-1.45-2.89"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path441" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m280.2 269.52c3.287-3.059 9.918-6.223 12.998-1.441-4.22 1.2-8.53 1.68-13 1.44"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path443" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m275.87 263.76c0.711-4.133 12.977-7.914 14.441-2.883 1.95 6.67-13.11 4.22-14.44 2.88"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path445" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m307.65 103.79c-0.074-11.354 11.523-14.257 12.996-2.883-2.266-1.102-4.084-0.633-5.777-1.44-0.932 4.81-2.109 4.152-5.775 7.205 0.24-1.58-0.41-1.94-1.45-2.89"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path447" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m309.09 106.67c1.4-2.192 1.873-4.609 1.443-7.205"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path449" style="fill-rule:evenodd;stroke:#000000;clip-rule:evenodd;stroke-miterlimit:9.8213;stroke-width:0.405;fill:#FFBF00" d="m303.31 81.169c-7.818 1.183-16.461-9.823-8.666-12.969 7.55-3.044 17.5 8.866 8.67 12.969m-5.77-4.323c0.197-3.057-0.502-4.838 1.443-7.206 0.69 3.14-0.94 4.898-1.44 7.206m34.66 11.529c-4.904-12.153 7.139-10.087 14.441-10.087 7.37 0-2.64 14.575-14.44 10.087m7.22-2.883c0.588-3.017-1.111-4.572 1.445-5.763 0.68 2.785-1.07 3.819-1.44 5.763"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path451" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m303.31 81.169c-7.818 1.183-16.461-9.823-8.666-12.969 7.55-3.044 17.5 8.866 8.67 12.969"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path453" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m297.54 76.846c0.197-3.057-0.502-4.838 1.443-7.206 0.69 3.14-0.94 4.898-1.44 7.206"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path455" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m332.2 88.375c-4.904-12.153 7.139-10.087 14.441-10.087 7.37 0-2.64 14.575-14.44 10.087"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path457" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m339.42 85.492c0.588-3.017-1.111-4.572 1.445-5.763 0.68 2.785-1.07 3.819-1.44 5.763"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path459" style="fill-rule:evenodd;stroke:#000000;clip-rule:evenodd;stroke-miterlimit:9.8213;stroke-width:0.405;fill:#666666" d="m104.01 389.14c-20.697-30.977-49.927-54.453-65.578-89.594-13.175-29.584-23.795-69.5-14.548-101.81 9.784-34.188 30.214-74.328 67.129-85.296 31.722-9.426 71.935-4.126 89.54 25.942 0.966-10.968-24.249-46.42-23.83-46.838 12.695-12.673 32.558 4.755 45.492 7.927-1-5.271-4.453-9.584-8.665-12.973 0.481-0.48 0.964-0.959 1.445-1.439 7.38 4.97 21.14 18.894 28.884 20.175-1.533-2.154-2.539-6.703-4.334-8.646 14.563 3.517 26.057 23.419 38.992 31.705 5.58 3.575 13.557 3.731 18.775 7.206 6.988 4.651 5.777 4.647 5.777 14.413 0.48-0.481 0.963-0.962 1.445-1.443 4.297 4.72 10.992 7.1 12.996 14.413 0.482-0.48 0.963-0.96 1.443-1.44-2.57 3.951-3.525 8.28-2.887 12.969 1.826 1.057 1.705-1.161 2.887-1.441v4.325c2.164-4.041 4.443-4.438 7.223-7.206-0.389 7.578 9.787 13.191 14.441 12.969-0.322 10.347 17.023 15.244 21.662 24.5v-2.881c8.779 3.038 8.93 10.895 7.223 18.735-0.662-1.855-1.91-2.801-2.889-4.324 1.652 7.395-2.553 19.559-10.109 25.939 1.063-1.861 1.885-3.867 2.887-5.762-6.842 7.744-15.408 14.148-25.994 14.41 0.48-0.48 0.963-0.961 1.443-1.441-16.59 5.941-30.449-5.877-41.158-16.572-10.383-10.369-22.277-9.141-14.443 6.484 10.262 20.467 28.504 49.35 44.771 65.572 5.846 5.83 11.742 13.154 18.051 19.457 4.473 4.467 15.031 19.725 0 12.971h2.891c-6.492-1.002-10.611-5.055-14.443-4.324-2.906-1.713-7.533-1.363-10.109-7.205-14.162 7-52.912-50.941-63.545-60.529-19.793-17.854-45.696-42.902-15.939-65.173 5.971-4.469 24.588-37.176 18.105-43.635-8.119-8.09-19.406 7.293-25.273 15.132-4.248 5.678-20.735 36.586-27.44 31.705-5.294-3.853 0.902-41.574-4.332-50.441 0 27.479-8.84 46.437-15.887 72.06-0.48-0.961-0.963-1.922-1.443-2.883-4.276 8.953-8.999 16.02-17.33 21.617 0.481-0.961 0.963-1.922 1.443-2.883-8.159 13.217-42.531 20.773-38.993 36.029 2.184 9.414 20.659 17.832 26.718 25.221 8.919 10.877 17.162 21.258 29.605 28.102-4.968-1.109-10.023-1.896-14.44 0 0.481 0.48 0.962 0.961 1.443 1.441-4.251 1.703-12.979 0.004-12.997 0-3.1 2.074-3.914 0.293-5.776 4.322-18.988-12.41-55.826-24.469-64.268-49.719-6.073-18.168 7.05-23.428 14.441-38.191 4.296-8.58-2.985-13.492-3.61-15.852-1.783-6.742-2.148-14.305 0-21.617-13.824 12.82-20.617-12.05-27.438-4.324-6.781 7.682 2.343 51.064 4.332 61.971 5.025 15.295 17.957 39.473 28.883 57.646 0.481-0.961 0.963-1.922 1.443-2.883 9.4 15.207 24.34 25.725 36.827 38.189 6.713 6.701 33.718 19.457 43.325 19.457 19.324 0 38.836 4.426 56.325-7.207 4.551-3.027 40.754-18.236 29.605 0 0.482-0.48 0.965-0.961 1.445-1.441 2.934 20.422-40.883 29.824-56.323 33.146-34.06 7.29-64.84-5.54-95.29-18.78m257.07-102.33c-7.42-9.871-23.391-30.283-10.109-41.795 0.451 2.061 3.363 5.621 4.332 8.648 3.141-5.613 0.535-12.127-0.373-18.469-1.424-9.936 5.611-11.535 6.15-20.443 0.607 0.385-0.16 2.41 1.443 0 5.939 16.512 7.223 28.297 7.223 45.398 0 11.793 15.645 20.857 17.33 32.426-10.88-9.87-16.82 3.08-25.99-5.78m-85.21-237.78c-2.27-8.167-6.375-47.542 5.775-49.001 8.676-1.042 30.91 32.254 38.994 36.028-7.285 0.086-18.215 9.945-21.664 1.444 1.693 0.33 1.891 1.708 4.334 1.439-1.197-2.013-1.844-3.691-2.889-5.765 1.816 1.538 4.096 2.647 5.777 4.325-0.322-5.224-18.666-29.153-27.441-30.265 0 12.827-4.248 27.521 2.889 38.911v-2.883c1.516 2.104 3.066 4.787 4.334 7.206-1.646-1.02-2.83-1.625-4.334-2.883 0.482 1.442 0.963 2.883 1.445 4.325-1.703-2.324-2.836-2.583-4.334-5.765 0.242 2.371-0.33 4.849 0 7.206-1.44-1.293-1.75-2.834-2.88-4.322m76.55 60.525c-5.715-3.215-5.756-8.625-9.389-12.249-3.365-3.358-7.824-1.102-13.719-3.604 0.48 0.48 0.961 0.961 1.443 1.441-4.557-1.86-6.23-5.712-4.332-10.087v2.883c0.871-3.136 2.223-5.287 2.889-8.648 0.48 0.48 0.961 0.961 1.443 1.441 1.379-1.739 1.953-4.171 2.889-5.767-0.482 0.481-0.963 0.962-1.443 1.444-0.143-5.372-0.865-9.208-1.445-14.413-0.482 0.48-0.963 0.961-1.443 1.442-0.063-5.777 1.191-11.14 4.332-15.854-5.197 2.485-9.895 10.621-10.111 11.53 0.367 5.384 0.232 10.763-1.443 15.852-0.48-0.48-0.961-0.959-1.443-1.439-1.58 5.767-5.211 10.298-7.221 15.852l2.889-2.883c-2.684 6.804-8.719 8.961-8.664 17.296-8.455-9.334 2.752-19.925 7.941-30.266 6.672-13.292-1.541-22.036 12.998-31.705 10.975-7.3 27.367 5.111 35.383-2.882 5.424-5.408 16.072-10.9 23.107-14.412 3.174-1.584 15.57-12.962 17.33-12.971 19.578-0.093-10.779 63.967-13.721 72.777-3.621 10.848-9.053 31.637-22.383 35.31-7.28 2-19.32-9.85-15.91-10.09m-1.45-27.381c-3.252 10.489-14.063 9.447-21.662 5.767 3.13-9.17 14.02-14.639 21.66-5.767m27.44-21.615c0.537-2.208-0.035-3.669 1.443-5.767-0.957 0.794-2.137 1.893-2.887 2.883 1.023-3.235 1.365-6.649 2.887-10.09-1.803 2.016-4.08 3.664-5.775 5.767 1.051-2.066 1.684-4.888 2.889-7.206-1.465 2.119-3.176 3.797-4.332 5.765-1.271-15.737 21.039-27.823 33.215-33.147 1.141 14.406-4.023 34.972-17.328 41.795 0.836-2.15 0.883-3.668 1.443-5.767-3.125 4.186-4.086 4.197-8.666 5.767 1.096-1.437 1.293-0.906 1.443-2.883-1.28 1.435-2.7 1.927-4.33 2.883"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path461" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m104.01 389.14c-20.697-30.977-49.927-54.453-65.578-89.594-13.175-29.584-23.795-69.5-14.548-101.81 9.784-34.188 30.214-74.328 67.129-85.296 31.722-9.426 71.935-4.126 89.54 25.942 0.966-10.968-24.249-46.42-23.83-46.838 12.695-12.673 32.558 4.755 45.492 7.927-1-5.271-4.453-9.584-8.665-12.973 0.481-0.48 0.964-0.959 1.445-1.439 7.38 4.97 21.14 18.894 28.884 20.175-1.533-2.154-2.539-6.703-4.334-8.646 14.563 3.517 26.057 23.419 38.992 31.705 5.58 3.575 13.557 3.731 18.775 7.206 6.988 4.651 5.777 4.647 5.777 14.413 0.48-0.481 0.963-0.962 1.445-1.443 4.297 4.72 10.992 7.1 12.996 14.413 0.482-0.48 0.963-0.96 1.443-1.44-2.57 3.951-3.525 8.28-2.887 12.969 1.826 1.057 1.705-1.161 2.887-1.441v4.325c2.164-4.041 4.443-4.438 7.223-7.206-0.389 7.578 9.787 13.191 14.441 12.969-0.322 10.347 17.023 15.244 21.662 24.5v-2.881c8.779 3.038 8.93 10.895 7.223 18.735-0.662-1.855-1.91-2.801-2.889-4.324 1.652 7.395-2.553 19.559-10.109 25.939 1.063-1.861 1.885-3.867 2.887-5.762-6.842 7.744-15.408 14.148-25.994 14.41 0.48-0.48 0.963-0.961 1.443-1.441-16.59 5.941-30.449-5.877-41.158-16.572-10.383-10.369-22.277-9.141-14.443 6.484 10.262 20.467 28.504 49.35 44.771 65.572 5.846 5.83 11.742 13.154 18.051 19.457 4.473 4.467 15.031 19.725 0 12.971h2.891c-6.492-1.002-10.611-5.055-14.443-4.324-2.906-1.713-7.533-1.363-10.109-7.205-14.162 7-52.912-50.941-63.545-60.529-19.793-17.854-45.696-42.902-15.939-65.173 5.971-4.469 24.588-37.176 18.105-43.635-8.119-8.09-19.406 7.293-25.273 15.132-4.248 5.678-20.735 36.586-27.44 31.705-5.294-3.853 0.902-41.574-4.332-50.441 0 27.479-8.84 46.437-15.887 72.06-0.48-0.961-0.963-1.922-1.443-2.883-4.276 8.953-8.999 16.02-17.33 21.617 0.481-0.961 0.963-1.922 1.443-2.883-8.159 13.217-42.531 20.773-38.993 36.029 2.184 9.414 20.659 17.832 26.718 25.221 8.919 10.877 17.162 21.258 29.605 28.102-4.968-1.109-10.023-1.896-14.44 0 0.481 0.48 0.962 0.961 1.443 1.441-4.251 1.703-12.979 0.004-12.997 0-3.1 2.074-3.914 0.293-5.776 4.322-18.988-12.41-55.826-24.469-64.268-49.719-6.073-18.168 7.05-23.428 14.441-38.191 4.296-8.58-2.985-13.492-3.61-15.852-1.783-6.742-2.148-14.305 0-21.617-13.824 12.82-20.617-12.05-27.438-4.324-6.781 7.682 2.343 51.064 4.332 61.971 5.025 15.295 17.957 39.473 28.883 57.646 0.481-0.961 0.963-1.922 1.443-2.883 9.4 15.207 24.34 25.725 36.827 38.189 6.713 6.701 33.718 19.457 43.325 19.457 19.324 0 38.836 4.426 56.325-7.207 4.551-3.027 40.754-18.236 29.605 0 0.482-0.48 0.965-0.961 1.445-1.441 2.934 20.422-40.883 29.824-56.323 33.146-34.06 7.29-64.84-5.54-95.29-18.78"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path463" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m361.08 286.81c-7.42-9.871-23.391-30.283-10.109-41.795 0.451 2.061 3.363 5.621 4.332 8.648 3.141-5.613 0.535-12.127-0.373-18.469-1.424-9.936 5.611-11.535 6.15-20.443 0.607 0.385-0.16 2.41 1.443 0 5.939 16.512 7.223 28.297 7.223 45.398 0 11.793 15.645 20.857 17.33 32.426-10.88-9.87-16.82 3.08-25.99-5.78"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path465" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m275.87 49.025c-2.27-8.167-6.375-47.542 5.775-49.001 8.676-1.042 30.91 32.254 38.994 36.028-7.285 0.086-18.215 9.945-21.664 1.444 1.693 0.33 1.891 1.708 4.334 1.439-1.197-2.013-1.844-3.691-2.889-5.765 1.816 1.538 4.096 2.647 5.777 4.325-0.322-5.224-18.666-29.153-27.441-30.265 0 12.827-4.248 27.521 2.889 38.911v-2.883c1.516 2.104 3.066 4.787 4.334 7.206-1.646-1.02-2.83-1.625-4.334-2.883 0.482 1.442 0.963 2.883 1.445 4.325-1.703-2.324-2.836-2.583-4.334-5.765 0.242 2.371-0.33 4.849 0 7.206-1.44-1.293-1.75-2.834-2.88-4.322"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path467" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m352.42 109.55c-5.715-3.215-5.756-8.625-9.389-12.249-3.365-3.358-7.824-1.102-13.719-3.604 0.48 0.48 0.961 0.961 1.443 1.441-4.557-1.86-6.23-5.712-4.332-10.087v2.883c0.871-3.136 2.223-5.287 2.889-8.648 0.48 0.48 0.961 0.961 1.443 1.441 1.379-1.739 1.953-4.171 2.889-5.767-0.482 0.481-0.963 0.962-1.443 1.444-0.143-5.372-0.865-9.208-1.445-14.413-0.482 0.48-0.963 0.961-1.443 1.442-0.063-5.777 1.191-11.14 4.332-15.854-5.197 2.485-9.895 10.621-10.111 11.53 0.367 5.384 0.232 10.763-1.443 15.852-0.48-0.48-0.961-0.959-1.443-1.439-1.58 5.767-5.211 10.298-7.221 15.852l2.889-2.883c-2.684 6.804-8.719 8.961-8.664 17.296-8.455-9.334 2.752-19.925 7.941-30.266 6.672-13.292-1.541-22.036 12.998-31.705 10.975-7.3 27.367 5.111 35.383-2.882 5.424-5.408 16.072-10.9 23.107-14.412 3.174-1.584 15.57-12.962 17.33-12.971 19.578-0.093-10.779 63.967-13.721 72.777-3.621 10.848-9.053 31.637-22.383 35.31-7.28 2-19.32-9.85-15.91-10.09"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path469" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m350.97 82.169c-3.252 10.489-14.063 9.447-21.662 5.767 3.13-9.17 14.02-14.639 21.66-5.767"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path471" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m378.41 60.554c0.537-2.208-0.035-3.669 1.443-5.767-0.957 0.794-2.137 1.893-2.887 2.883 1.023-3.235 1.365-6.649 2.887-10.09-1.803 2.016-4.08 3.664-5.775 5.767 1.051-2.066 1.684-4.888 2.889-7.206-1.465 2.119-3.176 3.797-4.332 5.765-1.271-15.737 21.039-27.823 33.215-33.147 1.141 14.406-4.023 34.972-17.328 41.795 0.836-2.15 0.883-3.668 1.443-5.767-3.125 4.186-4.086 4.197-8.666 5.767 1.096-1.437 1.293-0.906 1.443-2.883-1.28 1.435-2.7 1.927-4.33 2.883"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path473" style="fill-rule:evenodd;stroke:#000000;clip-rule:evenodd;stroke-miterlimit:9.8213;stroke-width:0.405;fill:#FFFFEB" d="m164.67 363.2c-3.574-7.783-9.653-12.668-16.607-17.293-5.268-3.502-20.823-8.824-7.943-11.529 0.018 0.004 8.746 1.703 12.997 0-0.481-0.48-0.962-0.961-1.443-1.441 15.106-6.758 43.845 16.352 50.546 30.264-12.18-6.63-29.17 19.09-37.56 0m142.98 0c6.59-11.932-8.697-25.297-14.443-34.586 6.186-0.91 9.859 4.285 14.443 4.322 4.078 2.895 9.93 6.064 17.33 7.207h-2.891c5.932 2.666 9.695 0.701 8.666-5.766 13.928 4.447 17.998 20.957 7.943 30.984-9.12 9.1-23.33-4.51-31.05-2.15m-30.33-102.33c2.182-12.307 22.211-5.705 15.887 5.766-2.186-0.545-6.256-1.137-10.109-1.443 4.131-0.508 4.648-2.668 7.221-4.322-4.11-1.9-8.92-2.08-13-0.01m82.31 49c11.422 6.455 4.656-17.254 1.445-23.059 8.74 8.443 15.104-2.902 25.996 5.766v-2.883c28.03 21.14-19.15 43.2-27.45 20.17m-76.54-172.94c6.563 0.428 15.43-6.211 20.941-0.72 4.029 4.014 19.549-6.917 25.273-6.485-2.066-0.2-22.518-5.065-23.107-5.765-4.752-5.627-3.172-11.445 4.332-11.529-4.293-1.356-10.895-9.116-7.221-15.853 1.508 2.113 4.139 6.667 5.777 10.088 4.465-3.056 6.537-4.926 11.553-5.765-0.578-4.471-3.82-7.451-8.664-8.646 2.275-1.831 2.18-3.257 4.332-5.767l-2.889 2.883c2.633-5.253 5.361-10.285 7.221-15.852 0.482 0.48 0.963 0.959 1.443 1.439 1.676-5.089 1.811-10.468 1.443-15.852 0.217-0.909 4.914-9.045 10.111-11.53-3.141 4.714-4.395 10.077-4.332 15.854 0.48-0.48 0.961-0.961 1.443-1.442 0.58 5.205 1.303 9.041 1.445 14.413 0.48-0.481 0.961-0.962 1.443-1.444-0.936 1.595-1.51 4.028-2.889 5.767-0.482-0.48-0.963-0.961-1.443-1.441-0.666 3.361-2.018 5.512-2.889 8.648v-2.883c-1.898 4.375-0.225 8.228 4.332 10.087-0.482-0.48-0.963-0.961-1.443-1.441 5.895 2.501 10.354 0.246 13.719 3.604 3.633 3.624 3.674 9.034 9.389 12.249h-2.889c14.148 7.968 13.217 15.72 28.883 1.443-9.871 12.066 0.242 33.55 4.332 46.116-0.809-1.985-2.076-3.782-2.889-5.765 0.094 5.069 0.547 9.554 1.445 14.413-0.48-0.961-0.963-1.922-1.445-2.883 1.225 3.23 1.74 6.798 2.889 10.088-0.939-0.981-1.928-1.92-2.889-2.881 0.682 3.778 0.523 7.807 1.445 11.529-0.48-0.961-0.963-1.922-1.445-2.883 1.273 9.799-6.221 26.863-12.996 28.823-2.16 3.76-5.563 7.109-5.777 7.205-1.229 5.543-6.076 11.639-8.664 11.529-2.127 4.127-4.475 7.873-7.221 11.529v-2.881c-0.963 0.959-1.928 1.92-2.891 2.881 2.236-8.699 6.018-10.041 4.334-18.734 1.061 1.904 2.205 2.254 2.889 4.324 1.662-7.635 1.496-16.045-7.223-18.735v2.881c-4.574-9.13-21.973-14.474-21.662-24.5-4.654 0.222-14.83-5.391-14.441-12.969-2.779 2.768-5.059 3.166-7.223 7.206v-4.325c-1.182 0.28-1.061 2.499-2.887 1.441-0.639-4.689 0.316-9.018 2.887-12.969-0.48 0.48-0.961 0.96-1.443 1.44-1.832-6.687-10.396-13.667-14.441-12.969v-12.99"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path475" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m164.67 363.2c-3.574-7.783-9.653-12.668-16.607-17.293-5.268-3.502-20.823-8.824-7.943-11.529 0.018 0.004 8.746 1.703 12.997 0-0.481-0.48-0.962-0.961-1.443-1.441 15.106-6.758 43.845 16.352 50.546 30.264-12.18-6.63-29.17 19.09-37.56 0"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path477" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m307.65 363.2c6.59-11.932-8.697-25.297-14.443-34.586 6.186-0.91 9.859 4.285 14.443 4.322 4.078 2.895 9.93 6.064 17.33 7.207h-2.891c5.932 2.666 9.695 0.701 8.666-5.766 13.928 4.447 17.998 20.957 7.943 30.984-9.12 9.1-23.33-4.51-31.05-2.15"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path479" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m277.32 260.87c2.182-12.307 22.211-5.705 15.887 5.766-2.186-0.545-6.256-1.137-10.109-1.443 4.131-0.508 4.648-2.668 7.221-4.322-4.11-1.9-8.92-2.08-13-0.01"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path481" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m359.63 309.87c11.422 6.455 4.656-17.254 1.445-23.059 8.74 8.443 15.104-2.902 25.996 5.766v-2.883c28.03 21.14-19.15 43.2-27.45 20.17"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path483" style="stroke:#000000;stroke-linecap:square;stroke-miterlimit:9.8213;stroke-width:0.405;fill:none" d="m283.09 136.93c6.563 0.428 15.43-6.211 20.941-0.72 4.029 4.014 19.549-6.917 25.273-6.485-2.066-0.2-22.518-5.065-23.107-5.765-4.752-5.627-3.172-11.445 4.332-11.529-4.293-1.356-10.895-9.116-7.221-15.853 1.508 2.113 4.139 6.667 5.777 10.088 4.465-3.056 6.537-4.926 11.553-5.765-0.578-4.471-3.82-7.451-8.664-8.646 2.275-1.831 2.18-3.257 4.332-5.767l-2.889 2.883c2.633-5.253 5.361-10.285 7.221-15.852 0.482 0.48 0.963 0.959 1.443 1.439 1.676-5.089 1.811-10.468 1.443-15.852 0.217-0.909 4.914-9.045 10.111-11.53-3.141 4.714-4.395 10.077-4.332 15.854 0.48-0.48 0.961-0.961 1.443-1.442 0.58 5.205 1.303 9.041 1.445 14.413 0.48-0.481 0.961-0.962 1.443-1.444-0.936 1.595-1.51 4.028-2.889 5.767-0.482-0.48-0.963-0.961-1.443-1.441-0.666 3.361-2.018 5.512-2.889 8.648v-2.883c-1.898 4.375-0.225 8.228 4.332 10.087-0.482-0.48-0.963-0.961-1.443-1.441 5.895 2.501 10.354 0.246 13.719 3.604 3.633 3.624 3.674 9.034 9.389 12.249h-2.889c14.148 7.968 13.217 15.72 28.883 1.443-9.871 12.066 0.242 33.55 4.332 46.116-0.809-1.985-2.076-3.782-2.889-5.765 0.094 5.069 0.547 9.554 1.445 14.413-0.48-0.961-0.963-1.922-1.445-2.883 1.225 3.23 1.74 6.798 2.889 10.088-0.939-0.981-1.928-1.92-2.889-2.881 0.682 3.778 0.523 7.807 1.445 11.529-0.48-0.961-0.963-1.922-1.445-2.883 1.273 9.799-6.221 26.863-12.996 28.823-2.16 3.76-5.563 7.109-5.777 7.205-1.229 5.543-6.076 11.639-8.664 11.529-2.127 4.127-4.475 7.873-7.221 11.529v-2.881c-0.963 0.959-1.928 1.92-2.891 2.881 2.236-8.699 6.018-10.041 4.334-18.734 1.061 1.904 2.205 2.254 2.889 4.324 1.662-7.635 1.496-16.045-7.223-18.735v2.881c-4.574-9.13-21.973-14.474-21.662-24.5-4.654 0.222-14.83-5.391-14.441-12.969-2.779 2.768-5.059 3.166-7.223 7.206v-4.325c-1.182 0.28-1.061 2.499-2.887 1.441-0.639-4.689 0.316-9.018 2.887-12.969-0.48 0.48-0.961 0.96-1.443 1.44-1.832-6.687-10.396-13.667-14.441-12.969v-12.99"/> </xsl:template> <xsl:template name="chat_lait"> <path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path4296" sodipodi:rx="66.434013" sodipodi:ry="12.563452" style="stroke-linejoin:round;stroke:#5ebcf4;stroke-width:2;fill:#ffffff" sodipodi:type="arc" d="m437.44 208.25a66.434 12.563 0 1 1 -132.87 0 66.434 12.563 0 1 1 132.87 0z" transform="translate(3.8071 -17.513)" sodipodi:cy="208.24873" sodipodi:cx="371.00253"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path5269" sodipodi:nodetypes="cscsc" style="stroke-linejoin:round;stroke:#5ebcf4;stroke-width:1.9092;fill:#ffffff" d="m308.72 193.32c12.7 18.21 26.45 25.64 67.14 26.03 40.18 0.38 52.39-8.54 65.28-26.2-18.94 7.47-39.35 10.92-63.89 10.92-25.02 0-49.25-1.92-68.53-10.75z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path3190" sodipodi:nodetypes="ccccc" style="fill-rule:evenodd;stroke:#000000;stroke-width:2;fill:#ffffff" d="m167.13 201.02c6.07 2.3 12.14 4.79 22.08 4.18 12.43-1.76 10.44-6.27 10.28-10.28-4.56-4.95-13.61-3.94-20.18-1.9-2.23 3.12-5.89 5.89-12.18 8z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path3192" sodipodi:nodetypes="csssssscc" style="fill-rule:evenodd;stroke:#000000;stroke-width:2;fill:#ffffff" d="m97.081 180.08c-3.818 0.27-29.099 18.53-10.66 46.06 14.079 21.03 43.819 30.08 80.329 27.03 21.24-1.77 47.38-13.09 79.95-6.09 28.59 6.14 37.28 7.46 36.93-3.04-0.7-21.16-41.74-25.04-57.11-25.13-15.39-0.1-29.44 0.35-54.45 6.72-53.21 13.56-81.978-18.6-59.37-27.85-12.22-10.47-6.03-3.34-15.619-17.7z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path3516" sodipodi:nodetypes="cssss" style="fill-rule:evenodd;filter:url(#filter10497);stroke:#000000;stroke-width:1px;fill:#2f2f2f" transform="matrix(.81623 0 0 .66041 53.968 84.31)" d="m241.41 208.66c-6.72 0.13-13.92-2.68-19.24 13.57-4.53 13.85 5.03 21.26 20.92 26.22 16.63 5.18 35.2 7.86 37.81 0.18 7.1-20.9-20.48-40.36-39.49-39.97z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path2273" sodipodi:nodetypes="cssssccccccsccccccccccs" style="fill-rule:evenodd;stroke:#000000;stroke-width:2;fill:#fdffff" d="m259.87 90.745c-7.29-15.974-34.2-37.999-74.62-38.832-30.52-0.63-59.08 3.881-77.67 28.934-22.418 30.223-29.14 63.123-14.464 92.893 14.384 29.18 37.404 36.41 62.434 31.22 29.19-6.05 28.53-23.46 31.22-38.83 6.6 5.66 13.2 5.2 19.8 5.33 7.76 5.82 13.1 13.57 13.7 25.12 6.53 13.16 17.58 5.91 26.65 7.62 3.06-6.78 5.45-13.32-8.37-14.47-1.09-11.2-4.44-15.62-8.38-18.27 12.36 11.09 26.15 19.66 46 16.62 18.87-2.89 25.84-9.35 30.91-19.35 4.27 6.72 4.22 16.8 20.55 14.15 7.54 1.61 9.11 4.77 16.76-0.93-0.6-12.93 14.54-19.93 10.66-37.14l-3.81-14.47c6.21-4.26 7.22-10.25 9.36-15.86l-16.98 1.39 3.05-9.9c-9.66-1.07-18.42 1.43-26.65 6.09-14.43-2.01-25.87 6.52-37.31 1.53-5.39-11.89-17.15-10.37-22.84-22.845z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path3510" sodipodi:nodetypes="cssss" style="fill-rule:evenodd;filter:url(#filter8475);stroke:#000000;stroke-width:1px;fill:#2f2f2f" transform="matrix(-.72321 0 0 .72321 325.71 30.869)" d="m218.36 29.655c-16.6-1.087-50.72-0.815-74.22 9.253-29.51 12.644-1.18 65.642 10.83 75.022 21.31 16.63 54.7 11.48 71.18-16.353 18.55-31.351 25.02-65.776-7.79-67.922z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path3512" style="filter:url(#filter6473);fill-rule:evenodd;fill:#2f2f2f" sodipodi:nodetypes="csss" transform="matrix(-.81375 0 0 .80115 432.44 5.912)" d="m225.17 125.75c-18.03 5.52-16.49 27.05-7.69 40.4 15.39 23.35 36.14 8.61 41.36-6.73 7.1-20.91-15.18-39.32-33.67-33.67z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path3194" sodipodi:nodetypes="cscccccccc" style="filter:url(#filter5005);fill-rule:evenodd;fill:#363636" d="m320.17 110.68c-1.96 0.24-12.1 19.57 2.07 25.91 14.71 6.59-6.25 32.04 19.11 29.62-1.62 6.77 2.16 7.38 5.38 8.61 1.96-9.93 13.76-19.64 8.62-32.03l-3.77-13.2c5.73-2.7 9.03-10.28 10.07-15.95l-17.61 2.23 3.88-9.85c-8.5-0.85-17.81-0.94-27.75 4.66z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path3188" sodipodi:nodetypes="cc" style="stroke:#000000;stroke-width:2;fill:none" d="m327.79 182.36c-2.92-2.98-7.48-5.11-2.66-12.94"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path2214" sodipodi:nodetypes="ccc" style="stroke:#000000;stroke-width:2;fill:none" d="m207.87 172.08c-2.73-15.09-17.92-29.28-7.62-45.3 4.17-9.46 9.81-7.09 15.99-0.38"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path2212" sodipodi:nodetypes="cssc" style="stroke:#000000;stroke-width:2;fill:none" d="m187.31 166.75s0.03-37.91-13.33-50.25c-16.04-14.84-28.8-8.1-36.54-3.81-10.83 6.01-11.81 14.47-11.81 14.47"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path5304" sodipodi:nodetypes="cc" style="stroke:#000000;stroke-width:2;fill:none" d="m344.31 162c0.43-3.17-1.63-5.72-4.04-8.18"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path5009" sodipodi:nodetypes="cssssccccccsccccccccccs" style="stroke:#000000;stroke-width:2;fill:none" d="m259.87 90.745c-7.29-15.974-34.2-37.999-74.62-38.832-30.52-0.63-59.08 3.881-77.67 28.934-22.418 30.223-29.14 63.123-14.464 92.893 14.384 29.18 37.404 36.41 62.434 31.22 29.19-6.05 28.53-23.46 31.22-38.83 6.6 5.66 13.2 5.2 19.8 5.33 7.76 5.82 13.1 13.57 13.7 25.12 6.53 13.16 17.58 5.91 26.65 7.62 3.06-6.78 5.45-13.32-8.37-14.47-1.09-11.2-4.44-15.62-8.38-18.27 12.36 11.09 26.15 19.66 46 16.62 18.87-2.89 25.84-9.35 30.91-19.35 4.27 6.72 4.22 16.8 20.55 14.15 7.54 1.61 9.11 4.77 16.76-0.93-0.6-12.93 14.54-19.93 10.66-37.14l-3.81-14.47c6.21-4.26 7.22-10.25 9.36-15.86l-16.98 1.39 3.05-9.9c-9.66-1.07-18.42 1.43-26.65 6.09-14.43-2.01-25.87 6.52-37.31 1.53-5.39-11.89-17.15-10.37-22.84-22.845z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path5011" sodipodi:nodetypes="csssssscc" style="stroke:#000000;stroke-width:2;fill:none" d="m96.125 180.08c-3.818 0.27-28.143 18.53-9.704 46.06 14.079 21.03 43.819 30.08 80.329 27.03 21.24-1.77 47.38-13.09 79.95-6.09 28.59 6.14 37.28 7.46 36.93-3.04-0.7-21.16-41.74-25.04-57.11-25.13-15.39-0.1-29.44 0.35-54.45 6.72-53.21 13.56-81.978-18.6-59.37-27.85-6.3-4.05-12.13-11.42-16.575-17.7z"/> </xsl:template> <xsl:template name="lapin"> <path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path4138" style="stroke:#000000;stroke-width:.67914;fill:#b07b12" d="m663.27 403.2h-214.85c1.24 11.89 0.35 25.62 2.03 41.81 5.76 23.04 23.07 39.16 23.07 39.16l-43.78-2.28-25.35 29.94 39.16 11.5 177.37-9.22s35.96-42 41.44-99.03c0.39-4.02 0.65-7.94 0.91-11.88z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path4131" style="stroke:#000000;stroke-width:.67914;fill:#b07b12" d="m374.56 322.59c1.46 0.25 2.95 0.52 4.31 0.65-10.91-0.47-21.27-0.52-27.44 0.79-19 4.03-15.89 12.62 0 25.34 14.53 11.63 33.38 14.97 57.56 32.25 6.39 2.44 11.63 5.03 16.04 7.75h236.65c-0.77-24.82-4.36-47.39-10.65-66.78h-241.44c2.16 1.96 5.72 3.19 9.15 3.9-8.06-0.92-20.76-2.22-33.31-3 2.45-0.07 4.66-0.43 6.78-0.9h-17.65z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path4124" style="stroke:#000000;stroke-width:.67914;fill:#b07b12" d="m536.12 80.09c-23.04 0.03-84.9 9.617-109.65 36.75-16.22 15.05-19.64 52.58-11.53 72.16h39.62c6.96-14.1 12.18-39.24 31.41-55.28 8.43-9.32 100.77-53.157 50.15-53.63z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path9957" sodipodi:nodetypes="cccsccscsscccccccsccccc" style="stroke:#000000;stroke-width:.67914;fill:#b07b12" d="m554.84 67.445c-23.04 0.03-84.91 9.616-109.65 36.745-17.17 15.93-20.16 57.25-10.16 75.6-18.13 0.13-43.87-3.98-66.97 27.37-23.85 32.38-22.45 74.19-9.31 97.85 48.53 16.99 50.94-5.53 81.4-33.82-7.01 8.53-15.02 17.22-23.93 25.29-12.46 11.27-3.1 15.67 5.12 17.37-16.66-1.92-52.88-5.53-67.31-2.47-19 4.03-15.89 12.62 0 25.35 14.53 11.62 33.38 14.97 57.56 32.25 47.5 18.11 34.94 43.61 39.16 84.12 5.76 23.03 23.06 39.16 23.06 39.16l-43.78-2.28-25.34 29.93 39.15 11.5 177.38-9.22s35.96-41.99 41.43-99.03c12.44-129.52-38.79-221.58-152-168.12-15.4-7.91-29.7-46.91-41.81-25.47 5.89-16.61 4.05-32.39-10.69-43.19 20.59 5.65 17-40.66 46.54-65.31 8.42-9.31 100.77-53.153 50.15-53.625z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path7966" style="fill:#7c560b" d="m549.72 73.413c1.17-0.017 2.09-0.005 2.75 0.063 33.82 3.467-38.18 28.004-60.88 50.504-22.75 22.54-28.6 30.85-33.75 40.93-9.59-26.35-10.01-36.02-4.03-57.09 6.87-24.226 78.33-34.148 95.91-34.407z"/><path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="path3153" sodipodi:nodetypes="cssss" style="fill-rule:evenodd;fill:url(#linearGradient4166)" d="m376.06 264.97c-8.55-6.51-13.03-23.62-3.26-37.46s33.8-24.43 42.35-17.92c8.55 6.52-2.98 19.77-8.15 43.98-3.53 16.57-22.39 17.91-30.94 11.4z"/><g xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" id="g11903" transform="matrix(.99063 -.13655 .13655 .99063 -422.68 -44.801)"> <path id="path11899" sodipodi:nodetypes="cssss" style="stroke:#000000;stroke-width:.67914;fill:#000000" d="m767.58 397.35c-5.5 6.23-7.75 10.91-12.64 9.11-4.04-1.48-8.66-9.29-0.83-18.74 4.06-4.9 10.8-5.62 13.32-3.76 3.46 2.56 5.05 7.84 0.15 13.39z"/> <path id="path11901" sodipodi:rx="3.1555753" sodipodi:ry="2.6466115" style="fill:#ffffff" sodipodi:type="arc" d="m764.67 392.1a3.1556 2.6466 0 1 1 -6.31 0 3.1556 2.6466 0 1 1 6.31 0z" transform="matrix(1.1935 0 0 1.1935 -144.95 -78.536)" sodipodi:cy="392.09515" sodipodi:cx="761.5116"/> </g> </xsl:template> <xsl:template name="zero"> <path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" style="fill:#85200c;fill-rule:nonzero" inkscape:connector-curvature="0" d="m 128.28144,84.767141 q 13.3125,0 20.8125,9.5 8.9375,11.249999 8.9375,37.312499 0,26 -9,37.375 -7.4375,9.375 -20.75,9.375 -13.37501,0 -21.56251,-10.28125 -8.187502,-10.28125 -8.187502,-36.65625 0,-25.875 9.000002,-37.249999 7.4375,-9.375 20.75001,-9.375 z m 0,14.5625 q -3.1875,0 -5.6875,2.031249 -2.5,2.03125 -3.875,7.28125 -1.81251,6.8125 -1.81251,22.9375 0,16.125 1.62501,22.15625 1.625,6.03125 4.09375,8.03125 2.46875,2 5.65625,2 3.1875,0 5.6875,-2.03125 2.5,-2.03125 3.875,-7.28125 1.8125,-6.75 1.8125,-22.875 0,-16.125 -1.625,-22.15625 -1.625,-6.03125 -4.09375,-8.0625 -2.46875,-2.031249 -5.65625,-2.031249 z" id="path0"/> </xsl:template> <xsl:template name="un"> <path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 131.22329,175.04832 -17.5625,0 0,-66.1875 q -9.625,9 -22.687502,13.3125 l 0,-15.9375 q 6.875,-2.25 14.937502,-8.531247 8.0625,-6.28125 11.0625,-14.65625 l 14.25,0 0,91.999997 z" id="path1" inkscape:connector-curvature="0" style="fill:#85200c;fill-rule:nonzero"/> </xsl:template> <xsl:template name="deux"> <path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 147.57041,158.2904 0,16.3125 -61.562497,0 q 1,-9.25 6,-17.53125 5,-8.28125 19.749997,-21.96875 11.875,-11.0625 14.5625,-15 3.625,-5.4375 3.625,-10.75 0,-5.875 -3.15625,-9.03125 -3.15625,-3.156252 -8.71875,-3.156252 -5.5,0 -8.75,3.312502 -3.25,3.3125 -3.75,11 l -17.499997,-1.75 q 1.5625,-14.500002 9.8125,-20.812502 8.249997,-6.3125 20.624997,-6.3125 13.5625,0 21.3125,7.3125 7.75,7.3125 7.75,18.187502 0,6.1875 -2.21875,11.78125 -2.21875,5.59375 -7.03125,11.71875 -3.1875,4.0625 -11.5,11.6875 -8.3125,7.625 -10.53125,10.125 -2.21875,2.5 -3.59375,4.875 l 34.875,0 z" id="path2" inkscape:connector-curvature="0" style="fill:#85200c;fill-rule:nonzero"/> </xsl:template> <xsl:template name="trois"> <path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 87.081169,151.62666 17.000001,-2.0625 q 0.8125,6.5 4.375,9.9375 3.5625,3.4375 8.625,3.4375 5.4375,0 9.15625,-4.125 3.71875,-4.125 3.71875,-11.125 0,-6.625 -3.5625,-10.5 -3.5625,-3.875 -8.6875,-3.875 -3.375,0 -8.0625,1.3125 l 1.9375,-14.3125 q 7.125,0.1875 10.875,-3.09375 3.75,-3.28125 3.75,-8.71875 0,-4.625 -2.75,-7.375 -2.75,-2.749997 -7.3125,-2.749997 -4.5,0 -7.6875,3.124997 -3.1875,3.125 -3.875,9.125 l -16.187501,-2.75 q 1.6875,-8.312497 5.09375,-13.281247 3.40625,-4.96875 9.500001,-7.8125 6.09375,-2.84375 13.65625,-2.84375 12.9375,0 20.75,8.25 6.4375,6.75 6.4375,15.249997 0,12.0625 -13.1875,19.25 7.875,1.6875 12.59375,7.5625 4.71875,5.875 4.71875,14.1875 0,12.0625 -8.8125,20.5625 -8.8125,8.5 -21.9375,8.5 -12.4375,0 -20.625001,-7.15625 -8.1875,-7.15625 -9.5,-18.71875 z" id="path3" inkscape:connector-curvature="0" style="fill:#85200c;fill-rule:nonzero"/> </xsl:template> <xsl:template name="quatre"> <path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 119.82575,176.83001 0,-18.4375 -37.500004,0 0,-15.375 39.750004,-58.187498 14.75,0 0,58.124998 11.375,0 0,15.4375 -11.375,0 0,18.4375 -17,0 z m 0,-33.875 0,-31.3125 -21.062504,31.3125 21.062504,0 z" id="path4" inkscape:connector-curvature="0" style="fill:#85200c;fill-rule:nonzero"/> </xsl:template> <xsl:template name="cinq"> <path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 84.209939,155.0492 17.500001,-1.8125 q 0.75,5.9375 4.4375,9.40625 3.6875,3.46875 8.5,3.46875 5.5,0 9.3125,-4.46875 3.8125,-4.46875 3.8125,-13.46875 0,-8.4375 -3.78125,-12.65625 -3.78125,-4.21875 -9.84375,-4.21875 -7.5625,0 -13.5625,6.6875 l -14.250001,-2.0625 9,-47.687504 46.437501,0 0,16.437504 -33.125,0 -2.75,15.5625 q 5.875,-2.9375 12,-2.9375 11.6875,0 19.8125,8.5 8.125,8.5 8.125,22.0625 0,11.3125 -6.5625,20.1875 -8.9375,12.125 -24.8125,12.125 -12.6875,0 -20.687501,-6.8125 -8,-6.8125 -9.5625,-18.3125 z" id="path5" inkscape:connector-curvature="0" style="fill:#85200c;fill-rule:nonzero"/> </xsl:template> <xsl:template name="six"> <path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 147.82989,108.18068 -17,1.875 q -0.625,-5.25 -3.25,-7.75 -2.625,-2.5 -6.8125,-2.5 -5.5625,0 -9.40625,5 -3.84375,5 -4.84375,20.8125 6.5625,-7.75 16.3125,-7.75 11,0 18.84375,8.375 7.84375,8.375 7.84375,21.625 0,14.0625 -8.25,22.5625 -8.25,8.5 -21.1875,8.5 -13.875,0 -22.812503,-10.78125 -8.9375,-10.78125 -8.9375,-35.34375 0,-25.1875 9.3125,-36.3125 9.312503,-11.125 24.187503,-11.125 10.4375,0 17.28125,5.84375 6.84375,5.84375 8.71875,16.96875 z m -39.8125,38.3125 q 0,8.5625 3.9375,13.21875 3.9375,4.65625 9,4.65625 4.875,0 8.125,-3.8125 3.25,-3.8125 3.25,-12.5 0,-8.9375 -3.5,-13.09375 -3.5,-4.15625 -8.75,-4.15625 -5.0625,0 -8.5625,3.96875 -3.5,3.96875 -3.5,11.71875 z" id="path6" inkscape:connector-curvature="0" style="fill:#85200c;fill-rule:nonzero"/> </xsl:template> <xsl:template name="sept"> <path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 89.522788,103.30568 0,-16.3125 60.062502,0 0,12.75 q -7.4375,7.3125 -15.125,21 -7.6875,13.6875 -11.71875,29.09375 -4.03125,15.40625 -3.96875,27.53125 l -16.9375,0 q 0.4375,-19 7.84375,-38.75 7.40625,-19.75 19.78125,-35.3125 l -39.937502,0 z" id="path7" inkscape:connector-curvature="0" style="fill:#85200c;fill-rule:nonzero"/> </xsl:template> <xsl:template name="huit"> <path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 102.395,125.411 q -6.812502,-2.875 -9.906252,-7.90625 -3.09375,-5.03125 -3.09375,-11.03125 0,-10.250005 7.15625,-16.937505 7.156252,-6.6875 20.343752,-6.6875 13.0625,0 20.28125,6.6875 7.21875,6.6875 7.21875,16.937505 0,6.375 -3.3125,11.34375 -3.3125,4.96875 -9.3125,7.59375 7.625,3.0625 11.59375,8.9375 3.96875,5.875 3.96875,13.5625 0,12.6875 -8.09375,20.625 -8.09375,7.9375 -21.53125,7.9375 -12.5,0 -20.812502,-6.5625 -9.8125,-7.75 -9.8125,-21.25 0,-7.4375 3.6875,-13.65625 3.6875,-6.21875 11.625002,-9.59375 z m 3.625,-17.6875 q 0,5.25 2.96875,8.1875 2.96875,2.9375 7.90625,2.9375 5,0 8,-2.96875 3,-2.96875 3,-8.21875 0,-4.9375 -2.96875,-7.906255 -2.96875,-2.96875 -7.84375,-2.96875 -5.0625,0 -8.0625,3 -3,3.000005 -3,7.937505 z m -1.625,39.25 q 0,7.25 3.71875,11.3125 3.71875,4.0625 9.28125,4.0625 5.4375,0 9,-3.90625 3.5625,-3.90625 3.5625,-11.28125 0,-6.4375 -3.625,-10.34375 -3.625,-3.90625 -9.1875,-3.90625 -6.4375,0 -9.59375,4.4375 -3.15625,4.4375 -3.15625,9.625 z" id="path8" inkscape:connector-curvature="0" style="fill:#85200c;fill-rule:nonzero"/> </xsl:template> <xsl:template name="neuf"> <path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 89.118228,156.18068 17.000002,-1.875 q 0.625,5.1875 3.25,7.6875 2.625,2.5 6.9375,2.5 5.4375,0 9.25,-5 3.8125,-5 4.875,-20.75 -6.625,7.6875 -16.5625,7.6875 -10.8125,0 -18.656252,-8.34375 -7.84375,-8.34375 -7.84375,-21.71875 0,-13.9375 8.28125,-22.46875 8.281252,-8.53125 21.093752,-8.53125 13.9375,0 22.875,10.78125 8.9375,10.78125 8.9375,35.46875 0,25.125 -9.3125,36.25 -9.3125,11.125 -24.25,11.125 -10.75,0 -17.375002,-5.71875 -6.625,-5.71875 -8.5,-17.09375 z m 39.750002,-38.375 q 0,-8.5 -3.90625,-13.1875 -3.90625,-4.6875 -9.03125,-4.6875 -4.875,0 -8.09375,3.84375 -3.21875,3.84375 -3.21875,12.59375 0,8.875 3.5,13.03125 3.5,4.15625 8.75,4.15625 5.0625,0 8.53125,-4 3.46875,-4 3.46875,-11.75 z" id="path9" inkscape:connector-curvature="0" style="fill:#85200c;fill-rule:nonzero"/> </xsl:template> <xsl:template name="dix"> <path xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="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" d="m 90.477377,176.10834 -17.5625,0 0,-66.1875 q -9.625,9 -22.6875,13.3125 l 0,-15.9375 q 6.875,-2.25 14.9375,-8.531252 8.0625,-6.28125 11.0625,-14.65625 l 14.25,0 0,92.000002 z M 146.41488,84.108338 q 13.3125,0 20.8125,9.5 8.9375,11.250002 8.9375,37.312502 0,26 -9,37.375 -7.4375,9.375 -20.75,9.375 -13.375,0 -21.5625,-10.28125 -8.1875,-10.28125 -8.1875,-36.65625 0,-25.875 9,-37.250002 7.4375,-9.375 20.75,-9.375 z m 0,14.5625 q -3.1875,0 -5.6875,2.031252 -2.5,2.03125 -3.875,7.28125 -1.8125,6.8125 -1.8125,22.9375 0,16.125 1.625,22.15625 1.625,6.03125 4.09375,8.03125 2.46875,2 5.65625,2 3.1875,0 5.6875,-2.03125 2.5,-2.03125 3.875,-7.28125 1.8125,-6.75 1.8125,-22.875 0,-16.125 -1.625,-22.15625 -1.625,-6.03125 -4.09375,-8.0625 -2.46875,-2.031252 -5.65625,-2.031252 z" id="path10" inkscape:connector-curvature="0" style="fill:#85200c;fill-rule:nonzero"/> </xsl:template> </xsl:stylesheet>
Résultat
dr Joseph
s Lisala
s Elsàss
Milhüüsa ìm Elsàss
Milhüüser Ràd
dr Hund
d Kàtz
d Kàtz trìnkt Mìlch
null
eins
zwei
drèi
viar
fìmf
sechs
sìwa
àcht
niin
zeh
-
^
Montrer le détail
liste du contenu des images SVG, par la transformation
transfo_
liste_svg
_xml.xsl
?
↓ XSL
<?xml version ="1.0" encoding="UTF-8"?> <!-- Nom de fichier : transfo_liste_svg_text.xsl --> <!-- Creation : Milib le : 03/10/2018 --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" encoding="UTF-8"/> <xsl:template match="/"> <textarea rows="12" cols="120"><xsl:text> </xsl:text> <xsl:apply-templates/> </textarea> </xsl:template> <xsl:template match="div"> <xsl:value-of select="@id"/>|<xsl:copy-of select="svg"/><xsl:text> </xsl:text> </xsl:template> </xsl:stylesheet>
Résultat
i1|
dr Joseph
s Lisala
i2|
s Elsàss
i3|
Milhüüsa ìm Elsàss
Milhüüser Ràd
i11|
dr Hund
i13|
d Kàtz
i14|
d Kàtz trìnkt Mìlch
iNombres|
null
eins
zwei
drèi
viar
fìmf
sechs
sìwa
àcht
niin
zeh
-
dessins.html
dr Joseph
s Lisala
s Elsàss
Milhüüsa ìm Elsàss
Milhüüser Ràd
dr Hund
d Kàtz
d Kàtz trìnkt Mìlch
null
eins
zwei
drèi
viar
fìmf
sechs
sìwa
àcht
niin
zeh
liste_svg.txt
i1|
dr Joseph
s Lisala
i2|
s Elsàss
i3|
Milhüüsa ìm Elsàss
Milhüüser Ràd
i11|
dr Hund
i13|
d Kàtz
i14|
d Kàtz trìnkt Mìlch
iNombres|
null
eins
zwei
drèi
viar
fìmf
sechs
sìwa
àcht
niin
zeh