function C_article()
{
	this.estScript = false;
	this.modeContenu = true;
	
	this.langue = 1;
	
	
	this.modeScript = function ()
	{
		
		CKEDITOR.instances.editor1.setData( '<p><b>This is the editor data.</b></p>' );

	}
}

if (globArticle == null)
	var globArticle = new C_article();

