
/* ==================== */
/* --- POPULAR NEWS --- */
/* ==================== */

#sidebar h3{
    text-transform:uppercase;
    color:#cfcfce;
    border-bottom:1px solid #202020;
    margin-top:8px;
    padding-top:8px;
    padding-bottom:8px;
    margin-bottom:8px;
}

#popularNews{
    margin-bottom:5px;
}

#popularNews a{
    color:red;
    margin-left:5px;
}

#popularNews #titre{
    text-transform:uppercase;
    color:#888;
}

#popularNews #datetime{
    color:#444;
}

#popularNews #vus{
    color:white;
}

#popularNews #photo{
    float:left;
    margin-right:5px;
    background:#202020;
    width:100px;
    height:100px;
}

.ON{
    text-transform:lowercase;
    font-weight:normal;
    padding:5px;
    margin:3px;
    background:#444;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    border:2px solid #888;
}

.OFF{
    text-transform:lowercase;
    font-weight:normal;
    padding:5px;
    margin:3px;
    background:#444;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    border:2px solid #444;
}

