/* Feuille de styles pour l'exercice 6 - Le chapeau */

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

p#misensituation	{
	margin: 20px 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
	color: #000000;
}

div#regle	{
	width: 697px;
	height: 136px;
	margin: 0 auto;
	background-image: url('../images/vert/regle.png');
	background-repeat: no-repeat;
}

div#etiquette	{
	width: 107px;
	height: 136px;
	background-image: url('../images/vert/etiquette.png');
	cursor: pointer;
	cursor: hand;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div#etiquette div	{
	font-size: 48px;
	text-align: center;
	padding-top: 45px;
}

div#wrapper_persos	{
	margin-left: 55px;
	margin-top: -5px;
}

div#wrapper_persos>div	{
	float: left;
	width: 400px;
	height: 450px;
	background-repeat: no-repeat;
}

div#encadre_mere	{
	background-image: url('../images/vert/perso_mere.png');
	background-position: 80% 10%;
}

div#encadre_vendeuse	{
	background-image: url('../images/vert/perso_vendeuse.png');
}

div#bulle_mere	{
	width: 212px;
	height: 193px;
	background-image: url('../images/vert/bulle_mere.png');
	background-repeat: no-repeat;
	margin-top: 50px;
}

div#bulle_vendeuse	{
	width: 212px;
	height: 193px;
	background-image: url('../images/vert/bulle_vendeuse.png');
	background-repeat: no-repeat;
	margin-top: 80px;
	margin-left: 180px;
}

div#bulle_mere img	{
	margin-top: 30px;
	margin-left: 50px;
}

div#bulle_vendeuse img	{
	margin-top: 35px;
	margin-left: 60px;
}

h4#msg_bravo	{
	padding: 0;
	color: #00457c;
	font-size: 25px;
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 110px;
	left: 450px;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

