#MESSAGEBOX {
	position: absolute;
	width: 360px;
	height: 150px;
	top: 40%;
	left: 50%;
	margin: -75px 0 0 -180px;
	background: url(gris/fd_messagebox.png) no-repeat;
	z-index: 10000;
}
#MESSAGEBOX_CACHE {
	position: absolute;
	top:0;
	left:0;
	background-color: #FFFFFF;
	z-index: 9999;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#MESSAGEBOX_INFO {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 250px;
	height: 60px;
	background: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	color: #FFFFFF;
	z-index: 10000;
}
#MESSAGEBOX_TITRE {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	margin:12px;
	text-align:center;
}
#MESSAGEBOX_MESSAGE {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 70px;
	margin: 5px 10px 5px 0;
	overflow: hidden;
	overflow-Y: auto;
}
#MESSAGEBOX_SAISIE {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 230px;
}
#MESSAGEBOX_BOUTONS {
	width:360px;
	text-align: center;
}
#question {
	width:48px;
	height:48px;
	background:url(gris/question.png) no-repeat;
	float: left;
	margin:10px 20px 0 20px;
}
#attention {
	width:50px;
	height:50px;
	background:url(gris/attention.png) no-repeat;
	float: left;
	margin:10px 20px 0 20px;
}
#alert {
	width:50px;
	height:50px;
	background:url(gris/alert.png) no-repeat;
	float: left;
	margin:10px 20px 0 20px;
}
.button_100x19 {
	background: url(gris/button_100x19.png) no-repeat 0 0;
	width:100px;
	height:19px;
	border:0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	cursor: pointer;
}
.button_100x19:hover {
	background-position: 0 -19px;
}
.button_100x19:active {
	background-position: 0 -38px;
}
.noir, .noir:link, .noir:visited{ color:#000000; text-decoration:none; } a.noir:hover { text-decoration:underline; }
.bleu, .bleu:link, .bleu:visited{ color:#005DAF; text-decoration:none; } a.bleu:hover { text-decoration:underline; }
.gris, .gris:link, .gris:visited{ color:#999999; text-decoration:none; } a.gris:hover { text-decoration:underline; }
.rouge, .rouge:link, .rouge:visited{ color:#BA1818; text-decoration:none; } a.rouge:hover { text-decoration:underline; }
.blanc, .blanc:link, .blanc:visited{ color:#FFFFFF; text-decoration:none; } a.blanc:hover { text-decoration:underline; }
.vert, .vert:link, .vert:visited{ color:#009900; text-decoration:none; } a.vert:hover { text-decoration:underline; }
.orange, .orange:link, .orange:visited{ color:#FF9900; text-decoration:none; } a.orange:hover { text-decoration:underline; }
.jaune, .jaune:link, .jaune:visited{ color:#FFC52B; text-decoration:none; } a.jaune:hover { text-decoration:underline; }

