//Url du dossier de base
/************************************************************************************************************
 *
 *  Background-Position Animations - http://www.corrupt-system.de/jquery/backgroundPosition/
 * 
*************************************************************************************************************/
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(f($){$.G($.5.x,{e:f(5){H(5.v==0&&A 5.7==\'B\'){b 6=$.q(5.m,\'e\');6=h(6);5.6=[6[0],6[2]];b 7=h(5.7);5.7=[7[0],7[2]];5.i=[7[1],7[3]]}b 9=[];9[0]=((5.7[0]-5.6[0])*5.n)+5.6[0]+5.i[0];9[1]=((5.7[1]-5.6[1])*5.n)+5.6[1]+5.i[1];5.m.F.e=9[0]+\' \'+9[1];f h(8){8=8.c(/r|t/g,\'u\');8=8.c(/w|y/g,\'z%\');8=8.c(/(\\d+)(\\s|\\)|$)/g,"$D$2");b a=8.p(/(\\d+)(k|\\%|l|j)\\s(\\d+)(k|\\%|l|j)/);C[o(a[1]),a[2],o(a[3]),a[4]]}}})})(E);',44,44,'|||||fx|start|end|strg|nowPosX|res|var|replace||backgroundPosition|function||toArray|unit|pt|px|em|elem|pos|parseFloat|match|curCSS|left||top|0px|state|right|step|bottom|100|typeof|string|return|1px|jQuery|style|extend|if'.split('|'),0,{}));
/************************************************************************************************************
 *
 *  hoverIntent r5 // 2007.03.27 // jQuery 1.1.2 - http://cherne.net/brian/resources/jquery.hoverIntent.html
 * 
*************************************************************************************************************/
(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);
/************************************************************************************************************
 *
 *  	Perso
 * 
*************************************************************************************************************/
$(document).ready(function(){
	//$("#side_recent_comments").wsticky();
	//$("#menu").wsticky();//arch_content
	//$("#side_recent_comments").wsticky({idparent: '#arch_content'});
	function globale(){
	//billet1
	//
	//animation des fleches de fond
	$('.menu1 li a').css({backgroundPosition: '200px 18px'}).hover(
	function(){
		$(this).animate(
			{backgroundPosition: '(5px 18px)'})
			}, function(){$(this).animate(
				{backgroundPosition: '(200px 18px)'});});
			};
	globale();
	//ajax
});

