// MISE EN FORME TEXTE
tinyMCE.init({
                    theme : "advanced",
                    plugins : "safari,table,advhr,media,compat2x,advlink,advimage,images",
                    mode: "exact",
                    elements : "texta",
                    theme_advanced_toolbar_location : "bottom",
                    theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,undo,redo,seperator,bullist,numlist,outdent,indent,separator,link,unlink,image,images,media,separator,cleanup,code",
                    theme_advanced_buttons2 : "",
                    theme_advanced_buttons3 : "",
                    docs_language : "fr",
                    theme_advanced_toolbar_align : "center",
                    theme_advanced_statusbar_location : "false",
                    theme_advanced_resizing : false,
                    theme_advanced_path : false,
                    convert_newlines_to_brs : false,
                    preformatted : true,
                    relative_urls : false,
                    theme_advanced_resize_horizontal : false,
                    remove_linebreaks : false,
                    theme_advanced_blockformats : "p,h2,h3,h4,h5,h6,blockquote,dt,dd,code,pre"})





