jQuery(document).ready(function() { 
								

    jQuery('.onglet').mouseover(function() { 
	jQuery(this).css('background','url(IM/onglet.png) 0 0 repeat-x');
	jQuery(this).children(".ongletL").css('background','url(IM/onglet_left.png) left top no-repeat');
	jQuery(this).children(".ongletL").children(".ongletR").css('background','url(IM/onglet_right.png) right top no-repeat');
	/*  jQuery(this).children(".blc_h").show();
		jQuery(this).children(".blc_r").children(".blc_l").children(".blc_c").css('background','url(im/calendar/calendar_fd2.png) 0 0 repeat-x');
		jQuery(this).children(".blc_r").children(".blc_l").css('background','url(im/calendar/calendar_l2.png) 0 0 no-repeat');
		jQuery(this).children(".blc_r").css('background','url(im/calendar/calendar_r2.png) 100% 0 no-repeat');*/
		
    }).mouseout(function() { 
	jQuery(this).css('background','');
	jQuery(this).children(".ongletL").css('background','');
	jQuery(this).children(".ongletL").children(".ongletR").css('background','');
	/*jQuery('.blc_h').hide();
	jQuery(this).children(".blc_r").children(".blc_l").css('background','url(im/calendar/calendar_l.png) 0 0 no-repeat');
	jQuery(this).children(".blc_r").css('background','url(im/calendar/calendar_r.png) 100% 0 no-repeat');
	jQuery(this).children(".blc_r").children(".blc_l").children(".blc_c").css('background','url(im/calendar/calendar_fd.png) 0 0 repeat-x');
	*/

	  
    });
	

	

	
});
