

/* gestion des erreurs */
.errorLog, .successLog, .padLog  {
	width:400px;
	position:absolute;
	top:30%;
	left:50%;
	margin-left: -220px;
	z-index: 10000000;
	font-size: 12px;
	padding: 20px 20px 10px 20px;
	border:1px solid #FFF;
}
.errorLog, .padLog {
	background: #fff;
	color: #333333;
	border: 5px solid #E32F02;
	font-size:11px;
}
.padLog {
	z-index: 100;
}
	.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 {
	background: #f4f4ec;
	color: #333333;
	border: 10px solid #99cc00;
	font-size:11px;
}
.errorList, .successList  {

}
.error_show, .success_show {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width : 100%;
	height: 100%;
	/*background: url(_mm/dither.gif);*/
	background: #000;
	opacity: .70;
	filter: alpha(opacity=70);
}
.error_hide, .success_hide{
	display:none;
}
/* fin gestion des erreurs */	



.btn {
	background: #E2D2B0;
	border: 1px solid #A00;
	font-size: 12px;
	padding: 5px;
}
.titre-jeu {
	margin-top: -20px;
}