/* ### Front */

#body #globalbox .mceContentBody.front p {
    margin: 0;
    padding: 0;
    border: none;
}

/* ### BackOffice */

.mceContentBody {
    margin:0px;
    padding:0px;
    color: #333333;
    text-align:left;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
}
.mceContentBody.header {
    font-size: 11.05px;
    line-height: 1.5em;
    width: 210px;
    height: 52px;
    border: 1px solid #DBDBDB;
}

.mceContentBody.noWidth {
    width: auto;
}

.mceContentBody p {
    margin: 1px 0px;
    padding: 1px 0;
    border: 1px dotted #E1E1E1;
}

.mceContentBody blockquote {
    margin: 0px 0px 0px 15px;
}

/*.mceContentBody a:link, a:visited {
   color: #1C3B94;
}

.mceContentBody a:hover {
   color: #09122C;
}

.mceContentBody a.currentPage:link, a.currentPage:visited {
   color: #1C3B94;
   text-decoration: none;
}

.mceContentBody a.currentPage:hover {
   color: #09122C;
   text-decoration: none;
}*/
 
.mceContentBody .normal {
    font-weight: normal;
}



/**
 * Styles
 */
.mceContentBody .header {
    color: #333333;
    font-style: italic;
    margin: 10px 0px;
}

.mceContentBody .body {
    margin: 10px 0px;
} 
 
.mceContentBody .title1, .title2, .title3, .title4, .title5, .title6, .title7 {
    margin: 10px 0px;
    padding: 0px;
}
 
.mceContentBody .title1 {
    font-size: 135%;
    color: #95110D;
    font-weight: bold;
}

.mceContentBody .title2 {
    font-size: 135%;
    font-weight: bold;
}

.mceContentBody .title3 {
    color: #95110D;
    font-weight: bold;
}

.mceContentBody .title4 {
    font-weight: bold;
    text-decoration: underline;
}

.mceContentBody .title5 {
    font-weight: bold;
}

.mceContentBody .title6 {
    text-decoration: underline;
}

.mceContentBody .title7 {
    font-style: italic;
}

.mceContentBody .orange {
    color: #FD5405;
    font-weight: bold;
}

.mceContentBody .green {
    color: Lime;
    font-weight: bold;
}

.mceContentBody .red {
    color: Red;
    font-weight: bold;
}



/**
 * Puces
 */

.mceContentBody ol li {
    list-style: decimal;
    list-style-position: inside;
}

.mceContentBody ul li {
    list-style: square;
    list-style-position: inside;
}


/**
 * Tableaux
 */
.mceContentBody table tr td {
    font-size:11px;
}


/**
 * Templates
 */
.mceContentBody hr.fixFloat {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
    font-size: 0px;
}

