/* CSS Document */

.DLG_ERR_LIGHT {
	font-family:       Verdana; 
  	font-size:         8pt;  
	color: #DD0000;
	text-align: center;
	font-weight: bold;
}


.DLG_ERR {
	font-family:       Verdana; 
  	font-size:         8pt;  
	color: #DD0000;
	text-align: center;
	font-weight: bold;
	width:100%;
	height:100;
	border: 1px solid #000000;
}


.DLG_MSG_LIGHT {
	font-family:       Verdana; 
  	font-size:         8pt;  
	color: #339900;
	text-align: center;
	font-weight: bold;
}


.DLG_MSG {
	padding:5px;
	font-family:       Verdana; 
  	font-size:         8pt;  
	color: #339900;
	text-align: center;
	font-weight: bold;
	width:100%;
	height:50%;
	border: 1px solid #CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Gradient   (GradientType=0,StartColorStr='#ffffff',EndColorStr='#F2F2F2');
}

.Class_error {
	border-color:#D20000; 1px;
	background-color : #FFD7D7;
 	border-bottom-style : solid; 
	border-top-style : solid;
	border-left-style : solid; 
	border-right-style : solid;

}

.div_aide{
	background-color:#FFFFFF;
	
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	
	
	ma2rgin:20px 0px 20px 0px;
	w2idth:350px;
	position:relative;
	display:block;
	p2adding: 0px 10px 10px 10px;
}
