.mce-btn{
    background-image : none!important;
    background-repeat : no-repeat!important;
}

.mce-ico{
    font-family:tinymce !important;
    width: auto !important;
    height: auto !important;
}

.mce-tinymce.mce-container.mce-panel.mce-fullscreen
{
	position:absolute !important; /*Bug texte enrichi fullscreen, prend tout l'écran sans cette ligne*/
    top: 0px;
    bottom: 0px;
    left: 0px;
    right:0px;
    z-index:1;
}