tinyMCE.init({
	mode : "exact",
	elements : "contents",
	language : "fr",
	//content_css : "example_full.css",
	content_css : "./_style/editor/contents.css",
	convert_urls : false,
	//force_br_newlines : true,
	plugins : "style,layer,table,save,advhr,advimage,advlink,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,template,zoom,imagemanager",
	//plugins : "devkit,safari,pagebreak,xhtmlxtras,iespell,emotions",
	theme : "advanced",
	theme_advanced_buttons1 : "help,|,fullscreen,|,save,newdocument,|,preview,zoom,print,|,visualaid,visualchars,|,code,cleanup,removeformat,|,selectall,cut,copy,paste,|,pastetext,pasteword,|,undo,redo,|,search,replace",
	theme_advanced_buttons2 : "formatselect,styleselect,styleprops,|,tablecontrols",
	theme_advanced_buttons3 : "insertlayer,moveforward,movebackward,absolute,|,hr,advhr,|,link,unlink,anchor,image,media,|,insertdate,inserttime,|,charmap,nonbreaking",
	//theme_advanced_buttons4 : ",iespell",
	//theme_advanced_buttons5 : "",
	//theme_advanced_buttons6 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,fontselect,fontsizeselect",
	//theme_advanced_buttons7 : "bullist,numlist,|,outdent,indent,blockquote,|,forecolor,backcolor",
	//theme_advanced_buttons8 : "sub,sup,emotions,|,ltr,rtl",
	//theme_advanced_buttons9 : "cite,abbr,acronym,del,ins,attribs,|,template,pagebreak",
	//XHTML:plugins : "xhtmlxtras" + theme_advanced_buttonsN : "cite,abbr,acronym,del,ins,attribs"
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	//theme_advanced_resizing : true,
	//template_external_list_url : "example_template_list.js",
	extended_valid_elements : "a[class|name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]"
});