.dialogue_conteneur {
	position: relative;
	height: 270px;
	margin: auto;
}

.dialogue_laurent {
	position: absolute;
	top: 38px;
}

.dialogue_jeremie {
	position: absolute;
	left: 780px;
	top: 46px;
}


.dialogue_bulle_laurent {
	position: absolute;
	width: 364px;
	height: 206px;
	background-image:url(./images/bulle-1.png);
	left: 140px;
}

.dialogue_bulle_jeremie {
	position: absolute;
	width: 313px;
	height: 190px;
	background-image:url(./images/bulle-2.png);
	left: 510px;
	top: 16px;
}

.dialogue_texte_laurent {
	font-size: 13px;
	text-align: justify;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 50px;
	color: #665E52;
}

.dialogue_texte_jeremie {
	font-size: 13px;
	text-align: justify;
	padding-top: 15px;
	padding-right: 55px;
	padding-left: 20px;
	color: #665E52;
}

.dialogue_underline {
	position: absolute;
	width: 1000px;
	height: 2px;
	background-color: #FF8C00;
	top: 262px;
}