#bulle
{
	position: absolute;
	background-color: #008080;
	top : 0px;
	left : 0px;
	width : 240px;
	height :60px;
}

p.bubble
{
	font-family: arial, helvetica, freesans, sans-serif;
	font-size: 100%;
	position: relative;
	width: 200px;
	text-align: center;
	line-height: 20px;
	margin: 20px auto;
	background-color: #fff;
	color: #000000;
	border: 6px solid #666;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
}

p.bubble:before, p.bubble:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
}

p.speech:before{
	left: 100px;
	top: 40px;
	border: 10px solid;
	border-color: #666 transparent transparent #666;
}

p.speech:after{
	left: 105px;
	top: 40px;
	border: 5px solid;
	border-color: #fff transparent transparent #fff;
}