/*
body{
	background: #000000;
	color: white;
	
}
*/

body{
	background: green;
	color: yellow;
	
}

.ThumbLink{	
	border: yellow;
}

.ThumbTable{
	position: absolute;
	text-align: center;
	left: 15;	
	width: 140 ;
	overflow: auto;
	top: 80;
	visibility: hidden;
}

.TextePatienter{
	visibility: visible;
}


.id_Text2Show{
	position: absolute;
	text-align: center;
	width: 140 ;
	border: none;
	background: green;
	color: yellow;
	visibility: hidden;
}

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

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

.BarreBoutons{
	position: absolute;
	top: 30;
	left: 15;
	width: 140;
	visibility: hidden;
}

/*
.DivImgView{
	position: absolute;
	text-align: center;
	left: 175;
	top: 80;	
}
*/