// Encodé en UTF-8
tinyMCE.init({
	mode : "textareas",
	editor_selector : "tinymce",
    theme : "advanced",
    theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,forecolor,|,link,unlink",
    theme_advanced_buttons2: "",
    theme_advanced_buttons3: "",
    theme_advanced_buttons4: "",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
	language : "fr",
	forced_root_block : false,
	convert_newlines_to_brs : true,
	force_br_newlines : true,
	force_p_newlines : false
});
