/*popup fond bleu*/
.popup {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 352px;
  z-index: 1;
  filter: alpha(opacity = 95);
  -moz-opacity: 0.95;
  opacity: 0.95;
  -khtml-opacity: 0.95;
  background-color: rgba(242, 250, 255, 1);
  border: 1px black solid;
}

.popupTitre {
  height: 10px;
  padding-left: 10px;
}

.popupTitre SPAN {
  display: block;
  height: 10px;
  line-height: 10px;
}

.popupContenu {
  min-height: 100px;
}

.popupContenu>SPAN {
  display: block;
  padding: 0px 5px 10px 5px;
  min-height: 100px;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup>.boutonAction {
  width: 100%;
  display: inline-block;
}

.popup .boutonAction span {
  display: block;
  background: url(../../../../ressourcesael/_imgael/_bt/_imgael_bt_action_d.gif) no-repeat top right;
  font: normal 10px/20px verdana, Verdana, Geneva, Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.popup A.boutonAction:hover span {
  text-decoration: none;
  background: url(../../../../ressourcesael/_imgael/_bt/_imgael_bt_action_d_hover.gif) no-repeat top right;
}

.popup .boutonsAction {
  padding: 5px;
  height: 20px;
  position: absolute;
  right: 0px;
}