$(document).ready(function(){		
		//custom usage
		//$(".listCount").wordCount({allowed: 15,warning: 12,counterText: 'nb mots :'});		
		$(".listCount").camping({counterText: ''});
		
	});
