//Remplace les textarea avec FCKEditor
function rempl_txtarea(nom_area)
{
	var oFCKeditor1 = new FCKeditor(nom_area) ;
	oFCKeditor1.ToolbarSet = 'Basic' ;
	oFCKeditor1.BasePath = "fckeditor/" ;
	oFCKeditor1.ReplaceTextarea() ;
} 
