/*** ALERTES ***/
#messages {
	color: #00aa00;
	border: solid #00aa00;
	background: url('../images/accept.png') no-repeat 3px 3px;
}

#erreurs {
	color: #aa0000;
	border: solid #aa0000;
	background: url('../images/exclamation.png') no-repeat 3px 3px;
}

#warnings {
	color: #dd9900;
	border: solid #dd9900;
	background: url('../images/error.png') no-repeat 3px 3px;
}

#messages,#erreurs,#warnings {
	border-width: 1px 0px;
	display: none;
	text-align: left;
	padding: 0px 0px 0px 24px;
	margin-top: 5px;
	line-height: 22px;
	font-weight: bold;
}