 /* test auto-ready logic - call corner before DOM is ready */
    $('#readyTest').corner();    
    $(function(){
        $("#menuhaut div").corner("bottom tr");
		$("#corps").corner("15px keep cc:#ccc");
		$("#pied").corner("top");
    });