/*
**  Utilisation de la librairie jQuery
**  http://docs.jquery.com/Downloading_jQuery#Download_jQuery
*/

jQuery.noConflict();
jQuery(function($) {

	// Couleur des listes à puces
	$('#content .blocParagraphe li').wrapInner('<span></span>');
    
});