$(document).ready(function() {
	$('dd.detail').hide();
});

sh_detail = function(bloc){
	$('#detail-'+bloc).toggle('slow');
}
