#SES_alerte_msg {
	display: block;
	top: 50%;
	left: 50%;
	height: 427px;
	margin-top: -215px;
	width: 900px;
	margin-left: -450px;
	position: fixed;
	background-image: url(../afocal_voeux.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:1001;
}
* html #SES_alerte_msg {
	position:absolute;
}	
#SES_alerte_fond {
	top: 0px;
	left: 0px;
	height: 150%;
	width: 150%;
	margin-top: -10px;
	margin-left: -150px;
	background-color: #000000;
	color:inherit;
	filter:Alpha(opacity=70);
	-moz-opacity:0.70; 
	opacity: 0.70;
	position: fixed;
	z-index:1000;
}
* html #SES_alerte_fond {
	position:absolute;
}
#SES_alerte_lien{
	text-align:right;
	margin-top:440px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #858585;
	font-size: 12px;	
}
#SES_alerte_lien a:hover{
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color:#6D6D6D;
}
.SES_alerte_td {
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 12px;	
}
.SES_alerte_annule{
	margin-top: 20px;
}
.SES_alerte_bouton{
	width: 145px;
}