/* Modification de vertaines variables */
.tipsbox{
	width:auto;
	font-size:0.9em;
}
/* Script */
.tipsbox .tipsbox_top_left{
	background:url('images/top_left.png') no-repeat;
	_background:url('images/top_left.gif') no-repeat;
	_background-position:9px 8px;
}

.tipsbox .tipsbox_top{
	background:url('images/top.png') repeat-x;
	height:17px;
	_background:url('images/top.gif') repeat-x;
	_background-position:0px 8px;
}

.tipsbox .tipsbox_top_right{
	background:url('images/top_right.png') no-repeat;
	_background:url('images/top_right.gif') no-repeat;
	_background-position:0px 8px;
}

.tipsbox .tipsbox_left{
	background:url('images/left.png') repeat-y;
	width:17px;
	_background:url('images/side.gif') repeat-y;
	_background-position:9px 8px;
}

.tipsbox .tipsbox_right{
	background:url('images/right.png') repeat-y;
	width:22px;
	_background:url('images/side.gif') repeat-y;
	_width:9px;
}

.tipsbox .tipsbox_bottom_left{
	background:url('images/bottom_left.png') no-repeat;
	_background:url('images/bottom_left.gif') no-repeat;
	_background-position:9px 0px;
}

.tipsbox .tipsbox_mark{
	background:url('images/mark.png') no-repeat;
	height:27px;
	_background:url('images/mark.gif') no-repeat;
}

.tipsbox .tipsbox_bottom_right{
	background:url('images/bottom_right.png') no-repeat;
	_background:url('images/bottom_right.gif') no-repeat;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background:url('images/inner.png');
}

.tipsbox .tipsbox_inner_ie6 {
	padding:4px;
}

.tipsbox p, .tipsbox {
	margin:0;
	padding:0;
	border:0;
	color:#FFF;
}

.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;
}
