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

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

.questions	{
	width: 600px;
	margin: 20px auto;
	font-size: 20px;
}

#question1	{
	margin-bottom: 70px;
}
#question2	{
	padding-bottom: 90px;
}

.questions .phrases1	{
	width: 550px;
	height: 16px;
	padding-top: 20px;
	clear: both;
}
.questions .phrases2	{
	width: 200px;
	height: 16px;
	padding-top: 24px;
	float: left;
}
.point	{
	height: 16px;
	padding-top: 24px;
	width: 10px;
	text-align: center;
	float: left;
}
#sappelle	{
	width: 105px;
}
#existe	{
	width: 238px;
}
#descoop	{
	width: 192px;
}
#maisaussi	{
	width: 80px;
}
#commune	{
	width: 90px;
	margin-left: 10px;
}

.conteneur_reponses	{
	width: 325px;
	height:45px;
	border-bottom: 2px black solid;
	float: left;
}

#noIndice	{
	width: 275px;
}

.droppable_blank	{
	width: 240px;
	height:36px;
	float: left;
	margin-top: 10px;
}

a.btnIndice	{
	background-image: url('../images/rose/btn_indice_p.gif');
	display: block;
	width: 76px;
	height: 33px;
	margin-top: 10px;
	background-position: 0 0;
	float: right;
	cursor: pointer;
	cursor: hand;
}

a.btnIndice:hover	{
	background-position: 0 33px;
}

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

a#btnVerifier	{
	display: block;
	width: 157px;
	height: 68px;
	background-position: 0 68px;
	float: left;
	margin-left: 40px;
	background-image: url('../images/btn_verifier.png');
	cursor: pointer;
	cursor: hand;
}

a#btnVerifier:hover	{
	background-position: 0 0;
}

span.display_none	{
	display: none;
}

div#etoile_score	{
	width: 115px;
	height: 108px;
	float: left;
	background-image: url('../images/etoile_score.png');
	position: relative;
	right: 38px;
	bottom: 35px;
}

div#etoile_score p	{
	color: #ffffff;
	font-size: 30px;
	padding: 0;
	margin-left: 40px;
	margin-top: 35px;
	font-style: italic;
	text-shadow: 1px 1px 4px #111111;
}

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

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

#conteneur_reponses	{
	height: 90px;
	width: 700px;
	margin: 0 auto;
	clear: both;
}

#conteneur_reponses p	{
	float: left;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #c86e00;
	margin: 0;
	padding: 0px 9px 9px;
	text-shadow: -2px -2px 2px #ffffff;
	cursor: pointer;
	cursor: hand;
	margin-right: 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

#marginLeft	{
	margin-left: 40px;
}