.erreur {
	text-align: left;
	font-size: 12px;
	margin: 2px;
	height: 100px;
	width: 100%;
	color: white;
	background-color: red;
}

.pointer {
	cursor: pointer;
}

.icon24 {
	cursor: pointer;
	width: 24px;
	height: 24px;
}

