
/* Feuille de styles pour l'exercice 9 - Vrai ou faux */

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

div.phrase	{
	margin-top: 25px;
}

div.phrase p	{
	width: 450px;
	padding-left: 70px;
	padding-right: 20px;
	margin-top: 20px;
	font-size: 18px;
}

div.phrase p, img.btn_vrai, img.btn_faux	{
	float: left;
	margin-left: 15px;
}

img.btn_vrai, img.btn_faux	{
	cursor: pointer;
	cursor: hand;
}

img.crochet_vert	{
	float: left;
	margin-left: 30px;
	margin-top: -8px;
	display: none;
}

div#conteneur_boutons	{
	margin: 0 auto;
	margin-top: 30px;
	width: 320px;
	display: none;
}

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);
}

h4#msg_bravo	{
	width: 350px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	bottom: 25px;
	clear: both;
	text-align: center;
	font-size: 23px;
	color: #00457c;
	display: none;
}
