<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Document>
  <name>Velib</name>
  <description><![CDATA[Carte des stations Velib a Paris]]></description>
  <Style id="#statique">
    <IconStyle>
      <Icon>
        <href>http://maps.google.com/mapfiles/ms/icons/red-dot.png</href>
      </Icon>
    </IconStyle>
  </Style>
  
<Placemark>		
	<name>1003</name>	
	<description>15 Novembro / Rua Direita , cc <\description>	
	<Point>	
		<coordonates>-23.5489,-46.6337<coordonates>
	</Point>	
</Placemark>		

</Document>
</kml>