/***********************************/
/*    Portail - NE PAS MODIFIER    */
/***********************************/

.portal
{
    margin: 0;
    padding: 0;
}

.portal-preview-info
{
    padding: 10px 10px 10px 36px;   
    font-family:tahoma,arial,verdana,sans-serif;
    font-size:12px;
    line-height:20px;
    border-bottom: solid 1px #CCD1D7;
    background:#F3F3F3 url(/ui/skins/default/images/cms/portal/preview-info.gif) no-repeat 10px 12px;
}
.portal-preview-info-close
{
    position:absolute;
    right:10px;
    top:12px;    
    background-color: transparent;
    background-image: url(/ui/plug-in/extjs4/resources/themes/images/bo/tools/tool-sprites.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 15px;
    margin: 0;
    overflow: hidden;
    width: 15px;
}
.portal-preview-info-close:hover
{
    background-position: -15px 0;
}

.portal-translation-alertbox
{ 
    background-color: #E2E2E2;
    color: #000000;
    font-size: 11px;
    height: 100%;
    line-height: 35px;    
}

.portal-translation-alertbox-head {
    background-color: #00AEF0;
    color: #FFFFFF;
    float: left;
    font-size: 1.25em;
    font-weight: 500;
    height: 100%;
    line-height: 35px;
    margin-right: 11px;
    padding: 0 16px;
    width: 50px;
}

.portal-translation-alertbox-text {
    background-color: #E2E2E2;
    color: #000000;
    font-size: 11px;
    height: 100%;
    line-height: 35px;
}

.frame img {
    height: auto;
    max-width: 100%;
}
.frame img[data-not-responsive] {
    max-width: none;
}

.cms-inner-layout {
    padding: 0;
}