/* NEWS */
#news {
}
#news li {
    padding-bottom: 5px;
}
#news .time {
    float:     left;
    font-size: 9px;
    color:     #808080;
}
#news .lien {
    float:       left;
    width:       350px;
    margin-left: 5px;
}
#news .lien a {
    text-decoration: none;
    color:           #000000;
}
#news .lien a:hover {
    text-decoration: underline;
}

#news .lienadmin {
    float:       left;
    width:       350px;
    margin-left: 5px;
}
#news .lienadmin a {
    text-decoration: none;
    color:           #990000;
}
#news .lienadmin a:hover {
    text-decoration: underline;
}


#news .pages {
    font-size: 9px;
    color:     #000000;
    letter-spacing: 1px;
}
#news .pages a {
    text-decoration: none;
    color: #000000;
}
#news .pages a:hover {
    text-decoration:underline;
}

