/* CSS Document */
/***********************************************/
/* Masque */
/***********************************************/
#masque_message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	filter:alpha(opacity=50);
	-khtml-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
	z-index: 9;
	display: none;
}
#masque_message_cadre {
	display: none;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -300px;
	z-index: 10;
	width: 600px;
	padding: 10px;
	background-color: #565656;
	color:#FFFFFF;
	border: 1px solid #000000;
}
.masque_tab_entete_donnees {
	text-indent: 5px;
	color: #FFFFFF;
	background-color: #000000;
}
#masque_message_cadre a {
	color: #FFFFFF;
	font-size:11px;
}

