#container {
	border-top-color: #931952;
	border-top-width: 1px;
	border-bottom-color: #931952;
	border-bottom-width: 1px;
	}
	
/*-----------BARRE DU BAS--------------*/
#boutons_bas {
	/*position: absolute;*/
	height: 80px;
	width: auto; /*width: 1024px;*/
	padding-right: 0px;
	padding-left: 0px;
	color: #000000;
	font-family: DINBold;
	font-size: 17px;
	line-height: 22px;
	/*bottom: 0px;
	left: 0px;*/
	text-align: center;
	
background-color: #0a6984;
}
#boutons_bas input, #boutons_bas a {border:0px; text-decoration:none;}
#bouton_prec {
	width: 46px;
	height: 46px;
	float: left;
	display: inline;
	position: absolute;
	top: 11px;
	right: 938px;
}

#bouton_suiv {
	width: 46px;
	height: 46px;
	float: left;
	display: inline;
	position: absolute;
	top: 11px;
	right: 38px;
}

#bouton_recommencer {
	/*width: 192px;
	height: 37px;
	display: inline;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	right: 220px;
	top: 16px;*/
}
#bouton_valider {
	width: 110px;
	height: 37px;
	display: inline;
	position: absolute;
	cursor: pointer;
	right: 97px;
	top: 16px;
}

/*#bouton_effacer {
	width:115px;
	height:30px;
	display: inline;
	position:absolute;
	
	cursor: pointer;
	right: 344px;
	bottom: 25px;
}
*/
#btn_solution {
	width: 110px;
	height: 37px;
	float: left;
	display: inline;
	position: relative;
	z-index: 40;
	cursor: pointer;
	top: 16px;
	left: 100px;
}

.btn_prec {
	background-image: url(../medias/bouton-prec.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 46px;
	width: 46px;
	cursor: pointer;
}

.btn_suiv {
	background-image: url(../medias/bouton-suiv.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 46px;
	width:46px;
	cursor: pointer;
}

.btn_valider {
	background-image: url(../medias/bouton-valider.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 37px;
	width: 110px;
	cursor: pointer;
}

.btn_recommencer {
	/*background-image: url(../medias/bouton-recommencer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 37px;
	width: 192px;
	cursor: pointer;*/
}

/*.btn_effacer {
	background-image: url(../medias/bouton-prec.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 115px;
	cursor: pointer;
}*/
