﻿.overlayer { background-color: #000; }


.window { 
	padding:0px;
	border:1px solid #FFFFFF;
	background:#FFF;
	position:absolute;
	z-index:20;	
	width: 960px;
	top: 17%;
    left: 30%;
	display:none;
}

* html .window {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.window .title { background:#293133; padding:5px;}
.windows .title.txt { color:#FFFFFF; font-weight:bold; }
.window .title .buttons { float:right; margin-top:-20px; margin-right:-20px; _margin-top:-20px; _margin-right:-20px;}
* + html .window .title .buttons {margin-top:-20px; margin-right:-20px;}
.window .title .buttons .close { display:block; float:left; background:url(_Pict/IntNcs_BtClosePop_Rep.png) center no-repeat; height:20px; width:20px; padding:5px;}
.window .title .buttons .hover { background:url(_Pict/IntNcs_BtClosePop_Sel.png) center no-repeat;}
.window .title .status .resize { color: }
.window .content { vertical-align: top; background-image:url(_ergo/IntNcs_ArP-Extrait.png); background-position: 0% 100%; background-repeat: no-repeat; background-color:#C9C1B3; padding:0px;}

.transferer
{
	border: 1px solid #EEE;
	background-color: #F9F9F9;
	opacity:0.7;
	filter:alpha(opacity=30);
	z-index:99999;
}


.pop { 
	padding:0px;
	border:1px solid #FFFFFF;
	background:#FFF;
	position:absolute;
	z-index:20;	
	width: 650px;
	top: 17%;
    left: 30%;
	display:none;
}

* html .pop {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.pop .title { background:#293133; padding:5px;}
.pop .title.txt { color:#FFFFFF; font-weight:bold; }
.pop .title .buttons { float:right; margin-top:-20px; margin-right:-20px; _margin-top:-20px; _margin-right:-20px;}
* + html .pop .title .buttons {margin-top:-20px; margin-right:-20px;}
.pop .title .buttons .close { display:block; float:left; background:url(_Pict/IntNcs_BtClosePop_Rep.png) center no-repeat; height:20px; width:20px; padding:5px;}
.pop .title .buttons .hover { background:url(_Pict/IntNcs_BtClosePop_Sel.png) center no-repeat;}
.pop .title .status .resize { color: }
.pop .content { vertical-align: top; background-image:url(_ergo/IntNcs_ArP-Extrait.png); background-position: 0% 100%; background-repeat: no-repeat; background-color:#C9C1B3; padding:0px;}


