body{
	background: black;
	color: white;	
}


.TxtNumImg{
	width:25px;
	background-color: black;
	border-width:0px;
	color:white;
}

.ThumbTable{
	position: absolute;
	text-align: center;
	top: 50;
	left: 150;	
	height: 100;
	overflow: auto;
	visibility: hidden;
}

.TextePatienter{
	visibility: visible;
}

.ImgView{
	position: absolute;
	top: 180;
	border: solid white thin;
	filter: alpha(opacity=100);
	visibility: hidden;
}

.textTop{
	position: absolute;
	text-align: center;
	top: 10;
	left: 0;
	width: 100%;
}

.BarreBoutons{
	position: absolute;

	top: 150;
	left:50;
	width: 800; 
	text-align:center;
	visibility: hidden;/*will be AUTOMATICALLY put to visible after program initialisation so please don't touch*/
}

