// JavaScript Document

jQuery().ready(
	function () {
		// Paragraphes d'articles
		$('.n1 > .paragraphe').each(initParagraphe);
	}
)

