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

div#consignes h3	{
	font-size: 16px;
	padding-top: 7px;
	text-shadow: -1px -1px 3px #222222;
	/*filter: dropshadow(color=#000000, offx=-2, offy=-1); */
}

div.encadre_question1, div.encadre_question2, div.encadre_question3, div.encadre_question4	{
	margin-left: 60px;
	margin-top: 30px;
}

p.definition	{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 20px;
	padding-right: 70px;
}

ul	{
	margin: 0;
	padding: 0;
}

ul.liste_tirets	{
	margin-left: 55px;
}

ul.liste_lettres	{
	padding-top: 20px;
}

ul li	{
	list-style: none;
}

ul li p	{
	padding: 0;
	margin: 0;
	width: 16px;
	height: 20px;
	text-align: center;
}

ul.liste_lettres li p:hover	{
	cursor: pointer;
}

ul.liste_lettres > li	{
	font-size: 18px;
	color: #c86e00;
	font-weight: bold;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ul.liste_tirets > li	{
	width: 16px;
	height: 40px;
	float: left;
	font-size: 18px;
	color: #00457c;
	font-weight: bold;
	padding-right: 10px;
}

ul.liste_tirets > li  > span.tirets	{
	display: block;
	width: 12px;
	padding-left: 2px;
	padding-right: 2px;
	height: 40px;
	border-bottom: 2px black solid;
}

span.first_letter	{
	margin-right: 15px;
	margin-left: 20px;
	font-weight: bold;
}

span#espace	{
	width: 57px;
	display: inline-block;
}

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#btnIndice	{
	background-image: url('../images/btn_indice.png');
	margin-left: 80px;
}

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

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=#000000, offx=-2, offy=-1);
}

p#msg_bravo	{
	margin: 17px 0 33px;
	color: #00457c;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	opacity: 0;
}

ul.wordComplete li	{
	color: #00457c;
}