tinyMCE.init({
    doctype : '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">',
    theme:"advanced",
    plugins : "paste",
    theme_advanced_buttons1 : "bold,italic,underline,strikethrough,forecolor,|,blockquote,sup,sub,|,bullist,numlist,|,undo,redo,|,pastetext,pasteword,selectall",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "", 
    paste_auto_cleanup_on_paste : true,
    mode:"none",
    language:langue.substring(0, 2),
    convert_urls:false,
    width:"520px",
    height:"180px",
    valid_elements:"@[id|class|style|title|dir<ltr?rtl|lang|xml::lang],a[rel|rev|charset|hreflang|tabindex|accesskey|type|name|href|target|title|class],strong/b,em/i,strike,u,#p[align],-ol[type|compact],-ul[type|compact],-li,br,img[longdesc|usemap|src|border|alt=|title|hspace|vspace|width|height|align],-sub,-sup,-table[border=0|cellspacing|cellpadding|width|frame|rules|height|align|summary|bgcolor|background|bordercolor],-tr[rowspan|width|height|align|valign|bgcolor|background|bordercolor],tbody,thead,tfoot,#td[colspan|rowspan|width|height|align|valign|bgcolor|background|bordercolor|scope],#th[colspan|rowspan|width|height|align|valign|scope],hr[size|noshade],span"});
