
#popupMask {
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 3000;
    background-color:#000;
	
    filter: alpha(opacity=50);  
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


#popupContainer {
	position: absolute;
    z-index: 3001;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
    border:2px #0E2D54 solid;
}


#popupTitleBar {
	position: relative;
  width:100%;
  height: 20px;
	z-index: 203;
  background-color: #1B4A69;
	color: #FFFFFF;
    
  border-bottom: 2px solid #000000;
  font-weight: bold;
}

#popupTitle {
    float:left;
    width: 70%;
    height: 20px; 
	font-size: 12px;
    padding-left:5px;
    padding-top:2px;
    text-align:left;
}

#popupControls {
	float: right;
	text-align:right;
    width: 20%;
    height: 20px; 
    /* background: transparent url(../images/picto_fermer.gif) no-repeat center center; */
}

#popupControls a {
	color:#fff;
}

#popupControls img {
	margin-top:5px;
}

#contenuPop {
	position: relative;
    z-index: 202;
    width: 100%;
	height: 100%;
	margin: 0px;
    overflow:auto;
}

.modalDialog_contentDiv{
    background-color:#FFF;
    text-align:center;
    color:#000000;
    font-size: 11px;
}


.modalDialog_normal{
   background-color:#FFF;
   text-align:center;
   font-size: 11px;
   padding:3px;
   color:#000000;
}

/* chargement */
.modalDialog_chargement{
    background-color:#FFF;
    text-align:center;
    font: bold 11px/48px Verdana,Tahoma,Helvetica,Arial,Helvetica,sans-serif;
    color:#000000;
}

/* message confirmation */
.modalDialog_confirmation{
    background-color:#FFF;
    text-align:center;
    font: bold 11px Verdana;
    color:#000000;
}

/* message d'erreur */
.modalDialog_error{
    background-color:#CF0707;
    color:#FFF;
    text-align:center;
    font-size:11px;
}

.modalDialog_error a{ 
    color:#FFF;
    text-decoration:underline;
 }
 
 .modalDialog_error a:hover{ 
    color:#FFF;
    text-decoration:none;
 }
 
 .button_enreg{
   width:138px;
   height:27px;
   font-size:11px; 
   font-weight:bold;
   color:#FFF;
   background:transparent url(../images/forms/bt-enreg-info-pt.gif) no-repeat top left;
   cursor:pointer;
   border: none;
   <?php if(!$ie) echo"padding-bottom:3px;" ?>
 }

  
.button_enreg_grd{
  width:201px;
  height:27px;
  padding-left:20px;
  font-size:11px; 
  font-weight:bold;
  color:#FFF;
  background:transparent url(../images/bt-enreg-info.gif) no-repeat center left;
  cursor:pointer;
  border:0;
}
 
 .button_annul{
   width:138px;
   height:27px;
   font-size:11px; 
   font-weight:bold;
   color:#FFF;
   background:transparent url(../images/forms/bt-annul-info-pt.gif) no-repeat top left;
   cursor:pointer;
   border: none;
 }

 
