/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                              FEUILLE DE STYLE                             |
|---------------------------------------------------------------------------|
|                                                                           |
|                                                                           |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                                         Benjamin COIFFARD - novembre 2007 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


/*------------------------------------------------------------------
	BOITE
------------------------------------------------------------------*/
.alerte {
	position: absolute;
	display: none;
	background-color: #fcc;
	border: 2px solid #f00;
	z-index: 300;
}
.alerte span{
	display: block;
	border-right: none;
	border-bottom: none; 
	width: 500px;
	font-size: 0.7em;
}
.alerte .elEntete {
	font-style: italic;
	color: #FF6666;
}
.alerte .elListe {
	float: left;
	margin-left: 5px;
	color: #660000;
}
.alerte .elOK {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	color: #660000;
	font-weight: bold;
	cursor: pointer;
}