#alertes {
	overflow:auto;
	padding:5px;
	margin-top:20px;
	margin-left:20px;
	float:left;
}

#alertes h1{
	display:block;
	background-color:#990000;
	width:440px;
	padding:5px;
	font-weight:bold;
	font-size:medium;
	color:#FFFFFF;
	background-image: url(../images/alerte_fond.gif);
	background-repeat: repeat-x;
	background-position: top;
	border:#FFC1C1 1px solid;
	border-bottom:#640000 1px solid;
}

#alertes .close{
	margin-left:10px;
	display:inline;
	padding-left:5px;
	padding-right:5px;
	border:#999999 1px solid;
}

#alertes a{
	color:#000000;
	text-decoration:none;
}
