#messageflash {
	background-color: white;
	border: 2px solid #EEE;
	padding: 30px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	top:40%;
	position:relative;
	width: 200px;
	margin: auto;
	text-align:center;
	font-weight:bold;
}

#boite {
	background:url(../images/validate.png) repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}