Hi I dont know enough about recipes to fully understand your code but the following works:
Code:
class AdvancedUserRecipe1392888003(BasicNewsRecipe):
title = u'Le Point'
oldest_article = 3
max_articles_per_feed = 10
auto_cleanup = True
feeds = [(u'Actualit', u'http://www.lepoint.fr/rss.xml')]
Do you really need the rest?