/* Commentaire */

.Panneau {
position: relative;
align: center;
height: 210px;
}

.EcranVerre {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 193px;
	height: 180px;
	border: 0px;
	z-index: 6;
	visibility: visible;
}

.selection {
	position: absolute;
	left: 60px;
	top: 175px;
	border: 0px;
	z-index: 7;
	visibility: visible;
}

.Cadre {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 230px;
	height: 197px;
	border: 0px;
	z-index: 5;
	visibility: visible;
}

table.sample {
	width: 230px;
	height: 180px;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
	background-color: white;
}

table.sample td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
}

select.sel_panneau { 
background: #1c3f4a;
font: 10px normal x-small Verdana,Arial; 
color: yellow; 
} 

