#annoncesBloc {
    font-family:verdana;
   margin:auto;
   position:relative;
   overflow: hidden;
   height: 33px;
   width: 510px;
   font-style:italic;
   font-size:11px;
   float:right;
   letter-spacing:-1px;
}
#annoncesBloc #label {
     float:left;
     width:105px;
     color:#a4a4a4
}
#annonces {
   margin:auto;
   position:relative;
   overflow: hidden;
   height: 30px;
   width: 400px;
   font-style:italic;
   font-size:11px;
   float:right;
   letter-spacing:-1px;
   float:left

 }

 
 .annonce {
   position: absolute;
   left: 400px;
   text-align:left;

   height:15px;
   width:390px;
   overflow:hidden;
 }


.annonce .date {color:#9a9a9a; }
.annonce .titre {color:#7F7F7F; font-style:normal}
.annonce:hover .titre {color:#b5902e; border-bottom:1px solid #b5902e}