.bulle{
	display: block;
	position: absolute;
	width: 230px;
	height: 97px;
	background: url(image/bg-bulle.png) no-repeat right;
}

.bulle span {
display: block;
color: Black;
	padding: 10px 5px 20px 80px;
}

.bulle span.btitre {
	display: block;
        color: #C65815;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
}

.bulle-left, .bulle-right {
	display: block;
	/*position: relative;*/
	float: right;
	margin: 0 0px 0 10px;
	*margin: 0 0px 0 10px;
}
.bulle-left {
	float: left;
	margin: 0 10px 0 20px;
	*margin: 0 10px 0 10px;
}
.bulle-left img, .bulle-right img  {
	margin-top: 60px;
	padding: 4px;
	background: white;
	border: 1px solid silver;
}