<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" />
<meta name="keywords" content="décoration murale, décoration enfants, adhésifs muraux, autocollants, impression numérique, stickers, toile, tableau, cadre relief, lettrage relief, grandes lettres, lettres volume, découpe polystyrène, lettres 3D, déco chambre enfant,lettrage polystyrene" />
<meta name="verify-v1" content="J92jrQuCarsGg7m4ZGRrj+TWsXa7pktHBLHYjAQ4OUk=" />
  <meta name="ROBOTS" content="NOINDEX, FOLLOW, NOARCHIVE" />
  <title>Document non trouvé - DECORATION CHAMBRE D'ENFANTS ET DESIGN</title>
  <meta name="DC.title" content="Page not found - DECORATION CHAMBRE D'ENFANTS ET DESIGN" />

  <link rel="top" href="http://www.ding-up.fr/" title="Accueil" />
  <link rel="contents" title="Archives" href="http://www.ding-up.fr/archive" />
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.ding-up.fr/feed/rss2" />
  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="http://www.ding-up.fr/feed/atom" />
  
  <style type="text/css" media="screen">
@import url(http://c0001430.cdn2.cloudfiles.rackspacecloud.com/themes/01-Blog-Boutique/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://www.ding-up.fr/?pf=ecommerce/css/stores.css);
		@import url(http://c0001430.cdn2.cloudfiles.rackspacecloud.com/themes/01-Blog-Boutique/blogboutique.css);
		</style>
<script type="text/javascript">addCart = function(id) {
				$('#cart-review').jqm(
				{ajax: 'http://www.ding-up.fr/fullcart/addcart/'
				+id, 
	  			onHide: function(h) { h.w.fadeOut(500); h.o.remove(); 
	  				$('#cart').load('http://www.ding-up.fr/cart/show'); },
	  			ajaxText: '<p style="text-align: center;padding:50px"><img src="http://www.ding-up.fr/themes/01-Blog-Boutique/../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.ding-up.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-6616319-1']);
		_gaq.push(['_setDomainName', 'www.ding-up.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="DECORATION CHAMBRE D'ENFANT, DESIGN,  STICKERS,  TOILES, TABLEAUX, CADRES, RELIEF, GRANDES LETTRES DECO 3D, IDEES CADEAU" />
			<script type="text/javascript" src="http://www.ding-up.fr/themes/default/js/jqueryslidemenu.js"></script><style type="text/css" media="screen">

@import url(http://www.ding-up.fr/priv/custom_style_01-Blog-Boutique.css);#top {	background: transparent url(/pub/bandeau_vert.jpg) no-repeat top left; }
</style>
<style type="text/css" media="screen">
@import url(http://www.ding-up.fr/pub/custom_style_01-Blog-Boutique_2.css);
</style>
<style type="text/css">
@import url(http://www.ding-up.fr/?pf=lightbox/css/jqModal.css);
</style>
<script type="text/javascript" src="http://www.ding-up.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.ding-up.fr/themes/01-Blog-Boutique/../default/ajax-loader.gif" alt="Chargement du panier" align="absmiddle" /></p>'});
		});$(function() {
var lb_settings = {
loader_img : 'http://www.ding-up.fr/?pf=lightbox/img/loader.gif',
prev_img   : 'http://www.ding-up.fr/?pf=lightbox/img/prev.png',
next_img   : 'http://www.ding-up.fr/?pf=lightbox/img/next.png',
close_img  : 'http://www.ding-up.fr/?pf=lightbox/img/close.png',
blank_img  : 'http://www.ding-up.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.ding-up.fr/">DECORATION CHAMBRE D'ENFANTS ET DESIGN</a></span></h1>

  </div>
  <div id="HorizontalMenu"><div id="myslidemenu" class="jqueryslidemenu"><ul><li><a href="/store/LETTRES-EN-RELIEF" >LETTRES EN RELIEF</a></li><li><a href="/store/I-LOVE-STICKERS" >I LOVE STICKERS</a></li></ul></div><div id="myslidemenu2" class="jqueryslidemenu2"></div><div style="clear:both"></div></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="text"><a href="http://ding-up.fr">Retour à l'accueil</a></div><div class="categoriesstore"><h2>NOTRE  BOUTIQUE</h2><ul ><li class="l1" ><a href="http://www.ding-up.fr/store/LETTRES-EN-RELIEF">LETTRES EN RELIEF</a></li><li class="l1" ><a href="http://www.ding-up.fr/store/I-LOVE-STICKERS">I LOVE STICKERS</a></li><li class="l1" ><a href="http://www.ding-up.fr/store/I-LOVE-STICKERS/Prénom">Prénom</a></li><li class="l1" ><a href="http://www.ding-up.fr/store/I-LOVE-STICKERS/Trash">Trash</a></li><li class="l1" ><a href="http://www.ding-up.fr/store/I-LOVE-STICKERS/villes,-pays">villes, pays</a></li><li class="l1" ><a href="http://www.ding-up.fr/store/I-LOVE-STICKERS/Family">Family</a></li><li class="l1" ><a href="http://www.ding-up.fr/store/I-LOVE-STICKERS/Humour">Humour</a></li></ul></div><div class="text"><h2>PAGE FACEBOOK</h2><!-- Facebook Badge START --><a href="http://www.facebook.com/DING.UP" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Ding-up">Ding-up</a><br/><a href="http://www.facebook.com/DING.UP" target="_TOP" title="Ding-up"><img src="http://badge.facebook.com/badge/109945199096419.485.1965342455.png" style="border: 0px;" /></a><br/><a href="http://www.facebook.com/business/dashboard/" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Créez votre propre badge !">Faites également la promotion de votre Page</a><!-- Facebook Badge END --></div><div class="text"><h2>Twitter</h2><a href="http://twitter.com/DingUpDesign"><img src="http://ustandout.com/twitter-buttons/02-follow-us-on-twitter-button-blue.png"></a><a href="http://ustandout.com/twitter/free-twitter-badges"><img src="http://ustandout.com/tw.gif" alt="Twitter Buttons"></a></div>
<div>

<div id='fb-root'></div>

<fb:like-box href='http%3A%2F%2Fwww.facebook.com%2Fhome.php%3F%23%21%2FDING.UP%3Fref%3Dprofile' width='200'  show_faces='1' stream='0' header='1'></fb:like-box>
</div><div class="lastposts"><h2><a href="/blog">Blog</a></h2><ul><li><a href="http://www.ding-up.fr/post/2012/01/26/NOUVEAU-SUR-ding-up.fr-%21%21-Sculpture-LOVE-s%C3%A9rie-limit%C3%A9e-ENGLAND">NOUVEAU SUR ding-up.fr !! Sculpture LOVE série limitée ENGLAND</a></li><li><a href="http://www.ding-up.fr/post/2010/11/16/STICKERS-FESTIFS-I-LOVE-personnalis%C3%A9s">STICKERS FESTIFS I LOVE personnalisés</a></li><li><a href="http://www.ding-up.fr/post/2010/04/06/Exclusivit%C3%A9-LETTRAGE-DECO-EN-RELIEF%2C-les-nouveaux-venus-%21">Exclusivité LETTRAGE DECO EN RELIEF, les nouveaux venus !</a></li><li><a href="http://www.ding-up.fr/post/2010/04/01/De-la-d%C3%A9co%2C-des-gadgets%2C-des-habits-et-du-fun-%21">De la déco, des gadgets, des habits et du fun !</a></li><li><a href="http://www.ding-up.fr/post/2010/02/15/CREEZ-VOS-MEUBLES-EN-CARTON">CREEZ VOS MEUBLES EN CARTON</a></li></ul></div><div id="cart"></div><div id="contact"><h2><img src="?pf=contact/icon.png" alt="" width="16" height="16" style="margin: 0 3px; vertical-align: middle;" /> Contact</h2><ul><li><a href="http://www.ding-up.fr/contact">une question ? c'est par ici  que ça se passe !!</a></li></ul></div><div class="text"><h2>Informations</h2><ul>
<li>
<a href="http://www.ding-up.fr/pages/CONDITIONS-GENERALES">CONDITIONS GENERALES</a>
</li>
<li>
<a href="http://www.ding-up.fr/pages/LIVRAISON-DE-VOS-ACHATS">LIVRAISON DE VOS ACHATS</a>
</li>
<li>
<a href="http://www.ding-up.fr/pages/QUI-SOMMES-NOUS">QUI SOMMES NOUS ?</a>
</li>
<li>
<a href="http://www.ding-up.fr/pages/NOTICE-DE-POSE">NOTICE DE POSE</a>
</li>
<li></div><div id="info"><h2>PAIEMENT</h2><p><img src="http://www.ding-up.fr/pub/LOGO_PAYPAL.jpg"></p><p><strong>Nous expédions en :</strong><ul><li>FRANCE</li><li>BELGIQUE</li></ul></p><p><strong>Paiements acceptés :</strong><ul><li>PayPal et carte de crédit</li><li>Chèque</li><li>PayPal et carte de crédit</li></ul><p style='text-align:center;' ><a href='#' onclick="javascript:window.open('https://www.paypal.com/fr/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');return false;"><img src='/?pf=ecommerce/payments/newpaypal/logo-info.png' alt='PayPal' title='PayPal' /></a></p></p><p><strong>Mode d'expédition :</strong><ul><li>COLISSIMO</li><li>Colissimo</li><li>DOM</li><li>EXPRESS</li><li>colissimo</li></ul></p></div><div class="tags"><h2>Tags</h2><ul><li><a href="http://www.ding-up.fr/tag/grandes%20lettres%20d%C3%A9co" class="tag100">grandes lettres déco</a> </li><li><a href="http://www.ding-up.fr/tag/lettrage" class="tag100">lettrage</a> </li><li><a href="http://www.ding-up.fr/tag/lettres" class="tag100">lettres</a> </li><li><a href="http://www.ding-up.fr/tag/polystyr%C3%A8ne" class="tag100">polystyrène</a> </li><li><a href="http://www.ding-up.fr/tag/relief" class="tag100">relief</a> </li><li><a href="http://www.ding-up.fr/tag/volume" class="tag100">volume</a> </li></ul><p><strong><a href="http://www.ding-up.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/rss+xml" href="http://www.ding-up.fr/feed/rss2" title="Fil RSS des billets de ce blog" class="feed">Fil des billets</a></li><li><a type="application/rss+xml" href="http://www.ding-up.fr/feed/rss2/comments" title="Fil RSS des commentaires de ce blog" class="feed">Fil des commentaires</a></li></ul></div><div class="text"><a target="_blank" href="http://www.wikio.fr/subscribethis?url=http%3A%2F%2Fwww.ding-up.fr%2Ffeed%2Frss2" class="wikio-popup-button">Wikio</a><script type="text/javascript" src="http://www.wikio.fr/wikiothispopupv2?services=wikio+netvibes+google+yahoo+bloglines+rss&widgets=vista+macos&url=http%3A%2F%2Fwww.ding-up.fr%2Ffeed%2Frss2"></script></div>  </div> <!-- End #blogextra -->
</div>

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

<div id="footer">
  <p id="footerContent"><br/>SKP DESIGN 24 rue clément Ader 85340 OLONNE SUR MER FRANCE  - <a href='/contact'><script type="text/javascript">document.write (String.fromCharCode(100,105,110,103,45,117,112,64,111,114,97,110,103,101,46,102,114));</script></a> - Téléphone : 02.51.23.59.96<br/> 42Stores : <a href="http://www.42stores.com">boutique sur Internet</a></p>
</div>

<!-- ligne importante à ne jamais supprimer / do not delete -->
			<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>
