function ie6(){return navigator.appVersion.indexOf("MSIE")>0&&parseFloat(navigator.appVersion.split("MSIE")[1])<7}function centrer(a){a.style.position="absolute";var b=document.documentElement;a.style.left=b.scrollLeft+((b.clientWidth-a.clientWidth)/2)+"px";a.style.top=b.scrollTop+((b.clientHeight-a.clientHeight)/2)+"px"}function filtreNumeriques(a){var b=new Event(a).target;var c=new RegExp("[^0-9.,]","g");if(c.test(b.value)){b.value=b.value.replace(c,"")}}function mailTo(a,b){a=a.replace("*","@");if(!b){b=a}document.write('<a href="mailto:'+a+'">'+b+"</a>")}var HtmlTable=new Class({table:null,initialize:function(b,a){this.table=$(b);$trs=this.table.getElements("tbody tr");for(var c=0;c<$trs.length;c++){$tr=$trs[c];if($tr.className=="PreviousNext"){continue}if(c%2!=0){$tr.className="Bis"}if(!a){$tr.onmouseover=this.over.bind(this,$tr);$tr.onmouseout=this.out.bind(this,$tr)}}},click:function($event,$url){var $target=new Event($event).target;if($target.tagName!="TD"||$target.className=="Sorting"){return}if($url.substr(0,11)=="javascript:"){eval($url.substr(11))}else{window.location=$url}},over:function(a){a.toggleClass("Over")},out:function(a){a.toggleClass("Over")}});function Patientez(){this.div=null;this.div=document.createElement("div");this.div.className="Patientez";this.div.innerHTML="Veuillez patientez...";document.body.appendChild(this.div);centrer(this.div);this.fermer=function(){document.body.removeChild(this.div);this.div=null}}function promoCligno(b){var a=$("ctl00_Promotions");if(!a){return}a.style.color=(b?"white":"#e7a279");setTimeout("promoCligno("+(b?"null":"1")+")",500)};
