.notify .closePopup{
	background:url("/images/icones/bt_supprimer3.png") no-repeat scroll right center transparent;
	cursor:pointer;
	height:16px;
	width:21px;
	display:inline-block;
	margin:0px -2px 0px 2px;
	float:right;
}.notify_error .iconeError{
	background:url("/images/icones/bt_attention.png") no-repeat scroll right center transparent;
	height:19px;
	width:19px;
	display:inline-block;
	margin:0px -2px 0px 2px;
	float:left;
}
.notify{
	display:none;
	text-align:center;
	background:#FBF9EE;
	color:red;
	font-size:13px;
	padding:4px;
	border:1px solid #FCEFA1;
	margin:20px auto;
	width: 70%;
	width:-moz-fit-content;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	line-height:18px;
	z-index:99999;
}
.notify_error{
	text-align:center;
	background:#FBF9EE;
	color:red;
	font-size:13px;
	padding:4px;
	border:1px solid red;
	margin:20px auto;
	width: 70%;
	width:-moz-fit-content;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	line-height:18px;
	z-index:99999;
}
.notify.forceVisible {
	display:block;
}
.notify.green, .notify .green{
	color:green !important;
}
.notify.red, .notify .red{
	color:red !important;
}
.notify.grey, .notify .grey{
	color:#4C4C4C !important;
}