.Activite
{
    width:270px;
    height:169px;
    background: url(../Images/Activites.png) no-repeat;
    float: left;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
}

.ActiviteTitre
{
    color:#1443A3;
    font-size: 20px;
    position: relative;
    top:15px;
    display: block;
    width:260px;
    text-align: center;
}

.ActiviteDate
{
    color:#484848;
    font-size: 18px;
    position: relative;
    top:15px;
    display: block;
    width:260px;
    text-align: center;
}

.ActiviteDesc
{
    font-size: 10px;
    position: relative;
    top:30px;
    left: 20px;
    display: block;
    width:220px;
    height:60px;
}
