/* Component > Actualites
-----------------------------------------------------------------------------*/
#actualites{
    float: left;
    width: 229px;
    height: 117px;
    padding: 11px 15px 0 0;
}
#actualite{
    float: left;
    width: 229px;
    height: 117px;
    border-bottom: 1px solid #FFA25D;
}
#actualite .title{
    font-weight: bold;
    line-height: 18px;
}
#actualite p{
    color: #EA6503;
    line-height: 14px;
    text-align: justify;
}
