<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nyheter, Nyheterna, Bref nouvelles de Suède &#187; Promenades</title>
	<atom:link href="http://www.cilou-et-gus.net/nyheter/tag/promenades/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cilou-et-gus.net/nyheter</link>
	<description></description>
	<lastBuildDate>Mon, 27 Aug 2012 13:20:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>De Ingmarsö à Finnhamn en passant par Kålgårdsöns naturreservat</title>
		<link>http://www.cilou-et-gus.net/nyheter/2011/07/07/de-ingmarso-a-finnhamn-en-passant-par-kalgardsons-naturreservat/</link>
		<comments>http://www.cilou-et-gus.net/nyheter/2011/07/07/de-ingmarso-a-finnhamn-en-passant-par-kalgardsons-naturreservat/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 16:47:32 +0000</pubDate>
		<dc:creator>Cécile</dc:creator>
				<category><![CDATA[Vacances]]></category>
		<category><![CDATA[Finnhamn]]></category>
		<category><![CDATA[Ingmarsö]]></category>
		<category><![CDATA[Kålgårdsöns naturreservat]]></category>
		<category><![CDATA[Promenades]]></category>

		<guid isPermaLink="false">http://www.cilou-et-gus.net/nyheter/?p=3894</guid>
		<description><![CDATA[
Pour notre 6ème jour sur Ljusterö, nous avons décidé de partir loin, loin en bateau pour parcourir d&#8217;autres îles :


.entry .olMapViewport img { max-width: none; }#map_1 {padding: 0; margin: 0;}#map_1 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}/* = limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";    [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00650.jpg"><img class="size-large wp-image-3880  aligncenter" title="00650" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00650-512x221.jpg" alt="" width="512" height="221" /></a></p>
<p style="text-align: center;">
<p style="text-align: justify;">Pour notre 6ème jour sur Ljusterö, nous avons décidé de partir loin, loin en bateau pour parcourir d&#8217;autres îles :</p>
<p style="text-align: center;">
<div style="width: 555px; text-align: center; margin: auto;">
<style type="text/css">.entry .olMapViewport img { max-width: none; }#map_2 {padding: 0; margin: 0;}#map_2 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_2" style="width:555px; height:350px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_2", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");map.addLayer(lmap);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(18.704,59.473).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,11);  var lgml = new OpenLayers.Layer.GML("2011-07-07_track_Hummelmora--Ingmarso--Finnhamn--Hummelmora", "http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/2011-07-07_track_Hummelmora--Ingmarso--Finnhamn--Hummelmora.gpx", {    format: OpenLayers.Format.GPX,    style: {strokeColor: "blue", strokeWidth: 5, strokeOpacity: 0.5},    projection: new OpenLayers.Projection("EPSG:4326")  });  map.addLayer(lgml);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};var currentPopup;data.icon = new OpenLayers.Icon("http://www.cilou-et-gus.net/nyheter/wp-content/plugins/osm/icons/guest_house.png",     new OpenLayers.Size(32,32),     new OpenLayers.Pixel(-16, -16));var ll = new OpenLayers.LonLat(18.637,59.504).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,150),"keepInMap": true } );feature.data.popupContentHTML = "";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};markers.addMarker(marker);})(jQuery)/* ]]&gt; */ </script></div>
</div>
</p>
<table style="margin: auto; border-collapse: collapse; border: 5px solid black;">
<tbody style="background-color: black;">
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00261.jpg"><img class="aligncenter size-medium wp-image-3866" title="00261" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00261-256x170.jpg" alt="" width="256" height="170" /></a></p>
<div style="text-align: center; width: 256px;">Sur les bords de la mer Baltique…</div>
</td>
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00310.jpg"><img class="aligncenter size-medium wp-image-3867" title="00310" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00310-256x192.jpg" alt="" width="256" height="192" /></a></p>
<div style="text-align: center; width: 256px;">…un grand groupe se prépare à l’aventure :</div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00430.jpg"><img class="aligncenter size-medium wp-image-3868" title="00430" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00430-256x192.jpg" alt="" width="256" height="192" /></a></p>
<div style="text-align: center; width: 256px;">course d’orientation dans les forêts d’Ingmarsö,</div>
</td>
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00461.jpg"><img class="aligncenter size-medium wp-image-3869" title="00461" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00461-256x170.jpg" alt="" width="256" height="170" /></a></p>
<div style="text-align: center; width: 256px;">rencontre avec les autochtones,</div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00482.jpg"><img class="aligncenter size-medium wp-image-3870" title="00482" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00482-256x170.jpg" alt="" width="256" height="170" /></a></p>
<div style="text-align: center; width: 256px;">traversée de zones marécageuses…</div>
</td>
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00483.jpg"><img class="aligncenter size-medium wp-image-3871" title="00483" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00483-256x192.jpg" alt="" width="256" height="192" /></a></p>
<div style="text-align: center; width: 256px;">… à travers les herbes hautes,</div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00520.jpg"><img class="aligncenter size-medium wp-image-3873" title="00520" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00520-256x192.jpg" alt="" width="256" height="192" /></a></p>
<div style="text-align: center; width: 256px;">piquenique sur une aire de repos…</div>
</td>
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00530.jpg"><img class="aligncenter size-medium wp-image-3874" title="00530" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00530-256x170.jpg" alt="" width="256" height="170" /></a></p>
<div style="text-align: center; width: 256px;">…face à un lac aux reflets célestes…</div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00540.jpg"><img class="aligncenter size-medium wp-image-3875" title="00540" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00540-256x170.jpg" alt="" width="256" height="170" /></a></p>
<div style="text-align: center; width: 256px;">…suscitant la méditation,</div>
</td>
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00620.jpg"><img class="aligncenter size-medium wp-image-3879" title="00620" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00620-256x192.jpg" alt="" width="256" height="192" /></a></p>
<div style="text-align: center; width: 256px;">traversée des clairières enchanteresses,</div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00652.jpg"><img class="aligncenter size-medium wp-image-3881" title="00652" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00652-170x256.jpg" alt="" width="170" height="256" /></a></p>
<div style="text-align: center; width: 256px;">incantation autour du vieux majstång,</div>
</td>
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00675.jpg"><img class="aligncenter size-medium wp-image-3882" title="00675" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00675-256x192.jpg" alt="" width="256" height="192" /></a></p>
<div style="text-align: center; width: 256px;">traversée de bras de mer sur pont flottant,</div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00700.jpg"><img class="aligncenter size-medium wp-image-3883" title="00700" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00700-256x170.jpg" alt="" width="256" height="170" /></a></p>
<div style="text-align: center; width: 256px;">ou par barque, « Vous êtes sûrs?!? »</div>
</td>
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00701.jpg"><img class="aligncenter size-medium wp-image-3884" title="00701" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00701-256x192.jpg" alt="" width="256" height="192" /></a></p>
<div style="text-align: center; width: 256px;">travail d’équipe…</div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00710.jpg"><img class="aligncenter size-medium wp-image-3885" title="00710" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00710-256x192.jpg" alt="" width="256" height="192" /></a></p>
<div style="text-align: center; width: 256px;">…ou compétition,</div>
</td>
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00930.jpg"><img class="aligncenter size-medium wp-image-3886" title="00930" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/00930-256x192.jpg" alt="" width="256" height="192" /></a></p>
<div style="text-align: center; width: 256px;">immersion dans l’eau froide de la Baltique,</div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/01010.jpg"><img class="aligncenter size-medium wp-image-3887" title="01010" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/01010-256x192.jpg" alt="" width="256" height="192" /></a></p>
<div style="text-align: center; width: 256px;">partage de l’eau … froide de la Baltique,</div>
</td>
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/01030.jpg"><img class="aligncenter size-medium wp-image-3888" title="01030" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/01030-195x256.jpg" alt="" width="195" height="256" /></a></p>
<div style="text-align: center; width: 256px;">harnachement pour un reportage photo,</div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/01050.jpg"><img class="aligncenter size-medium wp-image-3889" title="01050" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/01050-256x192.jpg" alt="" width="256" height="192" /></a></p>
<div style="text-align: center; width: 256px;">contemplation,</div>
</td>
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/001052.jpg"><img class="aligncenter size-medium wp-image-3890" title="001052" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/001052-256x170.jpg" alt="" width="256" height="170" /></a></p>
<div style="text-align: center; width: 256px;">méditations nautiques,</div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/01060.jpg"><img class="aligncenter size-medium wp-image-3891" title="01060" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/01060-256x170.jpg" alt="" width="256" height="170" /></a></p>
<div style="text-align: center; width: 256px;">sports nautiques,</div>
</td>
<td style="text-align: center; border: 10px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/01081.jpg"><img class="aligncenter size-medium wp-image-3892" title="01081" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/07/01081-256x170.jpg" alt="" width="256" height="170" /></a></p>
<div style="text-align: center; width: 256px;">sourire de fin.</div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;"></tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.cilou-et-gus.net/nyheter/2011/07/07/de-ingmarso-a-finnhamn-en-passant-par-kalgardsons-naturreservat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Traneberg, Alvik, Äppelviken, Ålstensskogen : 10 km à pied!</title>
		<link>http://www.cilou-et-gus.net/nyheter/2011/05/07/traneberg-alvik-appelviken-alstensskogen-10-km-a-pied/</link>
		<comments>http://www.cilou-et-gus.net/nyheter/2011/05/07/traneberg-alvik-appelviken-alstensskogen-10-km-a-pied/#comments</comments>
		<pubDate>Sat, 07 May 2011 20:16:27 +0000</pubDate>
		<dc:creator>Cécile</dc:creator>
				<category><![CDATA[Promenades]]></category>
		<category><![CDATA[Cécile]]></category>
		<category><![CDATA[Gurvan]]></category>

		<guid isPermaLink="false">http://www.cilou-et-gus.net/nyheter/?p=3268</guid>
		<description><![CDATA[Et oui enchaînement de 4 balades, plus de 10 km à pied et un sacré creux à la fin! 10 km à pied, ça creuse, ça creuse&#8230; La suite en images :
.entry .olMapViewport img { max-width: none; }#map_3 {padding: 0; margin: 0;}#map_3 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}/* = limit) {       [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Et oui enchaînement de 4 balades, plus de 10 km à pied et un sacré creux à la fin! 10 km à pied, ça creuse, ça creuse&#8230; La suite en images :</p>
<p style="text-align: center;"><style type="text/css">.entry .olMapViewport img { max-width: none; }#map_4 {padding: 0; margin: 0;}#map_4 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_4" style="width:550px; height:450px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_4", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");map.addLayer(lmap);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(17.958,59.328).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,12);  var lgml = new OpenLayers.Layer.GML("2011-05-07_track_alvik_src", "http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_track_alvik_src.gpx", {    format: OpenLayers.Format.GPX,    style: {strokeColor: "blue", strokeWidth: 5, strokeOpacity: 0.5},    projection: new OpenLayers.Projection("EPSG:4326")  });  map.addLayer(lgml);var pois = new OpenLayers.Layer.Text( "2011-05-07_OSM-markers_balade-alvik",        { location:"http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_OSM-markers_balade-alvik.txt",          projection: map.displayProjection        });map.addLayer(pois);})(jQuery)/* ]]&gt; */ </script></div></p>
<p style="text-align: right;">
<table style="margin: auto; border-collapse: collapse; border: 5px solid black;">
<tbody>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_1.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_1-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_2.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_2-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_3.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_3-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_4.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_4-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_5.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_5-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_6.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_6-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_7.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_7-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_8.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_8-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_9.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_9-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_10.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_10-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_11.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_11-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_12.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_12-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_13.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_13-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_14.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_14-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_15.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_15-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_16.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-07_photoDuJour_16-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.cilou-et-gus.net/nyheter/2011/05/07/traneberg-alvik-appelviken-alstensskogen-10-km-a-pied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Féeries lacustres</title>
		<link>http://www.cilou-et-gus.net/nyheter/2011/05/01/feeries-lacustres/</link>
		<comments>http://www.cilou-et-gus.net/nyheter/2011/05/01/feeries-lacustres/#comments</comments>
		<pubDate>Sun, 01 May 2011 20:56:47 +0000</pubDate>
		<dc:creator>Gurvan</dc:creator>
				<category><![CDATA[Promenades]]></category>
		<category><![CDATA[Judarskogen]]></category>
		<category><![CDATA[Lac]]></category>

		<guid isPermaLink="false">http://www.cilou-et-gus.net/nyheter/?p=3122</guid>
		<description><![CDATA[La balade de ce week-end a été réduite pour cause de Valborg la veille. Nous avons fait le tour d&#8217;un lac entouré d&#8217;une vielle forêt (elle en a l&#8217;air en tout cas) envahie de joggeurs.

.entry .olMapViewport img { max-width: none; }#map_5 {padding: 0; margin: 0;}#map_5 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}/* = limit) {    [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">La balade de ce week-end a été réduite pour cause de Valborg la veille. Nous avons fait le tour d&#8217;un lac entouré d&#8217;une vielle forêt (elle en a l&#8217;air en tout cas) envahie de joggeurs.</p>
<p style="text-align: right;">
<p style="text-align: center;"><style type="text/css">.entry .olMapViewport img { max-width: none; }#map_6 {padding: 0; margin: 0;}#map_6 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_6" style="width:550px; height:450px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_6", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");map.addLayer(lmap);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(17.958,59.328).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,12);  var lgml = new OpenLayers.Layer.GML("2011-05-01_track_judarskogen_src", "http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_track_judarskogen_src.gpx", {    format: OpenLayers.Format.GPX,    style: {strokeColor: "blue", strokeWidth: 5, strokeOpacity: 0.5},    projection: new OpenLayers.Projection("EPSG:4326")  });  map.addLayer(lgml);var pois = new OpenLayers.Layer.Text( "2011-05-01_OSM-markers_balade-judarskogen",        { location:"http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_OSM-markers_balade-judarskogen.txt",          projection: map.displayProjection        });map.addLayer(pois);})(jQuery)/* ]]&gt; */ </script></div></p>
<table style="margin: auto; border-collapse: collapse; border: 5px solid black;">
<tbody>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_1.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_1-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_2.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_2-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_3.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_3-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_4.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_4-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_5.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_5-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_6.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_6-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_7.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_7-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_8.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_8-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_9.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_9-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
<td style="text-align: center; border: 5px solid black; padding: 0px;">
  <a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_10.jpg"><br />
   <img class="aligncenter size-medium" title="" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/05/2011-05-01_photoDuJour_10-256x256.jpg" alt=""/><br />
  </a></p>
<div style="text-align: center; width: 256px;"></div>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.cilou-et-gus.net/nyheter/2011/05/01/feeries-lacustres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>De Hässelby à Nockeby en passant par Blackeberg</title>
		<link>http://www.cilou-et-gus.net/nyheter/2011/04/25/de-hasselby-a-nockeby-en-passant-par-blackeberg/</link>
		<comments>http://www.cilou-et-gus.net/nyheter/2011/04/25/de-hasselby-a-nockeby-en-passant-par-blackeberg/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 18:36:58 +0000</pubDate>
		<dc:creator>Gurvan</dc:creator>
				<category><![CDATA[Promenades]]></category>
		<category><![CDATA[Blackeberg]]></category>
		<category><![CDATA[Forêt]]></category>
		<category><![CDATA[Hässelby]]></category>
		<category><![CDATA[Nockeby]]></category>

		<guid isPermaLink="false">http://www.cilou-et-gus.net/nyheter/?p=3115</guid>
		<description><![CDATA[Aujourd&#8217;hui, longue balade dans la banlieue nord ouest de Stockholm. Une très jolie balade dont les photos et parcours suivent, mais où j&#8217;ai commis l&#8217;erreur de faire une remarque en début de parcours qui nous a poussé à passer chez le &#171;&#160;docteur&#160;&#187; dès le lendemain.

.entry .olMapViewport img { max-width: none; }#map_7 {padding: 0; margin: 0;}#map_7 [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Aujourd&#8217;hui, longue balade dans la banlieue nord ouest de Stockholm. Une très jolie balade dont les photos et parcours suivent, mais où j&#8217;ai commis l&#8217;erreur de faire une remarque en début de parcours qui nous a poussé à passer chez le &laquo;&nbsp;docteur&nbsp;&raquo; dès le lendemain.</p>
<p style="text-align: right;">
<p style="text-align: center;"><style type="text/css">.entry .olMapViewport img { max-width: none; }#map_8 {padding: 0; margin: 0;}#map_8 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_8" style="width:550px; height:450px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_8", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");map.addLayer(lmap);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(17.936,59.352).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,11);  var lgml = new OpenLayers.Layer.GML("2011-04-25_track_blackeberg", "http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_track_blackeberg.gpx", {    format: OpenLayers.Format.GPX,    style: {strokeColor: "blue", strokeWidth: 5, strokeOpacity: 0.5},    projection: new OpenLayers.Projection("EPSG:4326")  });  map.addLayer(lgml);var pois = new OpenLayers.Layer.Text( "2011-04-25_OSM-markers_balade-blackeberg",        { location:"http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_OSM-markers_balade-blackeberg.txt",          projection: map.displayProjection        });map.addLayer(pois);})(jQuery)/* ]]&gt; */ </script></div></p>
<table style="margin: auto; border-collapse: collapse; border: 5px solid black;">
<tbody>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_1.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_1-256x256.jpg" alt="" /><br />
</a></td>
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_2.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_2-256x256.jpg" alt="" /><br />
</a></td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_3.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_3-256x256.jpg" alt="" /><br />
</a></td>
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_4.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_4-256x256.jpg" alt="" /><br />
</a></td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_5.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_5-256x256.jpg" alt="" /><br />
</a></td>
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_6.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_6-256x256.jpg" alt="" /><br />
</a></td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_7.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_7-256x256.jpg" alt="" /><br />
</a></td>
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_8.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_8-256x256.jpg" alt="" /><br />
</a></td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_9.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_9-256x256.jpg" alt="" /><br />
</a></td>
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_10.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_10-256x256.jpg" alt="" /><br />
</a></td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_11.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_11-256x256.jpg" alt="" /><br />
</a></td>
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_12.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_12-256x256.jpg" alt="" /><br />
</a></td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_13.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_13-256x256.jpg" alt="" /><br />
</a></td>
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_14.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_14-256x256.jpg" alt="" /><br />
</a></td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_15.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_15-256x256.jpg" alt="" /><br />
</a></td>
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_16.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_16-256x256.jpg" alt="" /><br />
</a></td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_17.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_17-256x256.jpg" alt="" /><br />
</a></td>
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_18.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_18-256x256.jpg" alt="" /><br />
</a></td>
</tr>
<tr style="border-collapse: collapse; padding: 0px;">
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_19.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_19-256x256.jpg" alt="" /><br />
</a></td>
<td style="text-align: center; border: 5px solid black; padding: 0px;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_20.jpg"><br />
<img class="aligncenter size-medium" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-25_photoDuJour_20-256x256.jpg" alt="" /><br />
</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.cilou-et-gus.net/nyheter/2011/04/25/de-hasselby-a-nockeby-en-passant-par-blackeberg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Promenera på öarna Essingen</title>
		<link>http://www.cilou-et-gus.net/nyheter/2011/04/23/promenera-pa-oarna-essingen/</link>
		<comments>http://www.cilou-et-gus.net/nyheter/2011/04/23/promenera-pa-oarna-essingen/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 17:05:29 +0000</pubDate>
		<dc:creator>Gurvan</dc:creator>
				<category><![CDATA[Promenades]]></category>
		<category><![CDATA[Cécile]]></category>
		<category><![CDATA[Essingen]]></category>
		<category><![CDATA[Gurvan]]></category>

		<guid isPermaLink="false">http://www.cilou-et-gus.net/nyheter/?p=2976</guid>
		<description><![CDATA[Aujourd’hui nous sommes allés nous promener autour des îles Essingen. Une belle balade qui nous a fait faire le tour de deux îles et decouvrir de nombreuses choses comme le montre les photos que nous avons ramenées.
Tout d&#8217;abord notre parcours :
.entry .olMapViewport img { max-width: none; }#map_9 {padding: 0; margin: 0;}#map_9 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}/* [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Aujourd’hui nous sommes allés nous promener autour des îles Essingen. Une belle balade qui nous a fait faire le tour de deux îles et decouvrir de nombreuses choses comme le montre les photos que nous avons ramenées.</p>
<p style="text-align: justify;">Tout d&#8217;abord notre parcours :</p>
<p style="text-align: center;"><style type="text/css">.entry .olMapViewport img { max-width: none; }#map_10 {padding: 0; margin: 0;}#map_10 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_10" style="width:550px; height:450px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_10", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");map.addLayer(lmap);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(18.01,59.329).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,13);  var lgml = new OpenLayers.Layer.GML("2011-04-23_track_essingen-oar", "http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_track_essingen-oar.gpx", {    format: OpenLayers.Format.GPX,    style: {strokeColor: "blue", strokeWidth: 5, strokeOpacity: 0.5},    projection: new OpenLayers.Projection("EPSG:4326")  });  map.addLayer(lgml);var pois = new OpenLayers.Layer.Text( "2011-04-23_OSM-markers_balade-essingen",        { location:"http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_OSM-markers_balade-essingen.txt",          projection: map.displayProjection        });map.addLayer(pois);})(jQuery)/* ]]&gt; */ </script></div></p>
<p style="text-align: justify;">Et ce que nous y avons découvert.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">Autour des îles Essingen, il y a :</p>
<table>
<tbody>
<tr>
<td><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_a.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3044" title="2011-04-23_photo-du-jour_a" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_a-256x192.jpg" alt="" width="256" height="192" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_a.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_a.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_a.jpg"></a></td>
<td>
<div style="width: 256px; text-align: center;">des bateaux amarrés aux pieds des immeubles,</div>
</td>
</tr>
<tr>
<td>
<div style="width: 256px; text-align: center;">des pontons au milieu de l&#8217;eau,</div>
</td>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_b.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3045" title="2011-04-23_photo-du-jour_b" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_b-190x256.jpg" alt="" width="190" height="256" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_b.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_b.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_b.jpg"></a></td>
</tr>
<tr>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_c.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3046" title="2011-04-23_photo-du-jour_c" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_c-256x192.jpg" alt="" width="256" height="192" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_c.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_c.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_c.jpg"></a></td>
<td>
<div style="width: 256px; text-align: center;">des jeunes femmes sur ces pontons,</div>
</td>
</tr>
<tr>
<td>
<div style="width: 256px; text-align: center;">des &laquo;&nbsp;petites frappes&nbsp;&raquo; admiratifs des ponts thons,</div>
</td>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_d.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3047" title="2011-04-23_photo-du-jour_d" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_d-256x192.jpg" alt="" width="256" height="192" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_d.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_d.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_d.jpg"></a></td>
</tr>
<tr>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_e.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3048" title="2011-04-23_photo-du-jour_e" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_e-192x256.jpg" alt="" width="192" height="256" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_e.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_e.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_e.jpg"></a></td>
<td>
<div style="width: 256px; text-align: center;">des réflexions,</div>
</td>
</tr>
<tr>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_f.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3049" title="2011-04-23_photo-du-jour_f" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_f-256x192.jpg" alt="" width="256" height="192" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_f.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_f.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_f.jpg"></a></td>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_g.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3050" title="2011-04-23_photo-du-jour_g" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_g-192x256.jpg" alt="" width="192" height="256" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_g.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_g.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_g.jpg"></a></td>
</tr>
<tr>
<td>
<div style="width: 256px; text-align: center;">des oiseaux &#8230;</div>
</td>
<td>
<div style="width: 256px; text-align: center;">&#8230; et des jeunes femmes,</div>
</td>
</tr>
<tr>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_h.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3051" title="2011-04-23_photo-du-jour_h" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_h-256x193.jpg" alt="" width="256" height="193" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_h.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_h.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_h.jpg"></a></td>
<td>
<div style="width: 256px; text-align: center;">des bois flottés flottants,</div>
</td>
</tr>
<tr>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_i.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3053" title="2011-04-23_photo-du-jour_i" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_i-192x256.jpg" alt="" width="192" height="256" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_i.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_i.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_i.jpg"></a></td>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_j.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3054" title="2011-04-23_photo-du-jour_j" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_j-192x256.jpg" alt="" width="192" height="256" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_j.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_j.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_j.jpg"></a></td>
</tr>
<tr>
<td>
<div style="width: 256px; text-align: center;">des chemins de bois qui s&#8217;en vont dans le lointain &#8230;</div>
</td>
<td>
<div style="width: 256px; text-align: center;">&#8230; accrochés au dessus de flots,</div>
</td>
</tr>
<tr>
<td>
<div style="width: 256px; text-align: center;">des femmes qui crient aux oiseaux,</div>
</td>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_k.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3055" title="2011-04-23_photo-du-jour_k" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_k-192x256.jpg" alt="" width="192" height="256" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_k.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_k.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_k.jpg"></a></td>
</tr>
<tr>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_l.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3056" title="2011-04-23_photo-du-jour_l" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_l-256x192.jpg" alt="" width="256" height="192" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_l.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_l.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_l.jpg"></a></td>
<td>
<div style="width: 256px; text-align: center;">des ombres profitant des derniers rayons du soleil couchant,</div>
</td>
</tr>
<tr>
<td>
<div style="width: 256px; text-align: center;">des cols et des colonnes verts et vertes,</div>
</td>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_m.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3057" title="2011-04-23_photo-du-jour_m" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_m-192x256.jpg" alt="" width="192" height="256" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_m.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_m.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_m.jpg"></a></td>
</tr>
<tr>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_n.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3058" title="2011-04-23_photo-du-jour_n" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_n-192x256.jpg" alt="" width="192" height="256" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_n.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_n.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_n.jpg"></a></td>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_o.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3059" title="2011-04-23_photo-du-jour_o" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_o-256x192.jpg" alt="" width="256" height="192" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_o.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_o.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_o.jpg"></a></td>
</tr>
<tr>
<td>
<div style="width: 256px; text-align: center;">des jeunes femmes qui se demandent &#8230;</div>
</td>
<td>
<div style="width: 256px; text-align: center;">&#8230; ce que leur compagnon de photographe peut bien prendre en photo,</div>
</td>
</tr>
<tr>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_p.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3060" title="2011-04-23_photo-du-jour_p" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_p-192x256.jpg" alt="" width="192" height="256" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_p.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_p.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_p.jpg"></a></td>
<td>
<div style="width: 256px; text-align: center;">des chemins qui débouchent on ne sait où,</div>
</td>
</tr>
<tr>
<td>
<div style="width: 256px; text-align: center;">des cygnes majestueux &#8230; mais un peu dans l&#8217;ombre,</div>
</td>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_q.jpg"></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-3062" title="2011-04-23_photo-du-jour_q" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_q-192x256.jpg" alt="" width="192" height="256" /></p>
<p></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_q.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_q.jpg"></a><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_q.jpg"></a></td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_r.jpg"><img class="aligncenter size-large wp-image-3063" title="2011-04-23_photo-du-jour_r" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/04/2011-04-23_photo-du-jour_r-512x512.jpg" alt="" width="512" height="512" /></a><br />
de magnifiques couleurs d&#8217;automne sur Södermalm pour finir une magnifique journée de printemps sur Essingen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cilou-et-gus.net/nyheter/2011/04/23/promenera-pa-oarna-essingen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Une photo, une ambiance, un état d&#8217;esprit&#8230;</title>
		<link>http://www.cilou-et-gus.net/nyheter/2011/03/03/2499/</link>
		<comments>http://www.cilou-et-gus.net/nyheter/2011/03/03/2499/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 20:25:04 +0000</pubDate>
		<dc:creator>Cécile</dc:creator>
				<category><![CDATA[Quelques ambiances]]></category>
		<category><![CDATA[Ambiance]]></category>
		<category><![CDATA[État d'esprit]]></category>
		<category><![CDATA[Promenades]]></category>

		<guid isPermaLink="false">http://www.cilou-et-gus.net/nyheter/?p=2499</guid>
		<description><![CDATA[Petite balade à la suite du soleil qui donnait des airs de printemps&#8230; D&#8217;autres photos ci-après : 
















]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/03/2011-03-03_PhotoDuJour.jpg"><img class="aligncenter size-large wp-image-2500" title="2011-03-03_PhotoDuJour" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/03/2011-03-03_PhotoDuJour-512x384.jpg" alt="" width="512" height="384" /></a></p>
<p style="text-align: justify;">Petite balade à la suite du soleil qui donnait des airs de printemps&#8230; D&#8217;autres photos ci-après : </p>
<table style="margin: auto;">
<tbody>
<tr>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/03/2011-03-03_PhotoDuJour_6.jpg"><img class="aligncenter size-medium wp-image-2506" title="2011-03-03_PhotoDuJour_6" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/03/2011-03-03_PhotoDuJour_6-192x256.jpg" alt="" width="192" height="256" /></a></td>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/03/2011-03-03_PhotoDuJour_1.jpg"><img class="aligncenter size-medium wp-image-2501" title="2011-03-03_PhotoDuJour_1" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/03/2011-03-03_PhotoDuJour_1-192x256.jpg" alt="" width="192" height="256" /></a></td>
</tr>
<tr>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/03/2011-03-03_PhotoDuJour_2.jpg"><img class="aligncenter size-medium wp-image-2502" title="2011-03-03_PhotoDuJour_2" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/03/2011-03-03_PhotoDuJour_2-256x192.jpg" alt="" width="256" height="192" /></a></td>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/03/2011-03-03_PhotoDuJour_5.jpg"><img class="aligncenter size-medium wp-image-2505" title="2011-03-03_PhotoDuJour_5" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/03/2011-03-03_PhotoDuJour_5-256x192.jpg" alt="" width="256" height="192" /></a></td>
</tr>
<tr>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/03/2011-03-03_PhotoDuJour_3.jpg"><img class="aligncenter size-medium wp-image-2503" title="2011-03-03_PhotoDuJour_3" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/03/2011-03-03_PhotoDuJour_3-192x256.jpg" alt="" width="192" height="256" /></a></td>
<td style="text-align: center;"><a href="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/03/2011-03-03_PhotoDuJour_4.jpg"><img class="aligncenter size-medium wp-image-2504" title="2011-03-03_PhotoDuJour_4" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2011/03/2011-03-03_PhotoDuJour_4-192x256.jpg" alt="" width="192" height="256" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.cilou-et-gus.net/nyheter/2011/03/03/2499/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>D&#8217;île en îles</title>
		<link>http://www.cilou-et-gus.net/nyheter/2010/07/10/dile-en-iles/</link>
		<comments>http://www.cilou-et-gus.net/nyheter/2010/07/10/dile-en-iles/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 21:11:57 +0000</pubDate>
		<dc:creator>Cécile</dc:creator>
				<category><![CDATA[Promenades]]></category>
		<category><![CDATA[Berge]]></category>
		<category><![CDATA[Gamla Stan]]></category>
		<category><![CDATA[Kungsholmen]]></category>
		<category><![CDATA[Norrmalm]]></category>
		<category><![CDATA[Riddarholmen]]></category>
		<category><![CDATA[Södermalm]]></category>

		<guid isPermaLink="false">http://www.cilou-et-gus.net/nyheter/?p=588</guid>
		<description><![CDATA[De Norrmalm, en passant par Kungsholmen, Riddarholmen, puis Gamlastan jusqu&#8217;à Södermalm, nous avons suivi le guide&#8230;
Cependant, ça n&#8217;a pas duré longtemps&#8230; En effet le 1er parc, avec soit-disant une très jolie vue et un coin plutôt romantique, nous a donné&#8230; ça :

C&#8217;était le Tégnerlunden&#8230; mouais&#8230; La photo essaie de montrer la vue du guide, et [...]]]></description>
			<content:encoded><![CDATA[<p>De Norrmalm, en passant par Kungsholmen, Riddarholmen, puis Gamlastan jusqu&#8217;à Södermalm, nous avons suivi le guide&#8230;</p>
<p>Cependant, ça n&#8217;a pas duré longtemps&#8230; En effet le 1er parc, avec soit-disant une très jolie vue et un coin plutôt romantique, nous a donné&#8230; ça :</p>
<p style="text-align: center;"><a rel="attachment wp-att-598" href="http://www.cilou-et-gus.net/nyheter/2010/07/10/dile-en-iles/parc-mensonge/"><img class="size-medium wp-image-598      aligncenter" title="parc mensongé" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2010/07/parc-mensongé-384x512.jpg" alt="" width="384" height="512" /></a></p>
<p style="text-align: justify;">C&#8217;était le Tégnerlunden&#8230; mouais&#8230; La photo essaie de montrer la vue du guide, et &#8230; la vrai. Bon c&#8217;est pas si nul que ça, ok. Mais mes espoirs de me cocooner dans les bras de mon homme dans ce parc verdoyant, sont un peu tombés à l&#8217;eau&#8230; (surtout avec ce filet d&#8217;eau ridiculos ! ) ça a beaucoup fait rire Gurvan ! :p</p>
<p>Ensuite, on improvise un peu&#8230; </p>
<p>On traverse le pont de Kungsbro et on passe en dessous le long de la berge avec, d&#8217;un coté et de l&#8217;autre, deux vues totalement opposées :</p>
<p><a rel="attachment wp-att-599" href="http://www.cilou-et-gus.net/nyheter/2010/07/10/dile-en-iles/oneside/"><img class="size-medium wp-image-599 alignnone" title="oneside" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2010/07/oneside-384x512.jpg" alt="" width="221" height="295" /></a><a rel="attachment wp-att-600" href="http://www.cilou-et-gus.net/nyheter/2010/07/10/dile-en-iles/theotherside/"><img class="size-medium wp-image-600 alignnone" title="theotherside" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2010/07/theotherside-512x384.jpg" alt="" width="295" height="221" /></a></p>
<p>Nous continuons notre route sur Kungsholmen, en croisant une multitude de jogger et de bateaux plus ou moins rapides, pour nous diriger vers l&#8217;Hôtel de Ville :</p>
<p style="text-align: center;"><a rel="attachment wp-att-608" href="http://www.cilou-et-gus.net/nyheter/2010/07/10/dile-en-iles/hdv/"><img class="size-medium wp-image-608  aligncenter" title="hdv" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2010/07/hdv-512x384.jpg" alt="" width="512" height="384" /></a></p>
<p>&laquo;&nbsp;Mouais, il est quand même assez grand leur Hôtel de Ville, non?&nbsp;&raquo;</p>
<p><a rel="attachment wp-att-607" href="http://www.cilou-et-gus.net/nyheter/2010/07/10/dile-en-iles/cote-de-ouais/"><img class="size-medium wp-image-607  alignleft" title="coté de ouais" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2010/07/coté-de-ouais-384x512.jpg" alt="" width="248" height="332" /></a></p>
<p><a rel="attachment wp-att-602" href="http://www.cilou-et-gus.net/nyheter/2010/07/10/dile-en-iles/ouais-il-est-assez-grand-leur-hdv/"><img class="size-medium wp-image-602   alignnone" title="ouais il est assez grand leur hdv" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2010/07/ouais-il-est-assez-grand-leur-hdv-384x512.jpg" alt="" width="223" height="299" /></a></p>
<p style="text-align: left;">Quelques expériences &laquo;&nbsp;flic flac&nbsp;&raquo; plus loin,</p>
<p style="text-align: center;"><a rel="attachment wp-att-604" href="http://www.cilou-et-gus.net/nyheter/2010/07/10/dile-en-iles/doigts-dans-loeil/"><img class="size-medium wp-image-604         aligncenter" title="doigts dans loeil" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2010/07/doigts-dans-loeil-384x512.jpg" alt="" width="384" height="512" /></a></p>
<p>nous avons traversé Riddarholmen, avec son joueur de lyre sous le soleil couchant de la place :</p>
<p style="text-align: center;"><a rel="attachment wp-att-606" href="http://www.cilou-et-gus.net/nyheter/2010/07/10/dile-en-iles/ausondelalyre/"><img class="size-medium wp-image-606  aligncenter" title="ausondelalyre" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2010/07/ausondelalyre-512x384.jpg" alt="" width="512" height="384" /></a></p>
<p>pour arriver à la tombée de la nuit à Södermalm, afin de dîner au restaurant BYSIS&#8230;</p>
<p style="text-align: center;"><a rel="attachment wp-att-605" href="http://www.cilou-et-gus.net/nyheter/2010/07/10/dile-en-iles/soder/"><img class="size-medium wp-image-605   aligncenter" title="soder" src="http://www.cilou-et-gus.net/nyheter/wp-content/uploads/2010/07/soder-384x512.jpg" alt="" width="384" height="512" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cilou-et-gus.net/nyheter/2010/07/10/dile-en-iles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
