tinyMCE.init({
	mode : "exact",
	language : "fr",
	elements : "edtTexte,edtDesc_breve,edtDesc_rub",
	plugins :"searchreplace",
	theme_advanced_buttons1 : "bold,italic,underline,separator,outdent,indent,separator,strikethrough,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,undo,redo,link,unlink,separator,search,replace,separator,code",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	extended_valid_elements : 	"a[name|href|target|title],"
								+"img[class|src|border=0|alt|title|hspace|vspace|width|height|align|name],"
								+"hr[class|width|size|noshade],"
								+"font[face|size|color|style],"
								+"span[class|align|style]"
});