/*************************************************************/
.italic {
	color: #666666;
	font-style: italic;
}
li {
	list-style-type:disc;
	line-height:20px;
}
.errorLog, .successLog  {
	width:324px;
	position:absolute;
	top:15%;
	left:38%;
}
.errorInner {
	background: url(erreur/error_bg.gif) no-repeat;
	color:#FFFFFF;
	
}
.successLog {
	background: url(erreur/success_bg.gif);
}
.errorList, .successList  {
	padding:50px 20px 20px 25px;
	color:#FFFFFF;
}
.error_show, .success_show {
	position:absolute;
	z-index:666;
	width : 100%;
	height: 100%;
	background: url(erreur/dither.gif);
	top: 0;
	left: 0;
	cursor: pointer;
}
.error_hide, .success_hide{
	display:none;
}
/*************************************************************/
