.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 1px solid gray;
    padding: 0px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFFF;
}

/* -------------------------------------------- */
/* formatagage coin supérieur gauche */
#annonce_hg {
   background: url(../images_res/cadre_annonce/annonce_1_1.jpg);  /* */
   background-repeat : no-repeat;
   width : 22px;
   height : 19px;
}

/* formatagage bord supérieur  */
#annonce_hc {
   background: url(../images_res/cadre_annonce/annonce_2_1.jpg);  /* */
   background-repeat : repeat-x;
   height : 19px;
}

/* formatagage coin supérieur droit */
#annonce_hd {
   background: url(../images_res/cadre_annonce/annonce_3_1.jpg);  /* */
   background-repeat : no-repeat;
   width : 19px;
   height : 19px;
}

/* -------------------------------------------- */
/* formatagage coin gauche */
#annonce_cg {
   background: url(../images_res/cadre_annonce/annonce_1_2.jpg);  /* */
   background-repeat : repeat-y;
   width : 22px;
}

/* formatagage centre  */
#annonce_cc {
   background: url(../images_res/cadre_annonce/annonce_2_2.jpg);  /* */
}

/* formatagage coin droit */
#annonce_cd {
   background: url(../images_res/cadre_annonce/annonce_3_2.jpg);  /* */
   background-repeat : repeat-y;
   width : 19px;
}

/* -------------------------------------------- */
/* formatagage coin inférieur gauche */
#annonce_bg {
   background: url(../images_res/cadre_annonce/annonce_1_3.jpg);  /* */
   background-repeat : no-repeat;
   width : 22px;
   height : 25px;
}

/* formatagage bord inférieur  */
#annonce_bc {
   background: url(../images_res/cadre_annonce/annonce_2_3.jpg);  /* */
   background-repeat : repeat-x;
   height : 25px;
}

/* formatagage coin inférieur droit */
#annonce_bd {
   background: url(../images_res/cadre_annonce/annonce_3_3.jpg);  /* */
   background-repeat : no-repeat;
   width : 19px;
   height : 25px;
}

/* -------------------------------------------- */
/* formatagage table présentant les annonces */
#AffAnnoncesTab {
   border-left : 1px solid #8C8FBE;
   border-top : 1px solid #8C8FBE;
   border-right : 2px solid #8C8FBE;
   border-bottom : 2px solid #8C8FBE;
   text-align : left;
   background : #E9E7F2;
}

