.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:100;
}

.htmlPopup_titre{
  font-weight:bold;
  font-size:12px;
  float:left;
  margin-top:10px;
  width:100%;

}


#sStyleTdJourEntete{

  color:red;
}

/*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/
.divHtmlPopup{
  z-index:99;
  display:none;
  position:fixed;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  /*
  -moz-box-shadow: 0 0 5px 5px black;
  -webkit-box-shadow: 0 0 5px 5px black;
  */
  box-shadow: 5px 5px 20px 0px black;
}


.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;

}

.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-top:5px;
  margin-right:5px;
  float:right;

  color:black;
  cursor:pointer;
  background-color:white;
  border-style:solid;
  border-width:1px;
  border-color:black;
}

.fermerHtmlPopup:hover{
}
.reduireHtmlPopup:hover{
}
