/* Feuille de styles pour l'exercice 14 */

div#wrapper	{
	background-image: url('../images/bg_avec_encadre.jpg');
	font-family: Corbel, Calibri, sans serif;
}

div#modele_billet	{
	width: 280px;
	height: 95px;
	margin: 10px auto;
	margin-bottom: 20px;
}

div#modele_billet p	{
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 35px;
}

div#modele_billet img	{
	float: right;
}

div#billet_complet	{
	width: 683px;
	height: 317px;
	background-image: url('../images/maternelle/fond_billet.jpg');
	margin: 0 auto;
}

div.bulle_droppable	{
	float: left;
}

div#bulle_visage	{
	margin-top: 9px;
	margin-left: 80px;
	width: 248px;
	height: 287px;
}

div#bulle_mots	{
	position: relative;
	right: 64px;
	padding: 25px;
	width: 188px;
	height: 63px;
}

div#bulle_chiffre	{
	padding: 45px;
	padding-right: 25px;
	padding-left: 55px;
	margin-top: -10px;
	margin-left: 195px;
	width: 64px;
	height: 94px;
}

div#bulle_visage img, div#bulle_mots img, div#bulle_chiffre img	{
	display: none;
}

div#encadre_items	{
	height: 176px;
	width: 695px;
	position: absolute;
	bottom: 10px;
	margin-left: 150px;
}

div#encadre_items div.item_draggable	{
	float: left;
	font-family: Corbel, Calibri, sans serif;
	padding: 10px;
	margin-left: 45px;
	margin-bottom: 6px;
	cursor: pointer;
	cursor: hand;
}

h4#msg_bravo	{
	clear: both;
	margin-left: -50px;
	font-family: Corbel, Calibri, sans serif;
	font-size: 18px;
	color: #c86e00;
	display: none;
}

h4#msg_bravo	{
	color: #00457c;
	font-size: 24px;
	position: absolute;
	left: 200px;
	bottom: 80px;
}
