$j(function()
    {

       $j('#descriptif').wymeditor(
       {
           toolsItems: [
               {'name': 'Bold', 'title': 'Strong', 'css': 'wym_tools_strong'},
               {'name': 'Italic', 'title': 'Emphasis', 'css': 'wym_tools_emphasis'},
               {'name': 'InsertUnorderedList', 'title': 'Unordered_List', 'css': 'wym_tools_unordered_list'},
               {'name': 'CreateLink', 'title': 'Link', 'css': 'wym_tools_link'},
               {'name': 'Unlink', 'title': 'Unlink', 'css': 'wym_tools_unlink'},
               {'name': 'ToggleHtml', 'title': 'HTML', 'css': 'wym_tools_html'}
             ],
           classesHtml: '',
           containersHtml:'',
           logoHtml: ''
       });

       $j('#profilRecherche').wymeditor(
       {
           toolsItems: [
               {'name': 'Bold', 'title': 'Strong', 'css': 'wym_tools_strong'},
               {'name': 'Italic', 'title': 'Emphasis', 'css': 'wym_tools_emphasis'},
               {'name': 'InsertUnorderedList', 'title': 'Unordered_List', 'css': 'wym_tools_unordered_list'},
               {'name': 'CreateLink', 'title': 'Link', 'css': 'wym_tools_link'},
               {'name': 'Unlink', 'title': 'Unlink', 'css': 'wym_tools_unlink'},
               {'name': 'ToggleHtml', 'title': 'HTML', 'css': 'wym_tools_html'}
             ],
           classesHtml: '',
           containersHtml:'',
           logoHtml: ''
       });

        $j('#conditionsPoste').wymeditor(
       {
           toolsItems: [
               {'name': 'Bold', 'title': 'Strong', 'css': 'wym_tools_strong'},
               {'name': 'Italic', 'title': 'Emphasis', 'css': 'wym_tools_emphasis'},
               {'name': 'InsertUnorderedList', 'title': 'Unordered_List', 'css': 'wym_tools_unordered_list'},
               {'name': 'CreateLink', 'title': 'Link', 'css': 'wym_tools_link'},
               {'name': 'Unlink', 'title': 'Unlink', 'css': 'wym_tools_unlink'},
               {'name': 'ToggleHtml', 'title': 'HTML', 'css': 'wym_tools_html'}
             ],
           classesHtml: '',
           containersHtml:'',
           logoHtml: ''
       });
    }
);