/*=============================================================================================
CSS Layout pour Kaly-cell
=============================================================================================*/

img {
	border: 0;
	border: none;
}

/* gestion des erreurs */
.errorLog, .successLog, .padLog  {
	font-family: Arial, Helvetica, sans-serif;
	width:400px;
	position:absolute;
	left:50%;
	margin: 203px 0 0 -220px;
	z-index: 1000000;
	font-size: 12px;
	padding: 20px 20px 10px 20px;
}
.errorLog, .padLog {
	background: #fff;
	color: #333333;
	border: 7px solid #E32F02;
	font-size:11px;
}
.padLog {
	z-index: 1000000;
}
	.errorLog h2, .padLog h2 {
		font-size: 16px;
	}
	.errorLog a, .padLog a {
		color:#000000;
	}
	.errorLog b, .padLog b {
		color:#E32F02;
	}
	.padLog table td {
		padding: 0 5px 5px 0;
	}
.successLog {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333333;
	border: 7px solid #99cc00;
	font-size:11px;
}
.errorList, .successList  {

}
.error_show, .success_show {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	width : 100%;
	height: 100%;
	background: #000;
	opacity: .70;
	filter: alpha(opacity=70);
}
.error_hide, .success_hide{
	display:none;
}

/* fin gestion des erreurs */	
