body{
	background: #000000;
	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: 5;
	left: 0;
	width: 100%;
}

.BarreBoutons{
	position: absolute;
	top: 150;
	width: 200;
	visibility: hidden;/*will be automatically put to visible after program initialisation*/
}

