$(document).ready(function() {
	//document.getElementById('NL_box').innerHTML="<span>Inscrivez-vous</span> à notre lettre d'information";
	$("a.thickbox, a[rel='lightbox']").fancybox({'hideOnContentClick': false,imageScale : true}); 
	$("a#box_ami").fancybox({frameWidth : 300,frameHeight : 200}); 
	if(document.all){$("a#box_fav").click(function(){window.external.AddFavorite(location.href, document.title);});
	}else{$("a#box_fav").fancybox({'hideOnContentClick': true,frameWidth : 400,frameHeight : 100});}
			
	$('#logo').hover(function() { //mouse in
   		$(this).find('img').stop().animate({ opacity: '0' }, 250);
  	}, function() { //mouse out
    	$(this).find('img').stop().animate({ opacity: '1' }, 250);
   	});
	
	$('#contact').hover(function() { //mouse in
   		$(this).stop().animate({ 'right': '0' }, 400);
  	}, function() { //mouse out
    	$(this).stop().animate({ 'right': '-312px' }, 400);
   	});
	
	var opened=false;
	var hght=Number($('#footer_frame').height())+'px';
	var hght2=Number($('#footer_frame').height()-30)+'px';
	$('#footer_frame').stop().animate({'height':'5px'},500);
	$('#hidener').stop().animate({'height':0,'paddingTop':'0'},500);
	$('#footer').stop().animate({'height':0},500);
	$('#ctrl').click(function() {
		if(!opened) {
			$('#footer_frame').stop().animate({'height':hght},500,function() {
				opened=true;
				$('#ctrl').css({'backgroundImage':'url(gifs/close.png)'});
			});	
			$('#hidener').stop().animate({'height':hght2,'paddingTop':'30px'},500);
			$('#footer').stop().animate({'height':hght},500);
		}
		else { 
			$('#footer_frame').stop().animate({'height':'5px'},500,function(){
				opened=false;
				$('#ctrl').css({'backgroundImage':'url(gifs/ctrl.png)'});
			});
			$('#hidener').stop().animate({'height':0,'paddingTop':'0'},500);
			$('#footer').stop().animate({'height':0},500);
		}
		return false;
	});
	
	$('#sousMenu').stop().animate({'height':'0'},500);
	$('#bck, #sousMenu').hover(function() { //mouse in
   		$('#sousMenu').stop().animate({ 'height': '46px' }, 400);
  	}, function() { //mouse out
    	$('#sousMenu').stop().animate({ 'height': '0' }, 400);
   	});
	
	$('.encart1').html('<h2>Bonnes affaires</h2><img src="gifs/produit1_small.jpg" class="photo" alt="decoration intérieure lille"/><p class="encart_p">Demeure de famille  réimplante son magasin tous les 15 jours avec de nouveaux meubles et des nouveaux objets....</p><a class="plus" href="bonnes-affaires_cl1.html?bonnes-affaires=1">Voir nos bonnes affaires</a>');
	$('.encart2').html('<h2>Les coups de coeur</h2><img src="gifs/realisation1_small.jpg" class="photo" alt="decoration maison lille"/><p class="encart_p">Tous les mois Demeure de Famille sélectionne pour vous ses coups de cours: pieces uniques: prototype, pieces anciennes...</p><a class="plus" href="coups-de-coeur_cl1.html?coup-de-coeur=1">Voir nos coups de coeur</a>');

$('.encart3').html('<a class="tel_lien" href="../contact.php">Contactez-nous</a><h2>Contact</h2><p class="encart_p">Demeure de Famille<br />39, rue du Bosquiel<br />59910 BONDUES<br /><span class="tel">03 20 76 00 77</span></p><a class="plus" href="../contact.php">Formulaire de contact</a>');
});


      

