/* Style de la validation des outils (tooltips) */


.tipsbox .tipsbox_top_left{
	background : url('../images/rgformvalidator/top_left.gif') no-repeat;
	height: 9px; width:9px;
	overflow:hidden;
}

.tipsbox .tipsbox_top{
	background : url('../images/rgformvalidator/top.gif') repeat-x;
	height: 9px;
	overflow:hidden;
}

.tipsbox .tipsbox_top_right{
	background : url('../images/rgformvalidator/top_right.gif') right no-repeat;
	height: 9px; width:9px;
	overflow:hidden;
}

.tipsbox .tipsbox_left{
	background : url('../images/rgformvalidator/left.gif') repeat-y;
	width : 9px;
	overflow:hidden;
}

.tipsbox .tipsbox_right{
	background : url('../images/rgformvalidator/right.gif') right repeat-y;
	width : 9px;
	overflow:hidden;
}

.tipsbox .tipsbox_bottom_left{
	background : url('../images/rgformvalidator/bottom_left.gif') top no-repeat;
}

.tipsbox .tipsbox_mark{
	background : url('../images/rgformvalidator/mark.gif') no-repeat;
	height : 36px;
}

.tipsbox .tipsbox_bottom_right{
	background : url('../images/rgformvalidator/bottom_right.gif') right top no-repeat;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background : url('../images/rgformvalidator/inner.gif');
}

.tipsbox .tipsbox_inner_ie6 {
	padding : 4px;	
}

.tipsbox p, .tipsbox {
	font-size: 100%;
	margin : 0;
	padding : 0;
	border : 0;
	/*color : #FFF;*/
}

#diverrornom .tipsbox_inner p {
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border : 0;
	/*color : #f2f2f2;*/
}


.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #A00;
}

.error_f p span {
	font-size : 13px;
	color : #000;
	margin : 5px 0px 0px 0px;
}
.tipsbox caption, .tipsbox td, .tipsbox th  {padding:0;}
.tipsbox {width:auto; margin-right:5px; margin-top:3px; background:none;}

