@charset "utf-8";
#opacite{
	position:fixed;
	left:0px;/*IE7 pour caler à gauche de l'écran*/
	top:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	z-index:100;
	visibility:hidden;
}
#popupOut{
	position:absolute;
	left:0px;/*IE7 pour caler à gauche de l'écran*/
	top:0px;
	width:100%;
	height:100%;
	z-index:200;
	visibility:hidden;
}
#popupIn{
	position:relative;
	width:600px;
	margin:auto;
	font-family:verdana;
	color:#000000;
	border-style:solid;
	border-width:2px;
	border-color:#000000;
}
#popupInBarreTitre{
	position:relative;
	width:100%;
	height:15px;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	line-height:15px;
	background-color:#CCCCCC;
	text-indent:3px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}
#popupInFermeture{
	position:absolute;
	top:0px;
	right:0px;
}
#popupInCorps{
	position:relative;
	padding:10px;
	background-color:#EEEEEE;
}
@media print{
	#opacite{
		display:none;
	}
	#popupIn{
		border:none;
	}
	#popupInBarreTitre{
		border:none;
	}
	#popupInFermeture{
		display:none;
	}
}
