tinyMCE.init({
	mode : "textareas",
	language : 'fr',
	editor_selector : "mceEditor",
	theme : "advanced",
	theme_advanced_toolbar_location : "top",
	plugins : "preview",
	plugin_preview_width : "800",
	plugin_preview_height : "900",
	theme_advanced_buttons1 : "fontselect,fontsizeselect,separator,bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,sub,sup,separator,bullist,numlist,separator,outdent,indent",
	theme_advanced_buttons2 : "preview,separator,undo,redo,cut,copy,paste,separator,link,unlink,anchor,image,hr,separator,separator,removeformat,separator,backcolor,forecolor,separator,charmap,help,code",
	theme_advanced_buttons3 : ""
});