/* zone chargement */
.barreSocial3w_zWait {
    background: url(../images/1.0/article/wait.gif) #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
}


/* zone notifications */
#actionBarreNContenu .notify {
    opacity : 0.6;
    padding: 8px 4px;
    font-size: 12px;
}
#actionBarreNContenu .notify .titre {
    font-size: 13px;
    display: block;
}
#actionBarreNContenu .notify .date {
    font-size: 11px;
    display: block;
    color: #4B4B4B;
}
#actionBarreNContenu .notify:hover {
    background-color: #eee;
}
#actionBarreNContenu .head-notify {
    font-weight: bold;
    padding: 8px 4px;
    font-size: 13px;
    color: #4B4B4B;
}
#actionBarreNContenu .content-notify {
    max-height: 350px; 
    overflow-y: scroll;
}
#actionBarreNContenu .show-all-notify {
    color: #4B4B4B;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 4px;
    text-align: center;
}
#actionBarreNContenu .show-all-notify-disabled {
    color: #ddd;
}
#actionBarreNContenu .unread {
    opacity : 1;
}
#actionBarreNContenu .unread .titre {
    font-weight: bold;
}
#actionBarreNContenu hr {
    background-color: #ddd;
    border: none;
    height: 1px;
    margin: 0;
}