
tinyMCE.init({
              mode : "exact",
              theme : "advanced",
              elements : "simpleArea",
              plugins : "style",
              theme_advanced_toolbar_location : "top",
              theme_advanced_toolbar_align    : "center",
              theme_advanced_buttons1 : "bold, italic, underline, strikethrough,|, undo, redo,|, bullist, numlist",
              theme_advanced_buttons2 : "",
              theme_advanced_buttons3 : "",
              theme_advanced_buttons4 : "",
              theme_advanced_resizing : "flase",
              language : "fr"
            });


