.base {
	font-size: 11px;	
}

.popup {
	display:none;
	position:absolute; 
	z-index:1099; 
	left:200px; 
	top:200px; 
	background-color:transparent;
}

.hautGauche {
	font-size:1px;  
	background-image:url(../_imgs/popup/entete_hg.gif); 
	background-repeat: no-repeat;
	background-position: bottom;
}

.haut {
	font-size:1px; 
	background-position: bottom; 
	background-image:url(../_imgs/popup/entete_h.gif); 
	background-repeat: repeat-x;
	cursor:move;
}

.hautDroite {
	font-size:1px; 
	background-image:url(../_imgs/popup/entete_hd.gif); 
	background-repeat: no-repeat;
	background-position: bottom;
}

.gauche {
	background-image:url(../_imgs/popup/centre_g.gif);
	background-repeat: repeat-y;
	font-size:1px;
}

.titrePopup {
	font-size: 16px;
	color: #2657A5;
	font-weight: bold;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
}

.milieu {
	background-color:#fff;
	padding: 5px;
}

.droite {
	background-image:url(../_imgs/popup/centre_d.gif);
	background-repeat: repeat-y;
	font-size:1px;
}

.basGauche {
	background-image:url(../_imgs/popup/entete_bg.gif);
	background-repeat: no-repeat;
	font-size:1px;
}

.bas {
	background-image:url(../_imgs/popup/entete_b.gif); 
	background-repeat: repeat-x;
	font-size:1px;
}

.basDroite {
	background-image:url(../_imgs/popup/entete_bd.gif); 
	background-repeat: no-repeat;
	font-size:1px;
}

.formPopup {
	font-size: 11px;
}
#modalPopup div.index {
 width: auto;
 line-height: normal;
 margin: 0;
 padding: 0px 0px 2px 0px;
}

#modalPopup div.index span {
  background-color: #AAAAAA;
	padding-left: 5px;
	padding-right: 5px;
	color: #EEEEEE;
}

#modalPopup div.index span.sel {
	padding-left: 5px;
	padding-right: 5px;
  background-color: #EEEEEE;
	color: #000000;
}

#modalPopup div.index a {
  background-color: #AAAAAA;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #303030;
}

#modalPopup div.index a:hover {
	color: #000000;
}

.select-free {
	position:absolute;
	z-index:10;
	overflow:hidden;/*must have*/
}
.select-free iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

