.opacityBackground {
  position: fixed;
  z-index: 1000;
  background-color: #eeeeee;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}
.simulatePopup .button-action, .simulatePopupContent td .button-action {
  background-color: #000000;
}
.simulatePopup {
  background-color: #ffffff;
  position: absolute;
  z-index: 2000;
  display: none;
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.4);
}
.simulatePopupTitle {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  background-color: #eeeeee;
}
.simulatePopupTitleText, .simulatePopupTitleText2, a.simulatePopupTitleLink {
  font: bold 16px Verdana;
  color: #333333;
  padding: 12px;
  cursor: move;
}
a.simulatePopupTitleLink {
  color: #bbbbbb;
  font-size: 14px;
  padding-left: 25px;
  cursor: pointer;
}
.simulatePopupContent {
  margin: 0px;
  padding: 10px;
}

div.simulatePopupDecoration {
  border-bottom: solid 1px #cccccc;
  width: 100%;
  height: 180px;
}
div.simulatePopupDecoration h1 {
  margin-top: 20px;
  margin-left: 420px;
  letter-spacing: normal;
}
div.simulatePopupDecoration h1 b {
  font-size: 20px;
  color: #999999;
  font-weight: bold;
  letter-spacing: normal;
}
#divAddDemande div.simulatePopupDecoration {
  background: url('../img/pub/add-conge-1.jpg') no-repeat 80% 90%;
 height: 90px;
}
#addRequestDiv div.simulatePopupDecoration {
  background: url('../img/pub/add-entretien-1.jpg') no-repeat 0% 90%;
}
#situation-globale-conges div.simulatePopupDecoration {
  background: url('../img/pub/global-conge-1.jpg') repeat 80% 90%;
  height: 140px;
}
#doc-manager div.simulatePopupDecoration {
  background: url('../img/pub/doc-0.jpg') no-repeat 15% 0%;
  height: 160px;
}
#divRechHoraire div.simulatePopupDecoration {
  background: url('../img/pub/horaire2.png') no-repeat;
}
.simulatePopupBis {
  background-color: #ffffff;
  position: absolute;
  z-index: 2001;
  display: none;
  margin-top: 0px;
  border: solid 1px #cccccc;
  padding: 0;
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.4);
}

.simulatePopupTitleTextBis {
  font: bold 14px Verdana, Monospace;
  color: #333333;
  padding: 12px;
  cursor: move;
}
.simulatePopupTitleTextnoMove {
  font: bold 14px Verdana, Monospace;
  color: #333333;
  padding: 12px;
  cursor: default ;
}

