.frmObliStar {
	vertical-align : top;
	color: blue;
	width: 150px;
}

.frmObliStar2 {
	position:absolute; 	 
	z-index:100;
}

.frmHelp {
vertical-align : top;

}

.txterror { 
	color: red; 	
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

/********************************************************************************************************************/
/* CSS showing layers when hovering  */
a.screen, a.screen:visited {	
	position:relative; 
	z-index:100;	
	font-size: 8pt;
	color: black;
	text-decoration: none;	
	font-weight: bold;
}

a.screen b {
	display: none;	
	position:absolute;		
	width:80px; /* give it a width */
	height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
	left:-100px; /* position the image */
	top:25px;
	text-decoration: none;
	font-size: 8pt;
	color: black;
	
}

a.screen:hover {
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 8pt;
	color: black;
	font-weight: normal;
	border:0; /* needed for this to work in IE */ 
	z-index:1000;
	text-decoration: none;
	font-weight: bold;
}

a.screen:hover b {
	display:block; 
 	position:absolute;    
 	text-align: left;
 	font-weight:none;
 	padding:1px;
	cursor:help; /* for IE */
	z-index:500; 
	text-decoration: none;
}

a.screen:hover b img {
	border:0; /* remove the link border */
	text-decoration: none;
}
a.screen img {
	border:0; /* remove the link border */
	text-decoration: none;
	
}

a.screen:hover div{

 }

a.screen div#infobulle {
	
	position:absolute; 
	background:#F0F0F0;
	/*background-image:url('images/sitefr/infobulle.gif');*/
	border:2px solid #ccc; 
	width:350px; padding:4px;
	color:#000; font-size:11px;
	line-height:1.2;	
	z-index:500;
	text-decoration: none;
}
a.screen div * {
	color:black; font-size:11px;
	text-decoration: none;
}

a.screen tr.textjaune * {color: yellow; font-size: 8pt }

.btn-submit {background-image: url("../images/dons/button.png");border: 1px solid #BDBDBD;font-weight: bold; color:#4B4B4D;width:120px;}
/********************************************************************************************************************/