/* Feuille de style pour l'exercice 10 - Le bon mot */

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

#conteneur_blanks	{
	width: 550px;
	margin-top: 202px;
	margin-left: 185px;
}

.questions	{
	float: left;
	width: 247px;
	height:52px;
}

#question2	{
	margin-left: 45px;
}

#question3	{
	margin-top: 20px;
}

.droppable_blank	{
	width: 245px;
	height: 50px;
}

p#msg_bravo	{
	margin-bottom: 5px;
	padding: 0;
	color: #c86e00;
	font-size: 20px;
	font-weight: bold;
	clear: both;
	text-align: center;
	height: 48px;
	padding-top: 10px;
	opacity: 0;
}

#conteneur_reponses	{
	clear: both;
}

#conteneur_reponses table	{
	margin: 0 auto;
}

#conteneur_reponses	tr {
	height: 55px;
}

#conteneur_reponses p	{
	float: left;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #c86e00;
	margin: 0;
	padding: 0px 9px 9px;
	text-shadow: 0px 0px 7px #ffffff;
	cursor: pointer;
	cursor: hand;
	margin-right: 20px;
}

.ltIE9  #conteneur_reponses p	{
	filter: dropshadow(color=#ffffff, offx=-2, offy=-1);
}

#marginLeft	{
	margin-left: 40px;
}