/* Feuille de styles pour l'exercice 18 - Planifions pour le futur */

div.phrase	{
	margin-top: 10px;
	margin-left: 110px;
	margin-bottom: 20px;
}

div.phrase p	{
	width: 550px;
	padding-right: 30px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}

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

img.btn_fleche	{
	cursor: pointer;
	cursor: hand;
}

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

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

h4#msg_bravo	{
	width: 450px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	bottom: 25px;
	clear: both;
	text-align: center;
	font-size: 20px;
	color: #C86E00;
	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);
}