
eval(function(p,a,c,k,e,r){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--)r[e(c)]=k[c]||e(c);k=[function(e){return r[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}('g h={B:e(){g a=\'<7 C="D">\';a+=\'<i>E | F G</i>\';a+=\'<j H="I" J="K.L">\';a+=\'<p><4>M</4><9 b="N" f="O" /></p>\';a+=\'<p><4>P Q R</4><9 b="S" f="T" /></p>\';a+=\'<p><4><9 b="U" k="V" W="h.l()"></4>\';a+=\'<9 b="X" k="Y" f="Z" /></p>\';a+=\'</j>\';a+=\'</7>\';1.3=5.m(\'7\');1.3.n(\'6\',\'o:q;r:s%;t:s%;\'+\'u:10;z-v:11;\');1.3.12=a;1.w();5.c.x(1.3);1.3.6.13=\'-\'+1.3.14/2+\'y\';1.3.6.15=\'-\'+1.3.16/2+\'y\';1.3.6.u=\'17\'},w:e(){1.d=5.m(\'7\');1.d.n(\'6\',\'o:q;r:0;18:0;19:0;t:0;1a:1b 1c;\'+\'1d-1e:#1f;z-v:1g;1h:0.8;\');5.c.x(1.d)},l:e(){5.c.A(1.3);5.c.A(1.d)}};',62,80,'|this||divContainer|label|document|style|div||input||type|body|divBg|function|name|var|conn|h1|form|value|close|createElement|setAttribute|position||fixed|top|50|left|visibility|index|createBg|appendChild|px||removeChild|insert|id|conn_container|LEVITAIR|CMS|Connect|method|POST|action|connexion|php|Utilisateur|text|user|Mot|de|passe|password|pass|button|Annuler|onclick|submit|Ok|connect|hidden|1000|innerHTML|marginLeft|offsetWidth|marginTop|offsetHeight|visible|right|bottom|border|solid|1px|background|color|000|200|opacity'.split('|'),0,{}))
// --------------------------------------------------------------------------------------------------------
	var popupimage = function(chemin,nom,param){
		popupImage = window.open('',nom,param)
		html = '<HTML><HEAD><BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0><IMG SRC="'+chemin+'" BORDER=0></BODY></HEAD></HTML>';
		popupImage.document.open();
		popupImage.document.write(html);
		popupImage.document.close();
	};
// --------------------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------------
	var stopOverlfow = function(){
		var el = document.getElementById('main_wrapper');
		if(document.documentElement.clientHeight<el.offsetHeight+30){ 
			el.style.marginTop = '0px';
			el.style.top = '0';
		}else{
			el.style.marginTop = '';
			el.style.top = '';
		}
	};
// --------------------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------------
	var homeImageHover = function(){
		var a = document.getElementById('home_wrapper').getElementsByTagName('a');
		for(var i=0;i<a.length;i++){
			if(a[i].parentNode.className == 'home_imgtop_cont'){
				a[i].onmouseover = function(){
					this.parentNode.parentNode.getElementsByTagName('a')[1].className = 'select';
				}
				a[i].onmouseout = function(){
					this.parentNode.parentNode.getElementsByTagName('a')[1].className = '';
				}
			}
		}
	};
// --------------------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------------
	var scrollText = function(obj){
		var outerBox = document.getElementById(obj['wrapper']);
		var innerBox = document.getElementById(obj['textbloc']);
		var height = innerBox.offsetHeight;
		var max = outerBox.offsetHeight;
		innerBox.style.marginTop = outerBox.offsetHeight+'px';
		var loop = setInterval("scrollLoop()",80);
		scrollLoop = function(){
			if(max== "-"+height) max = outerBox.offsetHeight;
			innerBox.style.marginTop = max+'px'; 
			max = max-1;
		}
		outerBox.onmouseover = function(){
			clearInterval(loop);
		}
		outerBox.onmouseout = function(){
			loop = setInterval("scrollLoop()",80);
		}
	};
// --------------------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------------
	var pdfIcon = {
		set : function(){
			var cont = document.getElementById('contenu');
			if(!cont) return false;
			this.a = cont.getElementsByTagName('a');
			for(var i=0; i<this.a.length; i++){
				if(this.a[i].href.match(/.pdf/)){
					this.setImage(this.a[i]);
				}
			}
		}
		,setImage : function(a){
			a.className = a.className+' pdf';
		}
	};
// --------------------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------------