.mce-btn{
    background-image : none!important;
    background-repeat : no-repeat!important;
}

.mce-ico:not(.mce-i-checkbox){
    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:20;
}

.mce-tinymce.mce-container.mce-panel:not(.mce-floatpanel){
    display:inline-block !important;
    border: 0px solid #dfdfdf;
}

.mce-container-body .mce-panel{
    border: 0px solid #dfdfdf;
}

.mce-i-mathtypeicon:before {
    content: url(/temp_resources/Modules/tinymce/srcs/plugins/mathtype-tinymce4/icons/formula.png);
}


