#Success
{
    font-size:16px;
    text-align:center;
    font-weight:bold;
}

.Categorie
{
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.AnnonceImage
{
    background: url(../Images/Annonce1.png);
    width:59px;
    height:130px;
    float: left;       
    border:1px solid #CCC;
}

.AnnonceOverflow
{
    overflow: hidden;
    width:57px;
    height:128px;
    margin-top: 1px;
    margin-left: 1px;
}

.AnnonceText
{
    float:left;
    margin-left: 5px;
}

.AnnonceTitre
{
    width:192px;
    height:26px;
    border:1px solid #BBB;
    font-size: 18px;
    background: #FFF;
    color:#4380d4;
}

.AnnonceTags
{
    width:192px;
    height:65px;
    background: #D9D9D9;
    border:1px solid #BBB;
    font-size: 12px;
    color:#000;
    margin-top: 3px;
    margin-bottom: 4px;
    position: relative;
    overflow: hidden;
}

.AnnonceNumbers
{
    width:192px;
    height:26px;
    background: #FFF;
    color:#3c3a3a;
    border:1px solid #BBB;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
}

.TagsAdd
{

}

#LinkAdd
{
    font-size: 16px;
    font-weight: bold;
}