/**
 * @author flho 04 2011
 */

$(document).ready(function(){ 
    // images png visibles sous IE 6
    //$(document).pngFix();

    
	// bloque l'accès aux autres pages
//	$('#intro a#pro').click(function(){
//      alert('Ce site est en reconstruction et sera réouvert très prochainement. | This website is on maintenance. We will open it shortly!');
//    });
  // réécrit l'URL de la balise href
//  $('#intro a#pro').attr.html('http://www.flho.com');

  // bloque les pages pas encore construites :
//  $('a#puce_1,ul.btn_cat #puce_7,ul.btn_cat #puce_8').click(function(){
//    alert('page en construction! Page undezr construction')
//  });

});
