.ui-dialog .ui-dialog-titlebar {
  background: #096029 none;
  border-radius: 0;
  color: #fff;
  font-weight: normal;
  line-height: 1.2em;
}

.ui-dialog .ui-dialog-content {  }

.ui-dialog .ui-dialog-buttonpane { margin: 0; }

.ui-widget-content .ui-state-default.ui-button {
  text-align: center;
  color: #096029;
  border: 0 none;
/*  background: url(../images/ico-puce-vert-clair.png) no-repeat 10px center #8dc641;*/
  background: #8dc641 none;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
}

.ui-widget-content .ui-state-default.ui-button:hover {
  color: #f9ea1d;
  background-color: #096029;
}