.ui-dialog2-buttonpane {
	padding:2px !important;
}

.ui-dialog2-buttonpane button {
	padding:0 !important;
	background:none !important;
	border:none !important;
}

.ui-dialog2-buttonpane button img.ajouter,
.ui-dialog2-buttonpane button img.annuler,
.ui-dialog2-buttonpane button img.valider {
	width:67px;
	height:25px;
	background:transparent url(../img/ajouter.png) no-repeat 50% 50%;
}

.ui-dialog2-buttonpane button img.valider {
	background-image:url(../img/valider.png);
}

.ui-dialog2-buttonpane button img.annuler {
	background-image:url(../img/annuler.png);
}

.ui-dialog2-buttonpane button img.plus-tard {
	width:171px;
	height:27px;
	background:transparent url(../img/plus-tard.png) no-repeat 50% 50%;
}

.ui-dialog2-buttonpane button img.completer {
	width:222px;
	height:29px;
	background:transparent url(../img/completer.png) no-repeat 50% 50%;
}
.ui-dialog2-buttonpane button img.completer-pseudo {
	width:222px;
	height:29px;
	background:transparent url(../img/completer-pseudo.gif) no-repeat 50% 50%;
}