.boutonok {
	background:url(/bouton/ok_haut.gif) no-repeat top left;
	display:block;
	color:#555555;
	height:40px;
	text-decoration:none;
	width:130px;
	text-align: left;
	text-indent: 20pt;
	vertical-align: text-bottom;
	line-height:50px;
	clear: right;

}
.boutonok:hover {
	color:#FF0000;
	background:url(/bouton/ok_bas.gif) no-repeat top left;
	line-height:50px;
	text-indent: 23pt;
}
.boutonesc {
	background:url(/bouton/abandon_haut.gif) no-repeat top left;
	display:block;
	color:#555555;
	height:40px;
	text-decoration:none;
	width:130px;
	text-align: left;
	text-indent: 20pt;
	vertical-align: text-bottom;
	line-height:50px;
}
.boutonesc:hover {
	color:#FF0000;
	background:url(/bouton/abandon_bas.gif) no-repeat top left;
	line-height:50px;
	text-indent: 23pt;
}
.boutonanu {
	background:url(/bouton/anuule_haut.gif) no-repeat top left;
	display:block;
	color:#555555;
	height:40px;
	text-decoration:none;
	width:200px;
	text-align: left;
	text-indent: 20pt;
	vertical-align: text-bottom;
	line-height:50px;
}
.boutonanu:hover {
	color:#FF0000;
	background:url(/bouton/annule_bas.gif) no-repeat top left;
	line-height:50px;
	text-indent: 23pt;
}

.boutonenr {
	background:url(/bouton/enregistre_haut.gif) no-repeat top left;
	display:block;
	color:#555555;
	height:40px;
	text-decoration:none;
	width:130px;
	text-align: left;
	text-indent: 20pt;
	vertical-align: text-bottom;
	line-height:50px;
}
.boutonenr:hover {
	color:#FF0000;
	background:url(/bouton/enregistre_bas.gif) no-repeat top left;
	line-height:50px;
	text-indent: 23pt;
}

.boutonoff {
	cursor : not-allowed;
	background:url(/bouton/enregistre_off.gif) no-repeat top left;
	display:block;
	color:#999999;
	height:40px;
	text-decoration:none;
	width:130px;
	text-align: left;
	text-indent: 20pt;
	vertical-align: text-bottom;
	line-height:50px;
}
.boutonoff:hover {
	color:#999999;
	background:url(/bouton/enregistre_off.gif) no-repeat top left;
	line-height:50px;
}

