$(document).ready(function() {
	oTable = $('#sommaire').dataTable({
		"bJQueryUI": true,
		"sPaginationType": "full_numbers"
	});
	$('textarea#content').ckeditor();
});
