.btn-choisir {
	background:url(/includes/images/site/btn-choisir.gif) top left no-repeat; /* adjust url as required */
	display: block;
	width: 110px;
	height : 48px; 
	text-indent: -9999px;
}



.btnPopAnnuler {
	display: block;
	width: 94px;
	height: 48px;
	background: transparent url(/includes/images/site/btn-annuler.gif) top left no-repeat;
	float: left;
	text-indent: -9999px;
	margin-right: 5px;
}

.btnPopSuivant {
	display: block;
	width: 94px;
	height: 48px;
	background: transparent url(/includes/images/site/btn-suivant.gif) top left no-repeat;
	float: left;
	text-indent: -9999px;
}


.btn-modifier {
	background:url(/includes/images/site/btn-modifier.gif) top left no-repeat; /* adjust url as required */
	display: block;
	width: 68px;
	height : 27px; 	
	text-indent: -9999px;
	float: left; 
	margin-top : -4px;
	clear: both;
	margin-top: 5px;	
}


input.submit {
	display: block;
	width: 126px;
	height: 48px;
	border: 0;
	padding: 0;
	margin: 0 0 0 213px;
	background: #fff url(/includes/images/site/btn-send-fr.gif) top left no-repeat;
	cursor: pointer;
}