/* Feuille de styles pour les pages de consignes */

div#wrapper	{
	background-image: url('../images/bg_notions.jpg');
	background-repeat: no-repeat;
	height: 673px;
	width: 910px;
	padding-top: 10px;
	font-family: Corbel, Calibri, sans serif;
}

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

.display_none	{
	display: none;
}

div#encadre_notions	{
	margin: 0px auto;
	width: 755px;
	height: 569px;
	padding-left: 45px;
	padding-right: 35px;
	padding-top: 40px;
}

h4	{
	padding: 0;
	margin: 0;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	margin-bottom: 30px;
}

div#encadre_notions p	{
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 18px;
}

div#encadre_notions ul li	{
	font-size: 18px;
}

div#encadre_notions p span.gras_orange	{
	font-weight: bold;
	color: #c86e00;
}

img.img_centree	{
	display: block;
	margin: 0 auto;
}

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

a#btnCommencer	{
	display: block;
	width: 180px;
	height: 77px;
	background-image: url('../images/btnCommencer.png');
	background-position: 0 77px;
	position: relative;
	bottom: 40px;
	margin: 0 auto;
}

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

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

img#popup_image	{
	margin-left: 40px;
}

img#img_telephone	{
	margin-left: 140px;
}