/* Message dans popup (fin de tache)*/
#wait_display,
#msg_display {
	position:relative;
	z-index:5000;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:transparent;
	background-position:top left;
	background-repeat:repeat;
}

#wait_display {
	position:fixed;
	/*background-image:url('../img/fond_popup.png');*/
	background-color:#FFF;
	opacity:0.3;
	/* IE */
	filter : alpha(opacity=30);
}
#img_wait {
	display:block;
	width:100%;
	height:100%;
	background:transparent url('../img/wait.gif') center center no-repeat;
}
#msg_display{
	background-image:url('../img/fond_popup.png');
}

#msg_bloc {
	position:fixed;
	left:50%;
	width:480px;
	margin-top:20%;
	margin-left:-250px;
	background-color:#fff;
	border:2px solid #000;
	text-align:center;
	font-size:15px;
	color:#333;
	padding:5px;
}
@media screen and (max-width: 480px) {
	#msg_bloc {
	width:260px;
	margin-top:5px;
	margin-left:-130px;
	font-size:12px;
	}
}
#msg_header{
	/*width:100%;
	height:34px;
	background-color:#999;
	background-image:url('../img/fond_popup_header.png');
	background-repeat:no-repeat;
	cursor:pointer;*/
}

#msg_content {
	margin-bottom:10px;
	padding:20px;
	font-size:15px;
}
#msg_header_info,
#msg_header_ask{
	/*display:block;
	float:left;
	padding:8px 0 0 42px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	height:20px;*/
}
#msg_btn a {
	color:#333;
	text-transform:uppercase;
	padding:5px 10px;
}
#msg_btn a:hover {color:#fff;}
/* SPECIFIQUE PROJET */
.msg_ask #msg_bloc{
	color:#000;
}
.msg_ok #msg_bloc{
	color:#000;
}
.msg_ko #msg_bloc{
	color:#F00;
}
.msg_wait #msg_bloc{
	color:#000;
}
.msg_action #msg_bloc {
	font-size:12px;
	color:#000;
}
.msg_action #msg_content {
	font-weight:normal;
}