/* Feuille de styles pour l'exercice 4 - De l'argent bien gagné */

p.misensituation	{
	margin: 0;
	padding: 0;
	margin-left: 80px;
	padding-right: 45px;
	font-size: 35px;
}

p#premiere	{
	margin-top: 30px;
}

div.questions	{
	padding: 0 70px;
}

div.questions p	{
	margin: 0;
	width: 40px;
	height: 50px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	float: left;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div#question1 p	{
	color: #1c5a93;
}

div#question2 p	{
	color: #e37514;
}

.droppable_bleu, .droppable_orange	{
	display: block;
	width: 40px;
	height: 60px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

#question1 .droppable_bleu	{
	border-bottom-color: #1c5a93;
}

#question2 .droppable_orange	{
	border-bottom-color: #e37514;
}

div#liaison	{
	font-size: 40px;
	width: 170px;
	padding-top: 30px;
	text-align: center;
	float: left;
}

#point	{
	width: 10px;
	margin-top: 10px;
}
 
.clear_both	{
	clear: both;
}

.draggable_bleu, .draggable_orange	{
	cursor: pointer;
	cursor: hand;
}

div#conteneur_reponses	{
	padding: 0 80px;
	margin-top: 55px;
}

div#conteneur_reponses p	{
	width: 40px;
	height: 50px;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	float: left;
	z-index: 2000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div#encadre_bleu	{
	width: 285px;
	height: 173px;
	background-image: url('../images/jaune/encadre_bleu.png');
	margin-right: 80px;
	float: left;
}

div#encadre_orange	{
	width: 287px;
	height: 174px;
	background-image: url('../images/jaune/encadre_orange.png');
	float: left;
}

div#encadre_bleu, div#encadre_orange	{
	padding: 20px;
}

div#encadre_bleu p, div#encadre_orange p	{
	padding: 0;
	margin: 0;
	position: relative;
}

div#encadre_orange p	{
	color: #e37514;
}

div#encadre_bleu p	{
	color: #1c5a93;
}

#rv	{
	top: 50px;
}
#av	{
	left: 40px;
}
#ev	{
	top: 100px;
}
#ov	{
	left: 60px;
	top: 20px;
}
#mv	{
	top: 90px;
	left: 30px;
}

#vr	{
	top: 100px;
}
#ar	{
	top: 20px;
}
#er	{
	top: 120px;
	left: 20px;
}
#or	{
	left: 50px;
	bottom: 10px;
}
#ir	{
	top: 80px;
	left: 10px;
}

p#msg_bravo	{
	margin: 30px 0;
	color: #00457c;
	font-size: 25px;
	text-align: center;
	padding-right: 80px;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

div#conteneur_boutons	{
	margin: 0 auto;
	width: 550px;
}

a.boutons	{
	display: block;
	width: 157px;
	height: 68px;
	background-position: 0 68px;
	float: left;
	margin-left: 40px;
	cursor: pointer;
	cursor: hand;
}

a.boutons:hover	{
	background-position: 0 0;
}

a#btnEcoute	{
	background-image: url('../images/btn_indice.png');
	margin-left: 80px;
}

a#btnVerifier	{
	background-image: url('../images/btn_verifier.png');
}

span.display_none	{
	display: none;
}