<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    margin: 0;
}
#info_message{
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    position: fixed;
    z-index: 50000;
    margin: 0;
    padding: 0;
}
.center_auto{
    margin: 0 auto;
    width: 100%;
    padding: 15px 2%;
    text-align: center;
}
#info_message .message_area{
    float: left; 
    width: 90%;
}
#info_message .message_area span.link_ribbon{
    color: #999999;
    text-decoration: underline;
    cursor: pointer;
}
#info_message .button_area{
    float: left;
    width: 11px;
    height: 10px;
    margin-top: 3px;
}
.error_bg{
    background: url('../images/error_bg.png') 0 0 repeat-x;
}
.error_bg .message_area{
    font:bold 14px arial;
    color: #a20510;
    text-shadow: 0 1px 0 #fff; 
}
.error_bg .button_area{
    background: url('../images/error_close.png') 0 0 no-repeat;    
    cursor: pointer;
}
.error_bg .info_more_descrption{
    -moz-box-shadow: 0 0 5px #b2495b;
    -webkit-box-shadow: 0 0 5px #b2495b;
    box-shadow: 0 0 5px #b2495b;
}
.succ_bg{
    background: url('../images/succ_bg.png') 0 0 repeat-x;
}
.succ_bg .message_area{
    font:bold 14px arial;
    color: #2f7c00;
    text-shadow: 0 1px 0 #fff; 
}
.succ_bg .button_area{
    background: url('../images/succ_close.png') 0 0 no-repeat;    
    cursor: pointer;
}
.info_bg{
/* gradient done with : http://colorzilla.com/gradient-editor/ */
background: #e8fdfe; /* Old browsers */
background: -moz-linear-gradient(top, #e8fdfe 0%, #cbf5f9 98%, #8bccd2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8fdfe), color-stop(98%,#cbf5f9), color-stop(100%,#8bccd2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e8fdfe 0%,#cbf5f9 98%,#8bccd2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e8fdfe 0%,#cbf5f9 98%,#8bccd2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e8fdfe 0%,#cbf5f9 98%,#8bccd2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e8fdfe 0%,#cbf5f9 98%,#8bccd2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8fdfe', endColorstr='#8bccd2',GradientType=0 ); /* IE6-9 */
 }
.info_bg .message_area{
    font:bold 14px arial;
    color: #0d9a95;
    text-shadow: 0 1px 0 #fff; 
}
.info_bg .button_area{
    background: url('../images/info_close.png') 0 0 no-repeat;    
    cursor: pointer;
}
.warn_bg{
    background: url('../images/warn_bg.png') 0 0 repeat-x;
}
.warn_bg .message_area{
    font:bold 14px arial;
    color: #a39709;
    text-shadow: 0 1px 0 #fff; 
}
.warn_bg .button_area{
    background: url('../images/warn_close.png') 0 0 no-repeat;    
    cursor: pointer;
}
.clearboth{
    clear: both;
}
.info_more_descrption{
    display: none;
    width: 950px;
    height: 300px;
    background: #fff;
    margin: 0 auto;
    padding: 10px;
    background: #fbfbfb;
    overflow: auto;
}
.succ_bg .info_more_descrption{    
    -moz-box-shadow: 0 0 5px #56a25e;
    -webkit-box-shadow: 0 0 5px #56a25e;
    box-shadow: 0 0 5px #56a25e;
}

.cnil_consent {
    background: #363738;
}

.cnil_consent .message_area {
    color: #F0F0F0;
}

.cnil_consent .button_area:after {
    content: 'X';
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    color: #F0F0F0;
}

.cnil_consent .button_area:hover:after {
    text-decoration: underline;
}

#info_message.cnil_consent {
    top: auto !important;
    bottom: 0 !important;
    left: 33%;
    width: 33%;
}

.cnil_consent .center_auto{
    width: 96%;
}


#info_message.cnil_consent .button_area {
    float: none;
    line-height: 2em;
    width: auto;
    height: auto;
}</pre></body></html>