/*------------------------------------------------------------------
	BOITE
------------------------------------------------------------------*/
.pAlerte {
	position: absolute;
	display: none;
	background-color: #fcc;
	border: 2px solid #f00;
	z-index: 300;
	opacity: 1;
}
.pAlerte span{
	display: block;
	border-right: none;
	border-bottom: none; 
	width: 200px;
	font-size: 0.7em;
}
.pAlert .entete {
	font-style: italic;
	color: #FF6666;
}
.pAlert .listeActif {
	float: left;
	margin-left: 5px;
}