/* Feuille de styles pour l'exercice 8 - Bien négocier */

div#wrapper	{
	font-family: Corbel, Calibri, sans serif;
}

div#consignes h3	{
	font-size: 17px;
}

#acheteur	{
	width: 360px;
	height: 455px;
	background-image: url('../images/vert/acheteur_auto.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#vendeur, #acheteur	{
	float: left;
	margin-top: 80px;
	margin-left: 50px;
}

#vendeur	{
	margin-top: 110px;
	margin-left: 80px;
}

#bulle_acheteur	{
	width: 144px;
	height: 88px;
	background-image: url('../images/vert/bulle_reponse.png');
	padding: 30px;
}

#bulle_acheteur p	{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	display: none;
}

#reponse1 p, #reponse2 p	{
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 8px;
	font-size: 18px;
}

.choix_reponse	{
	width: 126px;
	height: 55px;
	background-image: url('../images/vert/encadre_reponse.png');
	padding: 7px;
	margin-top: 15px;
	margin-left: 30px;
	cursor: pointer;
}

h4#msg_bravo	{
	width: 350px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	text-align: center;
	font-size: 23px;
	color: #00457c;
	display: none;
}

a#btnContinuer	{
	top: -10px;
}