tinyMCE.init({
		language : "fr",	
		mode : "textareas",
		editor_selector : "editeur_mini",
		theme : "advanced",
		plugins : "advhr,preview,contextmenu,paste,fullscreen,noneditable,emotions,fullpage",
		theme_advanced_buttons1_add_before : "",
		theme_advanced_buttons1 : "bold,italic, underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,forecolor,backcolor,separator,styleselect,separator,formatselect,separator,removeformat,cleanup",
		theme_advanced_buttons2_add_before: "",
		theme_advanced_buttons2 : "undo,redo,separator,cut,copy,paste,pastetext,pasteword,separator,bullist,numlist,hr,sub,sup,separator,outdent,indent,separator,link,unlink,anchor,separator,emotions,preview",
		theme_advanced_buttons2_add : "",
		theme_advanced_buttons3_add_before : "",
		theme_advanced_buttons3 : "",		
		theme_advanced_buttons3_add : "",
		
		theme_advanced_blockformats : "p,div,h1,h2,h3,div,blockquote,dt,dd,code,samp",
		theme_advanced_styles : "Citation=citation;Bordure=imgBorder",

		
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_path_location : "bottom",
	    plugin_insertdate_dateFormat : "%Y-%m-%d",
	    plugin_insertdate_timeFormat : "%H:%M:%S",
		
		valid_elements : "a[href|target=_blank|name],strong/b,em/i,ul,ol,li,div[align],br,blockquote,p[align],strike,sup,sub,img[align|alt|border|class|src|style|title|width:18|height:18]",		
		extended_valid_elements : "hr[class|width|size|noshade],font[face|color|style],span[align]",
		external_link_list_url : "example_link_list.js",
		external_image_list_url : "example_image_list.js",
		flash_external_list_url : "example_flash_list.js",
		file_browser_callback : "fileBrowserCallBack",
		theme_advanced_resize_horizontal : false,
		theme_advanced_resizing : true,
		apply_source_formatting : true,
		convert_fonts_to_spans : false,
		content_css : "inc/template/editeur.css"

	});
	
	