tinyMCE.init({
	// General options
    mode : "exact",
    elements : "elm1",
//	mode : "textareas",
	theme : "advanced",
	plugins : "safari,save,advhr,advimage,advlink,emotions,iespell,preview,media,searchreplace,contextmenu,paste,directionality,fullscreen,noneditable,inlinepopups",
	//		"spellchecker,imagemanager,filemanager",
	// style,layer,table,visualchars,template,nonbreaking,xhtmlxtras,
	// Theme options
	theme_advanced_buttons1 : "save,preview,newdocument,|,cut,copy,paste,pastetext,pasteword,|,undo,redo,|,iespell,|,search,replace,|,formatselect,fontselect,fontsizeselect,|,ltr,rtl,|,visualaid,|,fullscreen,|,help",
	theme_advanced_buttons2 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,sub,sup,|,outdent,indent,blockquote,|,forecolor,backcolor",
	theme_advanced_buttons3 : "removeformat,cleanup,code,|,emotions,image,link,unlink,charmap,|,media,hr,advhr,anchor",
//	theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak,|,insertdate,inserttime,|,print",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : false,

	// Example word content CSS (should be your site CSS) this one removes paragraph margins
	//content_css : "css/word.css",

	// Custom conf
	language : "fr"

});
