<br />
<b>Notice</b>:  Undefined offset:  0 in <b>/var/www/42prod/inc/clearbricks/dblayer/dblayer.php</b> on line <b>946</b><br />
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /var/www/42prod/inc/clearbricks/dblayer/dblayer.php:946) in <b>/var/www/42prod/inc/public/lib.urlhandlers.php</b> on line <b>17</b><br />
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /var/www/42prod/inc/clearbricks/dblayer/dblayer.php:946) in <b>/var/www/42prod/inc/clearbricks/common/lib.http.php</b> on line <b>326</b><br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xml:lang="fr" lang="fr">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <meta name="MSSmartTagsPreventParsing" content="TRUE" />
  <title>Document non trouvé - L'Echangeur Basse Normandie</title>
  <meta name="DC.title" content="Page not found - L'Echangeur Basse Normandie" />
  
  <link rel="top" href="http://www.echangeurbn.fr/" title="Accueil" />
  <link rel="contents" title="Archives" href="http://www.echangeurbn.fr/archive" />
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.echangeurbn.fr/feed/rss2" />
  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="http://www.echangeurbn.fr/feed/atom" />
  
  <style type="text/css" media="screen">
@import url(http://c0001430.cdn2.cloudfiles.rackspacecloud.com/themes/AzorkV4/style.css);
</style>
<style type="text/css" media="print">
@import url(http://c0001430.cdn2.cloudfiles.rackspacecloud.com/themes/default/print.css);
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script type="text/javascript" src="http://c0001430.cdn2.cloudfiles.rackspacecloud.com/js/jquery.cookie.js"></script>
<style type="text/css" media="screen">
  @import url(http://c0001430.cdn2.cloudfiles.rackspacecloud.com/themes/AzorkV4/layout.css);
</style>


		
		<style type="text/css" media="screen">
		@import url(http://www.echangeurbn.fr/?pf=ecommerce/css/stores.css);
		</style>
<script type="text/javascript">addCart = function(id) {
				$('#cart-review').jqm(
				{ajax: 'http://www.echangeurbn.fr/fullcart/addcart/'
				+id, 
	  			onHide: function(h) { h.w.fadeOut(500); h.o.remove(); 
	  				$('#cart').load('http://www.echangeurbn.fr/cart/show'); },
	  			ajaxText: '<p style="text-align: center;padding:50px"><img src="http://www.echangeurbn.fr/themes/AzorkV4/../default/ajax-loader.gif" alt="Chargement du panier" align="absmiddle" /></p>' 
	  		});$('#cart-review').jqmShow();}
			$(function(){
				$('#cart').ajaxError(function(request, settings){ 
					$(this).val('Error requesting page ' + settings.url);
				});
				$('#cart').load('http://www.echangeurbn.fr/cart/show');
			});
			</script>
			
			<script type="text/javascript" src="http://c0001430.cdn2.cloudfiles.rackspacecloud.com/js/interface.js"></script>
			<script type="text/javascript" src="http://c0001430.cdn2.cloudfiles.rackspacecloud.com/js/jquery.form.js"></script>
		<script type="text/javascript" src="/?pf=ecommerce/js/product.js"></script> <script type="text/javascript">
			//parse_url en js
			function parse_url (str, component) {
			    var key = ["source", "scheme", "authority", "userInfo", "user", "pass", "host", "port", 
			                        "relative", "path", "directory", "file", "query", "fragment"],
			        parser = /^(?:([^:\/?#]+):)?(?:\/\/()(?:(?:()(?:([^:@]*):?([^:@]*))?@)?([^:\/?#]*)(?::(\d*))?))?()(?:(()(?:(?:[^?#\/]*\/)*)()(?:[^?#]*))(?:\?([^#]*))?(?:#(.*))?)/;
			 
			    var m = parser.exec(str),
			        uri = {},
			        i = 14;
			    while (i--) {
			        if (m[i]) {
			          uri[key[i]] = m[i];  
			        }
			    }
			    if (component) {
			        return uri[component.toLowerCase()];
			    }
			}
			
			
			$(function() {
				var url = document.location.href;
				var referrer = document.referrer;
				
				var domainReg = new RegExp("(http[s]?:\/\/[^\/; &]*)");
				var domain = domainReg.exec(url)[1];
				if(!domain)
					domain = url;
				
				var getC = new RegExp("[\?, &]c=([^&]*)");
				getC = getC.exec(url);
				
				//Si $_GET['c']  on pose un cookie la dernière campagne écrase celle d avant
				if(getC && getC[1])
					$.cookie('campaign', getC[1], {expires: 30, path: '/'});
					
				//Si il n'y a pas de cookie et que le referrer est externe au site
				else if (($.cookie("campaign") == null || $.cookie("campaign").substr(0,1)=="@") && referrer && referrer.indexOf(domain) == -1) 
				{
					var search_query = false;
					
					// ?p=abc pour YAHOO
					var yahoo = new RegExp("[\&\?]p=([^&]*)");
					yahoo = yahoo.exec(referrer);
					if(yahoo && yahoo[1])
					{
						search_query = decodeURIComponent(yahoo[1] + "");
						search_query = search_query.replace(/\+/g, " ");
					}
					
					// ?q=abc pour Google et Bing
					var google = new RegExp("[\&\?]q=([^&]*)");
				    google = google.exec(referrer);
					if(google && google[1])
					{
						search_query = decodeURIComponent(google[1] + "");
						search_query = search_query.replace(/\+/g, " ");
					}
					
					if(search_query) 
					{
						var moteur = parse_url(referrer,"host");
						if (moteur.indexOf("www.") == 0)
							moteur = moteur.substr(4);
						var campagne = "@"+moteur+" "+ search_query;
					} 
					else
						var campagne = "@"+referrer.substr(7);
					$.cookie("campaign", campagne, {expires: 30, path: "/"});
				}
			});
			</script><script type="text/javascript">

		var _gaq = _gaq || [];
		_gaq.push(['_setAccount', 'UA-3529889-2']);
		_gaq.push(['_setDomainName', 'www.echangeurbn.fr']);
		_gaq.push(['_setAllowHash', false]);
		_gaq.push(['_trackPageview']); 

			(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
			 })();
		
		</script><meta name="description" content="Organisme de formations professionnelles dédiées aux outils Internet et aux Nouvelles Technologies de l'Information et de la Communication (TIC)." />
			<style type="text/css" media="screen">

@import url(http://www.echangeurbn.fr/priv/custom_style_AzorkV4.css);#top {	background: transparent url(/pub/bandeau_963_site_2012.jpg) no-repeat top left; }
</style>
<style type="text/css" media="screen">
@import url(http://www.echangeurbn.fr/pub/custom_style_AzorkV4_2.css);
</style>
<style type="text/css">
@import url(http://www.echangeurbn.fr/?pf=lightbox/css/jqModal.css);
</style>
<script type="text/javascript" src="http://www.echangeurbn.fr/?pf=lightbox/js/jqModal42.js"></script>
<script type="text/javascript">
//<![CDATA[
$().ready(function() {
  		$('#cart-ajax').jqm({ajax: '/fullcart/showcart',ajaxText: '<p style="text-align: center;padding:50px"><img src="http://www.echangeurbn.fr/themes/AzorkV4/../default/ajax-loader.gif" alt="Chargement du panier" align="absmiddle" /></p>'});
		});$(function() {
var lb_settings = {
loader_img : 'http://www.echangeurbn.fr/?pf=lightbox/img/loader.gif',
prev_img   : 'http://www.echangeurbn.fr/?pf=lightbox/img/prev.png',
next_img   : 'http://www.echangeurbn.fr/?pf=lightbox/img/next.png',
close_img  : 'http://www.echangeurbn.fr/?pf=lightbox/img/close.png',
blank_img  : 'http://www.echangeurbn.fr/?pf=lightbox/img/blank.gif'
};$("div#new-product").each(function() {
$(this).find("a[href$=.jpg],a[href$=.jpeg],a[href$=.png],a[href$=.gif],a[href$=.JPG],a[href$=.JPEG],a[href$=.PNG],a[href$=.GIF]").modalImages(lb_settings);
})
$(".productDetail").each(function() {
$(this).find("a[href$=.jpg],a[href$=.jpeg],a[href$=.png],a[href$=.gif],a[href$=.JPG],a[href$=.JPEG],a[href$=.PNG],a[href$=.GIF]").modalImages(lb_settings);
})
$(".productInList").each(function() {
$(this).find("a[href$=.jpg],a[href$=.jpeg],a[href$=.png],a[href$=.gif],a[href$=.JPG],a[href$=.JPEG],a[href$=.PNG],a[href$=.GIF]").modalImages(lb_settings);
})
$("div.post").each(function() {
$(this).find("a[href$=.jpg],a[href$=.jpeg],a[href$=.png],a[href$=.gif],a[href$=.JPG],a[href$=.JPEG],a[href$=.PNG],a[href$=.GIF]").modalImages(lb_settings);
})
});

//]]>
</script>
<script type="text/javascript">        
					$(function() {
						$.post(
							"/log.php",
							{
							  "url"   		: document.location.href,
							  "referrer"	: document.referrer
							},
							function(result){});
					});
				</script><script src="http://connect.facebook.net/fr_FR/all.js#appId=146464778762129&amp;xfbml=1"></script>

</head>

<body class="dc-404">
<div id="page">
<div id="top">
  <h1><span><a href="http://www.echangeurbn.fr/">L'Echangeur Basse Normandie</a></span></h1>
</div>


<div id="wrapper">

<div id="main">
  <div id="content">
  
  <div id="content-info">
    <h2>Document non trouvé</h2>
  </div>
  
  <div class="content-inner">
    <p>Le document que vous cherchez n'existe pas.</p>
  </div>
  
  </div>
</div>

<div id="sidebar">
  <div id="blognav">
    <div class="links"><h2>Liens</h2><ul><li><a href="http://www.echangeurbn.com" target="_blank">Echangeur Basse-Normandie</a></li>
<li><a href="http://www.zorgloob.com/" hreflang="FR" title="Actus sur Google" target="_blank">Zorgloob</a></li>
<li><a href="http://www.neteco.com/" hreflang="FR" title="L'actu de la e-économie" target="_blank">Net Economie</a></li>
<li><a href="http://www.gizmodo.fr/" hreflang="Fr" title="Gadgets et tendances" target="_blank">Gizmodo</a></li>
</ul>
</div>
<div>
<h2>Facebook</h2>
<div id='fb-root'></div>

<fb:like-box href='http%3A%2F%2Fwww.facebook.com%2F%3Fref%3Dlogo%23%21%2Fpages%2FEchangeur-Basse-Normandie%2F169596139393' width='200'  show_faces='1' stream='0' header='1'></fb:like-box>
</div><div id="contact"><h2><a href="http://www.echangeurbn.fr/contact"></a> &nbsp;<img src="?pf=contact/icon.png" alt="" width="16" height="16" style="margin: 0 3px; vertical-align: middle;" />&nbsp; <a href="http://www.echangeurbn.fr/contact"> Contact</a></h2></div><div class="categories"><h2>Catégories</h2><ul><li><a href="http://www.echangeurbn.fr/category/Formations-e-commerce">Formations e-commerce</a></li><li><a href="http://www.echangeurbn.fr/category/E-administration">E-administration</a></li><li><a href="http://www.echangeurbn.fr/category/Veille-et-IE">Veille et IE (intelligence économique)</a></li><li><a href="http://www.echangeurbn.fr/category/La-vie-de-l-Echangeur">La vie de l'Echangeur</a></li><li><a href="http://www.echangeurbn.fr/category/Nos-tests">Nos tests</a></li><li><a href="http://www.echangeurbn.fr/category/Partenaires-technologiques">Partenaires technologiques</a></li><li><a href="http://www.echangeurbn.fr/category/Sante-et-TIC">Santé et TIC</a></li><li><a href="http://www.echangeurbn.fr/category/Ca-se-trouve-sur-le-web">Ca se trouve sur le web</a></li></ul></div><div id="search"><h2><label for="q">Rechercher</label></h2><form action="http://www.echangeurbn.fr/" method="get"><fieldset><p><input type="text" size="10" maxlength="255" id="q" name="q" value="" /> <input class="submit" type="submit" value="ok" /></p></fieldset></form></div><div class="tags"><h2>Tags</h2><ul><li><a href="http://www.echangeurbn.fr/tag/d%C3%A9materialisation" class="tag40">dématerialisation</a> </li><li><a href="http://www.echangeurbn.fr/tag/e-Commerce" class="tag70">e-Commerce</a> </li><li><a href="http://www.echangeurbn.fr/tag/e-Marketing" class="tag70">e-Marketing</a> </li><li><a href="http://www.echangeurbn.fr/tag/e-Sant%C3%A9" class="tag90">e-Santé</a> </li><li><a href="http://www.echangeurbn.fr/tag/esante" class="tag70">esante</a> </li><li><a href="http://www.echangeurbn.fr/tag/Facebook" class="tag40">Facebook</a> </li><li><a href="http://www.echangeurbn.fr/tag/Google" class="tag50">Google</a> </li><li><a href="http://www.echangeurbn.fr/tag/innovation" class="tag100">innovation</a> </li><li><a href="http://www.echangeurbn.fr/tag/innovation%20high%20tech" class="tag80">innovation high tech</a> </li><li><a href="http://www.echangeurbn.fr/tag/Internet" class="tag80">Internet</a> </li><li><a href="http://www.echangeurbn.fr/tag/mat%C3%A9riel" class="tag40">matériel</a> </li><li><a href="http://www.echangeurbn.fr/tag/mobile" class="tag40">mobile</a> </li><li><a href="http://www.echangeurbn.fr/tag/mobilit%C3%A9" class="tag60">mobilité</a> </li><li><a href="http://www.echangeurbn.fr/tag/outils%20web" class="tag50">outils web</a> </li><li><a href="http://www.echangeurbn.fr/tag/reseaux%20sociaux" class="tag40">reseaux sociaux</a> </li><li><a href="http://www.echangeurbn.fr/tag/r%C3%A9seaux%20sociaux" class="tag50">réseaux sociaux</a> </li><li><a href="http://www.echangeurbn.fr/tag/sant%C3%A9" class="tag70">santé</a> </li><li><a href="http://www.echangeurbn.fr/tag/T.I.C" class="tag90">T.I.C</a> </li><li><a href="http://www.echangeurbn.fr/tag/TIC" class="tag50">TIC</a> </li><li><a href="http://www.echangeurbn.fr/tag/veille" class="tag80">veille</a> </li></ul><p><strong><a href="http://www.echangeurbn.fr/tags">Tous les tags</a></strong></p></div>  </div> <!-- End #blognav -->
  
  <div id="blogextra">
    <div class="syndicate"><h2>S'abonner</h2><ul><li><a type="application/atom+xml" href="http://www.echangeurbn.fr/feed/atom" title="Fil Atom des billets de ce blog" class="feed">Fil des billets</a></li><li><a type="application/atom+xml" href="http://www.echangeurbn.fr/feed/atom/comments" title="Fil Atom des commentaires de ce blog" class="feed">Fil des commentaires</a></li></ul></div><div id="contact"><h2><a href="http://www.echangeurbn.fr/contact"></a> &nbsp;<img src="?pf=contact/icon.png" alt="" width="16" height="16" style="margin: 0 3px; vertical-align: middle;" />&nbsp; <a href="http://www.echangeurbn.fr/contact"> Contact</a></h2></div>  </div> <!-- End #blogextra -->
</div>

</div> <!-- End #wrapper -->

<div id="footer">
  <p><br/>Echangeur de Basse Normandie (Association 1901) Halle au blé 61000 Alençon France  - <a href='/contact'><script type="text/javascript">document.write (String.fromCharCode(105,110,102,111,64,101,99,104,97,110,103,101,117,114,98,110,46,99,111,109));</script></a> - Téléphone : 02 33 80 87 50<br/> 42Stores : <a href="http://www.42stores.com">boutique sur Internet</a> Design by <a href="http://www.azork.net/">Azork</a></p>
</div>

			<script type="text/javascript">
				$(function(){
				
					$('#advancedSearch').find('select').change(function(){
						if($(this).hasClass('cat')){
							var s=$(this).attr('name');
							s=s.substring(5,s.length-1);
							$('#change_cat_value').val(s);
						}
						$('#advancedSearch').submit();
					});
					
					$('#clean_search').click(function(){
						$('.cleanable').val('');
						$('#advancedSearch').submit();
					});
				});
			</script>
				<script type="text/javascript">
			$(function(){
				$('#hideSearch').hide();
				
				var lb_settings = {
					loader_img : '/?pf=lightbox/img/loader.gif',
					prev_img   : '/?pf=lightbox/img/prev.png',
					next_img   : '/?pf=lightbox/img/next.png',
					close_img  : '/?pf=lightbox/img/close.png',
					blank_img  : '/?pf=lightbox/img/blank.gif'
				};
				
				// reg exp pour nettoyer les requêtes, cf méthode "clean"
				var exp1=new RegExp("^(\\s+)|(\\s+)$","g");
				var exp2=new RegExp("(\\s+)","g");	
				var exp3=new RegExp("\\s(\\S{1,2})\\s","g");
				var exp4=new RegExp("[\\x00-\\x2F\\x3A-\\x40\\x5b-\\x60\\x7B-\\x7E\\xA0-\\xBF]","g");
				
				// verrou pour n'envoyer qu'une requête ajax à la fois
				var lock=false;
				// temps au moment du dernier keyUp
				var lastKeyUp= new Date().getTime();
				// tableau contenant les barres de recherche
				var searchBars= new Array();
				// barre de recherche ayant le focus
				var focus;
				// dernière valeur de recherche envoyée
				var lastQ=clean('');
				// savoir si on est dans un "contexte" de recherche
				var ctx_search=false;
				// numéro de la page de résultat
				var page=1;
				// contenu de la page qu'on avait avant la recherche, pour pouvoir la réafficher
				var previousPage;

				var timerOn=false;
				
				
				// on bind !
				if(ctx_search){
					$("#o").change(ajax);
					binds();
				}
				
				function binds(){
					$("#fuzzy").click(function(){
						$('#q')[0].value=$(this).text();
						$('#q').triggerHandler('keyup');
					});
					
					$('.page_link').each(bindPage);
					$('#ajaxSearchResults').find('a[href$=.jpg],a[href$=.jpeg],a[href$=.png],a[href$=.gif],a[href$=.JPG],a[href$=.JPEG],a[href$=.PNG],a[href$=.GIF]').modalImages(lb_settings);

				}
				
				// évite de lancer plusieurs timer en même temps				
				function initTimer(){
					if(!timerOn){
						timerOn=true;
						timer();
					}
				}
				//vérifie s'il y a besoin d'envoyer une requête ajax
				function timer(){
					var delta=new Date().getTime()-lastKeyUp;
					if(!lock && delta>250){
						var valeur = clean(focus.value);
						if(lastQ!=valeur){
							for(var bar in searchBars){
								searchBars[bar].value=focus.value;
							}
							if(valeur.length>2){
								lastQ=valeur;
								ajax();
							}
						}
						timerOn=false;
					}
					else
						setTimeout(timer,100);
				}
				
						
				function clean(string){
					return (' '+string+' ').replace(exp4,'  ').replace(exp3,'').replace(exp1,'').replace(exp2,' ');
				}
				
				// enregistre le 'time' de l'appuie sur la touche, et synchronise les "value" des barres de recherche
				function registerKeyUp(){
					lastKeyUp = new Date().getTime();
					focus=this;
					initTimer();
				}
				
				// technique pour trouver toutes les barres de recherche malgré leur même id
				$('input').each(function(){
					if(this.id=='q'){
						$(this).bind('keyup',registerKeyUp);
						searchBars.push(this);
					}
				});
				
				// envoie les requêtes ajax
				function ajax(){
					lock=true;
					opacity(50);
					$.get('http://'+window.location.host+'/instantsearch',
					{q: lastQ, o : ($('#o').length>0 ? $('#o')[0].value : "pertinence ASC")},
					function(data){
						// pas dans un contexte de recherche, on retire donc l'ancien contenu, pour le remplacer par l'entête de la recherche et les résultats
						if(!ctx_search){
							ctx_search=true;
							previousPage=$("#content").children().clone();
							$("#content").empty();
							$("#content").append($(data));
							var mainBar=$("#content").find("#q");
							if(mainBar.length==1){
								mainBar.bind('keyup',registerKeyUp);
								searchBars.push(mainBar[0]);
								mainBar[0].value=focus.value;
							}
							$("#o").change(ajax);
							showButton();
						}
						else{ //déjà en recherche, on remplace juste les résultats
							$("#content").find("#ajaxSearchResults").replaceWith($(data).parent().find("#ajaxSearchResults"));
						}
						opacity(100);							
						// on bind les liens pour changer de page, et la page courante revient à 1
						binds();
						page=1;
						lock=false;
					});
				}
				
				function opacity(value){
					var ie=(value==100)? 'none' :  'alpha(opacity='+value+')' ;
					$("#ajaxSearchResults").css({opacity : value/100, filter : ie });
				}
				
				// changement de page via ajax
				function movePage(newpage){
					page=parseInt(newpage);
					opacity(50);
					$.get('http://'+window.location.host+'/instantsearch',
						{q: lastQ, page: page, o : ($('#o').length>0 ? $('#o')[0].value : "pertinence ASC")},
						function(data){
							$("#content").find("#ajaxSearchResults").replaceWith($(data).parent().find("#ajaxSearchResults"));
							opacity(100);
							binds();
						});
				}
		
				
				//lie les liens pour la pagination
				function bindPage(){
				$(this).bind('click',function(){
					if($(this).hasClass('previous'))
						movePage(page-1);
					else if($(this).hasClass('next'))
						movePage(page+1);
					else
						movePage(this.text);
				});
				}
				
				// bouton "retour" pour réafficher le contenu d'avant la recherche (uniquement si ajax)
				function showButton(){
					$('#hideSearch').show();
					$('#hideSearch').bind('click',function hideSearch(){
						$("#content").empty();
						$("#content").append(previousPage);
						ctx_search=false;
					});
				}

			});
		</script>
		</div><div class="jqmWindow" id="cart-review"></div> <!-- End #page -->
</body>
</html>
