Hi manciaux,
By default, EnableStripStyleTagsCodeInjection will set to true to prevent style tag injection attack. If you want to use <style> tag, please set it to false, like
<CE:Editor ID="editor1" runat="server" EnableStripStyleTagsCodeInjection="false">
</CE:Editor>
Regards,
ken