jQuery(document).ready(function(){
    // featured contend
    jQuery("#featured > ul").tabs({fx:{opacity: "toggle"}})
    // menu horizontal
    jQuery('#menu1').ptMenu();
    // cadre aux coins arrondis
    jQuery(".bloc").corner("22px");
    jQuery(".blocsubject").corner("10px top");
    jQuery(".cadre").corner("10px");
    jQuery("#head_content_1").corner("10px bottom");
    jQuery("#head_content_2").corner("10px bottom");
    jQuery("#head_content_3").corner("10px bottom");
    // jQuery(".footer").corner("10px");
    jQuery("#content").corner("10px bottom");
    jQuery("#featured").corner("10px bottom");
    jQuery("#content_page").corner("10px bottom");
    jQuery(".bloccontent").jScrollPane();
});
