/* Feuille de styles pour l'exercice 11 - Primaire ou secondaire */

div#wrapper	{
	background-image: url('../images/bg_avec_encadre.jpg');
}


div.encadre_travailleur	{
	width: 400px;
	float: left;
}

div#bulle_1_droppable, div#bulle_2_droppable	{
	background-image: url('../images/bleu/encadre.png');
	width: 321px;
	height: 434px;
	margin-top: 20px;
	margin-left: 65px;
	padding: 0 20px;
}

div#bulle_1_droppable p, div#bulle_2_droppable p	{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.mini_bulle_1	{
	font-size: 13px;
	margin-top: 5px;
	float: right;
	position: relative;
	width: 160px;
	height: 140px;
}
div.mini_bulle_1 img	{
	display: none;
}
#bulle_phrase6	{
	right: 150px;
	top: 40px;
}
#bulle_phrase3	{
	left: 130px;
}
#bulle_phrase1	{
	top: 60px;
	right: 90px;
}

div#bulle_2_droppable	{
	margin-top: 20px;
	margin-left: 45px;
}

div.mini_bulle_2	{
	font-size: 13px;
	margin-top: 5px;
	position: relative;
	width: 160px;
	height: 140px;
}
div.mini_bulle_2 img	{
	display: none;
}
#bulle_phrase4	{
	left: 20px;
	top: 15px;
}
#bulle_phrase2	{
	left: 140px;
	bottom: 100px;
}
#bulle_phrase5	{
	left: 90px;
	bottom: 100px;
}

div#encadre_items	{
	height: 178px;
	width: 800px;
	position: absolute;
	bottom: 17px;
	padding-left: 80px;
	padding-right: 40px;
}

div#encadre_items div.item_draggable	{
	float: left;
	margin-right: 15px;
	margin-bottom: 4px;
	margin-top: 20px;
	cursor: pointer;
	cursor: hand;
}

div#encadre_items  div#phrase2	{
	margin-top: 75px;
}

div#encadre_items  div#phrase4	{
	margin-top: 35px;
}

div#encadre_items  div#phrase5, div#encadre_items  div#phrase6	{
	margin-top: 30px;
}

p#msg_erreur,h4#msg_bravo	{
	clear:both;
	text-align:center;
	font-size: 18px;
	color: #c86e00;
	display: none;
}

p#msg_erreur	{
	padding-top: 12px;
}

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

