div.bulle {
    padding: 4px;
    top: 0px;
    left: 0px;

    color: #5C4018;

    font-size: 90%;
	font-family: times new roman, sans-serif;

    background-color: #FFFFD0;

    border: solid thin ;
    border-color: #5C4018;
}

div.bulle p {
    margin: 0; padding: 0 3px;
}