/* Feuille de style commune à tous les exercices de finance */

div#wrapper	{
	background-image: url('../images/bg_exer.jpg');
	font-family: Corbel, Calibri, sans serif;
	height: 683px;
	width: 910px;
}

div#consignes h3	{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 21px;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: -1px -1px 4px #222222;
}
.ltIE9 div#consignes h3	{
	filter: dropshadow(color=#000000, offx=-2, offy=-1);
}

a#accueil	{
	display: block;
	background-image: url('../images/btn_accueil.png');
	background-position: 0 0;
	width: 47px;
	height: 55px;
	position: absolute;
	top: 15px;
	right: 10px;
	cursor: pointer;
	cursor: hand;
}
a#accueil:hover	{
	background-position: 0 56px;
}

.clear_both	{
	clear: both;
}

.display_none, #hidden_a	{
	display: none;
}

#hidden_a	{
	position: absolute;
	right: 60px;
	bottom: 65px;
}

a#btnContinuer	{
	display: block;
	width: 180px;
	height: 77px;
	background-image: url('../images/btn_continuer.png');
	background-position: 0 77px;
}

a#btnNiveauSuivant	{
	display: block;
	width: 182px;
	height: 78px;
	background-image: url('../images/btn_prochain_niveau.png');
	background-position: 0 0px;
}

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

a#btnNiveauSuivant:hover	{
	background-position: 0 77px;
}

#btnContinuer span, a#btnNiveauSuivant span	{
	display: none;
}

input	{
	padding: 0;
}