.popupControl {
  background-color: #FFFFFF;
  position: absolute;
  visibility: hidden;
  border-style: solid;
  border-color: #999999;
  border-width: 1px;
}

.modalBackground {
  background-color: #C8CFD5;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.modalPopupTitre {
  background-color: #FFD35A;
}

P.modalPopupTitre {
  padding: 2px 0px 2px 10px;
  font-weight: bold;
  margin: 0px;
  font-size:1em;
}

Div.modalPopup {
  background-color: #FFFFFF;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #333333;
  /*border-radius: 3px;*/
  min-width: 350px;
  box-shadow: 4px 4px 5px #888888;
  /*font-size: 1.2em;*/
}

P.modalPopup {
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 2px;
  max-width: 550px;
}

P.modalPopupErr {
  padding-top: -10px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 2px;
  max-width: 550px;
  color: red;
}

.modalPopup div {
  max-height: 700px;
  overflow-y: auto;
}

.modalPopup div div {
  overflow-y: unset;
}

@media (max-width: 800px) {
  Div.modalPopup {
    width: 95% !important;
  }

  .modalPopup div {
    max-height: 450px;
    overflow-y: auto;
  }
}
