</li>

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Services Publics de Wallonie//Geoportail 1.0//EN
METHOD:PUBLISH
X-WR-CALNAME:Géoportail de la Wallonie
X-WR-TIMEZONE:Romance Standard Time
BEGIN:VTIMEZONE
TZID:Romance Standard Time
X-LIC-LOCATION:Romance Standard Time
BEGIN:STANDARD
DTSTART:16011028T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010325T020000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
DTSTART:20121123T110000Z
DTEND:20121122T230000Z
UID:6e83af36-fde7-4924-8db7-ea6446ace05c
CREATED:20130709T131818Z
DESCRIPTION:\n La Fondation Gouverneur René Close, le Service Public de Wallonie, l’Association des Géomètres-Experts, l’Agro-Bio Tech de Gembloux et l’Association des Provinces wallonnes ont le plaisir de vous inviter à leur après-midi thématique d’échanges portant sur les cours d’eau, leur sectorisation, les évolutions législatives en la matière ainsi que les liens avec le foncier. \n \n Infos et inscirptions : \n \n Fondation Gouverneur René Close \n Monsieur Bernard NINNIN \n Province de Namur \n rue du Collège 33 \n 5000 Namur \n \n fgrc@province.namur.be \n \n Aussi, dans ce cadre, un concours est organisé avec, à la clé, deux prix de 150 euros et 250 euros. Vous retrouverez ici les modalités. \n
X-ALT-DESC;FMTTYPE=text/html:<html><body><p>\n La Fondation Gouverneur Ren&eacute; Close, le Service Public de Wallonie, l&rsquo;Association des G&eacute;om&egrave;tres-Experts, l&rsquo;Agro-Bio Tech de Gembloux et l&rsquo;Association des Provinces wallonnes ont le plaisir de vous inviter &agrave; leur apr&egrave;s-midi th&eacute;matique d&rsquo;&eacute;changes portant sur les cours d&rsquo;eau, leur sectorisation, les &eacute;volutions l&eacute;gislatives en la mati&egrave;re ainsi que les liens avec le foncier.</p>\n<h3>\n Infos et inscirptions :</h3>\n<p>\n <a href="http://www.fondationclose.be/" target="_blank" title=" ">Fondation Gouverneur Ren&eacute; Close</a><br />\n Monsieur Bernard NINNIN<br />\n Province de Namur<br />\n rue du Coll&egrave;ge 33<br />\n 5000 Namur</p>\n<p>\n fgrc@province.namur.be</p>\n<p>\n Aussi, dans ce cadre, un concours est organis&eacute; avec, &agrave; la cl&eacute;, deux prix de 150 euros et 250 euros. Vous retrouverez <a href="https://geoportail.wallonie.be/files/default/sites/geoportail/files/Agenda/Agenda%202012/Concours%20FGRC%20(novembre%202012).pdf" target="_blank" title=" ">ici </a>les modalit&eacute;s.</p>\n

		<script type="text/javascript">
			<!-- 
			var piwikSettings = {
				trackingId: "57", 
				trackingServer: "webanalytics.spw.wallonie.be",
                idTagManager: "LVOIs6Fr",
                idTagManagerInstance: "null",
                isLegacyTracker: "false",
                isTagManager: "true",
				isTrackingSearch: "false", 
				searchResultCssSelector: "", 
				searchKeywordCssSelector: "", 
				searchCountCssSelector: "", 
				isTrackingJahiaConnectionMode: "true", 
				isTrackingJahiaLanguage: "true",
				isTrackingDomain: "true", 
				isMatomo: "true", 
				trackingFileName: "matomo"
			};
			
			// Retrieve Jahia connection mode
			jahiaConnectionMode = "live"; 
		
			// Retrieve Jahia user name 
			hashUserName=""; 
			
			renderContext="live"; 
			language="fr";
		-->
		</script>
		<noscript><p><img src="https://webanalytics.spw.wallonie.be/piwik/matomo.php?idsite=57&rec=1" style="border:0;" alt="" /></p></noscript>

<jahia:resource type="javascript" path="%2Fmodules%2Fpiwik%2Fjavascript%2FmatomoTagManagerProd.js" resource="matomoTagManagerProd.js" title="" key="matomoTagManager"/>

<jahia:resource type="javascript" defer="true" path="%2Fmodules%2Fpiwik%2Fjavascript%2FpiwikTrackingTool.js" resource="piwikTrackingTool.js" title="" key="piwiktrackingtool" targetTag="body" />

<jahia:resource type="javascript" defer="true" path="%2Fmodules%2Fpiwik%2Fjavascript%2FpiwikConfiguration.js" resource="piwikConfiguration.js" title="" key="piwikconfiguration" targetTag="body" />

<jahia:resource type="javascript" defer="true" path="%2Fmodules%2Fpiwik%2Fjavascript%2FmatomoVideoTracking.js" resource="matomoVideoTracking.js" title="" key="matomoVideoTracking" targetTag="body" />



<script type="text/javascript">
$(function() {

  $('.paginator-navigation').each(function(index, item) {
    var item$ = $(item);
    var url = item$.data('url');
    if (url) {
      item$.data('url', decodeURIComponent(url));
    }
  });

var $barre = $('#barre').detach();
  
  $('body').prepend($barre);
  $barre.animate({
                marginTop: "0",
            }, 500);

 
  
  //WalOnMap Beta GEOPORT-113 provisoire
  
  var map = $(".pagewalonmap-beta #MapIframe");
           
  
  if(map.length > 0){
     
//    $(window).resize(function () {
//      var windowHeight = $(window).height();

//      var botbar = $("nav.botbar:visible");
//      var botbarHeight = botbar.length ? botbar.outerHeight(true) : 0;

//      var topbar = $("section.topbar");
//      var topbarHeight = topbar.length ? topbar.outerHeight(true) : 0;

//      var header = $(".header.nsi:visible");
//      var headerHeight = header.length ? header.outerHeight(true) : 0;

//      var newHeight = windowHeight - botbarHeight - headerHeight - topbarHeight - 6;
//      console.log(newHeight);
//      newHeight = Math.round(newHeight);
//      map.height(newHeight);
//    });

//    $(window).trigger('resize');
    
  }
  

});

function disableDefaultInspireFilter() {
  var inspireCheckbox = $('.pagedonnees-et-services #inspireSearch')
  if (inspireCheckbox.length && !window.location.search) {
    inspireCheckbox.trigger('click');
  }
} 
          




</script>

</body></html>
LAST-MODIFIED:20160707T105919Z
LOCATION:ULg Gembloux Agro-Bio Tech, Senghor, Passage des Déportés 2, 5030 Gembloux,
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Après-midi thématique sur les cours d’eau : sectorisation, évolutions législatives et liens avec le foncier
TRANSP:OPAQUE

END:VEVENT
END:VCALENDAR