/*$(document).ready(function(){
	$("#result").facebook_feed({
		feed: 'https://graph.facebook.com/235838016452484/feed',
		nb: 1,
		access_token: "137049589719105|d4fe7aaeffd8c178ed1c9430.1-1183196610|yvsNyitt63zoBohUTcLICnfsafo&expires_in=0"
	});
})*/

$(document).ready(function(){
	$("#actualites").facebook_feed({
		feed: 'https://graph.facebook.com/235838016452484/feed',
		nb: 10,
		access_token: "137049589719105|d4fe7aaeffd8c178ed1c9430.1-1183196610|yvsNyitt63zoBohUTcLICnfsafo&expires_in=0"
	});
})



