.patienterMasque
{
display: none;
}
 
.patienterAffiche
{
 font-size : 100%; 
background-color: rgb(235,225,189);
 	border: 5px outset rgb(52,1,1);
	color: rgb(52,1,1);
	display: inline-block;
	position: fixed; 
	left: 0px; 
	right: 0px; 
	top: 0px; 
	bottom: 0px; 
	margin: auto;
	z-index: 1010;
	width: 400px;
	height: 200px;
	line-height: 200px;
vertical-align: middle;
}
