/* -------------------------------- */
/* --------- >> ALERTE << --------- */
/* -------------------------------- */

div.alerte {
    background:#dddddd;
    /*clear:both;*/
    color:#333333;
    display:table;
    height:31px;
    margin-top:9px;
    overflow:hidden;
    position:relative;
    width:640px;   
    font-size:11px;  
    line-height:11px;
}

div.floating {
    display:table-cell;
    vertical-align:middle;
    width:510px;
    top:50%;
}
    
div.floating div {
    position:static;
    top:-50%;
    bottom:0;
    font-size:12px;  
    line-height:14px;
    padding-right: 5px;
}   

div.alerte a {
    color:#333333;
    width: 313px;
}

div.alerte div.libelle {
    color:#fff;
    float:left;
    font-size:11px;
    font-weight:bold;
    height:27px;
    line-height:11px;
    padding:4px 0 0 8px;
    text-transform:uppercase;
    width:105px;
}

div.webdiffusion div.libelle {
    height: 21px;
    padding-top: 10px;
}

div#breaking-news div.libelle { background:url(/sports/_img/background/background-derniere-heure.gif) left top no-repeat; }