 div.bulle {
 padding: 4px;
 top: 0px;
 left: 0px;

 color: #000040;

 font-size: 10px;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-weight: normal;

 background-color: #f2f5ff;

 border: solid thin ;
 border-color: #000040;
 border-width: 1px;

 /* Mozilla proprietary */
 -moz-border-radius: 12px;
 }

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

