.htmlPopup_fondNoir{
    background-color:red;
    width:100%;
    height:100%;
    position:fixed;
    margin-top:-30px;
    z-index=99;
    opacity:0.65;
}

.htmlPopup_ContenuGeneral{
    background-color:white;

    position:fixed;
    z-index:99999;
}

.htmlPopup_titre{
  font-weight:bold;
  font-size:12px;
  float:left;
  margin-top:10px;
  width:100%;

}


#sStyleTdJourEntete{

  color:red;
}

/*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/
.divHtmlPopup{
  z-index:99999;
  display:none;
  position:fixed;
  //box-shadow: 20px 20px 20px 20px grey;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color:#cdcdcd;
  border-radius: 10px;
  background-color: white;
}


.htmlPopupEuh{
  background-color:#4d8ffd;
  height:30px;
}

#htmlPopupEuh{
  background-color:#4d8ffd;
  height:30px;
}

.tdCalendrierAujourdhui:hover{
  background-color:#4d8ffd;
  color:white;
}

#tdCalendrierAujourdhui:hover{
  background-color:#4d8ffd;
  color:white;
}


.divHtmlPopupTitre{
  margin-top:4px;
  margin-left:5px;
  margin-right:40px;
  font-size:14px;
  font-weight:bold;
  float:left;
  color:white;

  border-top-left-radius: 10px;
  border-top-right-radius:  10px;
  color:white;
  font-size:18px;
  width:calc( 100% );
  margin:auto;
  color:white;
  background-color:#007bdb;
  font-weight:normal;
  padding:10px 0 0px 0;
  text-align:center;

}

.reduireHtmlPopup{
  font-size:12px;
  font-weight:bold;

  /*
  padding-left:3px;
  padding-bottom:10px;
  */
  height:15px;
  width:15px;

  margin-top:5px;
  margin-left:5px;
  margin-right:5px;
  float:right;

  color:black;
  cursor:pointer;
  background-color:white;
  border-style:solid;
  border-width:1px;
  border-color:black;
}

.fermerHtmlPopup{
  font-size:12px;
  padding-left:3px;
  font-weight:bold;

  height:15px;
  width:12px;
  margin-right:5px;

  color:black;
  cursor:pointer;
  background-color:white;
  border-style:solid;
  border-width:1px;
  border-color:black;
}

.fermerHtmlPopup:hover{
}
.reduireHtmlPopup:hover{
}
