jQuery.noConflict();
jQuery(document).ready(function(){ 
  	jQuery(".TB_remove").click(function(){
      TB_remove();
      return false;
      });
  
  		
  if (typeof(window['definedap']) == "undefined") {
    jQuery("#col_droite div ul:last a").click(
      function(){
      
      
    	  var t = this.title || this.innerHTML || this.href;
  
    	  //TB_show(t,"index.php?id=1973&width=730&height=500");
    	  
    	  TB_show(t,this.href+"?width=730&height=500");
    	  
    	  this.blur();
    	  return false;
    	  	});
  definedap = true;
  }
});