/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    
    position: absolute;
    top: 20px;
    left: 50%;
    
    margin-left: -300px;
    width: 680px;
    
    background-color: transparent;
    color: #333;
    border: 0px solid black;
    padding: 0px;
}

/* Fond noir transparent */
.jqmOverlay { 
  left:0px; top:0px;
  position: absolute;
  background-color: #000; 
  height:1350px;/*height:expression(document.body.clientHeight+ 'px');*/ }

/* iframe en fond pour IE6 (pour cacher les champs <select>)*/
.jqm {
  position:absolute;top:0;left:0;z-index:1;
	/*width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');*/
	width:1000px;
  height:1350px;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* Bouton fermer */
div.jqmWindow .jqmClose {
  margin-top:3px;
  margin-right:3px;
  width:14px;
  height:14px;
  display:block;
  float:right;
  clear:right;
  background:transparent url("../images/formulaires/ico_fermer.png") 0 0 no-repeat;
}

.popupDevisGauche {
  float:left;
  width:442px;
  padding-top:7px;
  padding-left:7px;
  text-align:left;
}
#popupDevisDroite {
  text-align:left;
  margin-left:10px;
  float:left;
  width:190px;
}
.popupDevisBas {
  float:right;
  width:100%;
}
.tableauTarif {
  border-collapse:collapse;
  font-size:15px;
  font-weight:bold;
  border:0;
  text-align:center;
}
