/*
DW2 2.14 03/2007 
class formulaires dw2_alerte(1,2 et 3)
*/
#dw2_alerte { position:absolute; z-index: 1000; top:50%; left:50%; margin-top:-150px; margin-left:-150px; width:300px; min-height:200px; padding:10px; background-color: #f0f3f7; /* jaune */
	border: solid 2px #17257c; /* rouge */
	-moz-border-radius:9px;
	/* -moz-opacity: 0.8; filter: alpha(opacity=80); */
	font-size: 12px; font-family:Verdana, Arial; background-image: url(../../IMG/degrade-bleu.png); background-repeat: repeat-x; text-align:center; }
#dw2_alerte a:hover { color: #4f71b7; }
#dw2_alerte a { color: #193c83; }
