/*gestion de l afichage des exercice*/
/*fond de couleur de l exercice*/
/*modifier par Luc Debert Videoscop Université Nancy2 Pour l' UNT  Aunege le 23 janv 2008*/

div.subWindow_over{
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: White;
	/*-moz-opacity: 0.8;
	filter: Alpha(opacity=80);
	opacity: 0.8;*/

}
div.subWindow_win{
	top:5%;
	left:5%;
	height:90%;
	width:90%;
	border: solid;
	border-color: #7E99CC;
	border-width: medium;
}
/*titre de l exercice*/
div.subWindow_ti{
	position: absolute;
	background-color: #7E99CC;
	top: 0px;
	width: 100%;
	right: 0px;
	height: 22px;
	color: #000;
	font-size: 0.938em;
	font-weight: bold;
}
div.subWindow_ti span{
	margin-left: 5px;
}
div.subWindow_co{
	position: absolute;
	top:22px;
	left:0px;
	bottom: 0px;
	right: 0px;
}
/* la croix blanche en haut a droite sur fond bleu*/
a.subWindow_x{
	background: url(../img/txt/cross2.png) top left no-repeat;
	text-decoration: none;
	display: block;
	width: 16px;
	height: 19px;
	float: right;
	margin-right: 3px;
}
a.subWindow_x span{
	visibility: hidden;
}
iframe.subWindow_fra{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: White;
}

