/* Typographie */

span.warn, span.approved, span.confirm {
	display: block;
	padding: 8px 10px 8px 36px;
	margin: 15px 0;	
}

span.warn {
	color: #B79000;
	border: 1px solid #ffacad;
	background: #ffd5d5 url(../images/typo/warn.gif) 10px 50% no-repeat;
}
span.approved {
	color: #666;
	border: 1px solid #9bcc54;
	background: #cdefa6 url(../images/typo/ok.gif) 10px 50% no-repeat;
}
span.confirm {
	color: #5d576c;
	border: 1px solid #a59cbc;
	background: #c8b3ff url(../images/typo/warn.gif) 10px 50% no-repeat;
}
