div.bulle {
    padding: 2px;
    top: 0px;
    left: 0px;
    color: black;
    font-size: 11px;
	font-family: arial;
    background-color: #ECF2FE;
    border: solid thin ;
    border-color: black;
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}

div.bulle p {
    margin: 0; 
	padding: 0 3px;
}

/**
*** info bubble on document list (Dt screens)
**/
.infoBubble {
	border: 1px;
	background-color: #BBDEEA;
	z-index: 1000;
 }
.infoBubbleTable {
	border: 0px;
}
.infoBubbleLeft {
	font-size: 13px;
	vertical-align: top;
	font-weight: bold;
	width: 90px;
}
.infoBubbleRight {
	font-size: 13px;
	vertical-align: top;
	width: 200px;
}
