tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	plugins : "insertdatetime,searchreplace,print,contextmenu,paste,directionality,fullscreen",
	theme_advanced_buttons1_add : "fontsizeselect",
	theme_advanced_buttons2_add : "separator,insertdate,inserttime",
	theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
	theme_advanced_buttons3_add : "emotions,styleprops",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	theme_advanced_styles : "information=info; citation=cite;",
	theme_advanced_blockformats : "p,h1,h2,h3,h4",
	content_css : "http://balsamique.iclore.fr/ressources/styles/style.css",
    plugin_insertdate_dateFormat : "%d-%m-%Y",
    plugin_insertdate_timeFormat : "%H:%M:%S",
	extended_valid_elements : "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],p[lang],style[type],script[type|src]",
	//external_link_list_url : "example_data/example_link_list.js",
	external_image_list_url : "http://balsamique.iclore.fr/showImages?js=",
	//flash_external_list_url : "example_data/example_flash_list.js",
	//template_external_list_url : "example_data/example_template_list.js",
	//file_browser_callback : "mcFileManager.filebrowserCallBack",
	theme_advanced_resize_horizontal : false,
	theme_advanced_resizing : true,
	apply_source_formatting : true,
	language : "fr",
	spellchecker_languages : "+English=en,French=fr",
	root_path: "http://balsamique.iclore.fr/"
});
