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

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

div#encadre_metiers	{
	width: 800px;
	height: 317px;
	margin: 0 auto;
	margin-top: 5px;
}

div.bulle_droppable	{
	float: left;
	min-width: 132px;
	min-height: 450px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.bulle_droppable>div	{
	width: 166px;
	height: 127px;
	background-image: url('../images/jaune/bulle_perso.gif');
	margin-left: 20px;
}

div.bulle_droppable>div>p	{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	display: none;
}

div#bulle_policiere	{
	background-image: url('../images/jaune/perso_policiere.gif');
}

div#bulle_prof	{
	background-image: url('../images/jaune/perso_prof.gif');
}
div#bulle_prof>div	{
	position: relative;
	left: 43px;
}

div#bulle_fermiere	{
	background-image: url('../images/jaune/perso_fermiere.gif');
}
div#bulle_fermiere>div	{
	position: relative;
	left: 35px;
}

div#bulle_mecanicien	{
	background-image: url('../images/jaune/perso_mecanicien.gif');
}
div#bulle_mecanicien>div	{
	position: relative;
	left: 55px;
}

div#encadre_items	{
	height: 176px;
	width: 780px;
	position: absolute;
	bottom: 23px;
	margin-left: 83px;
}

div#encadre_items div.item_draggable	{
	float: left;
	padding: 10px;
	margin-left: 17px;
	margin-bottom: 6px;
	margin-top: 15px;
	cursor: pointer;
	width: 151px;
	height: 63px;
	background-image: url('../images/encadre_drag.gif');
	background-repeat: no-repeat;
}

div#mecanicien	{
	position: relative;
	top: 28px;
}

div#prof	{
	position: relative;
	top: 25px;
}

div.item_draggable p	{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}

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

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