div#frame_mentions
{
	position: 		absolute;
	top:			0;
	left:			0;
	width:			214px;
	float:			left;
	z-index:		999;
	visibility:		hidden;
}

div#frame_tl
{
	width:			5px;
	height:			5px;
	background:		url('img/frame_corner.png') 0 0 no-repeat;
	float:			left;
	font-size:		3px;
}

div#frame_tc
{
	width:			204px;
	height:			4px;
	border-top:		1px solid #bcbcbc;
	float:			left;
	font-size:		3px;
	background-color:#fff;
}

div#frame_tr
{
	width:			5px;
	height:			5px;
	background:		url('img/frame_corner.png') -5px 0 no-repeat;
	float:			left;
	font-size:		3px;
}

div#frame_m
{
	width:			212px;
	text-align:		left;
	border-left:	1px solid #bcbcbc;
	border-right:	1px solid #bcbcbc;
	float:			left;
	background-color:#fff;
	font:			12px arial;
}

div#frame_m h3
{
	color:			#0280AE;
	font-weight:	bold;
	margin-top:		0px;
	margin-left:	6px;
	margin-bottom:	3px;
}

div#frame_m span.f_left
{
	display:		block;
	float:			left;
	color:			#929292;
	font-size:		9px;
	margin:			2px 5px 0px 5px;
}

div#frame_m span.f_right
{
	display:		block;
	float:			right;
	color:			#626262;
	font-size:		9px;
	margin:			2px 5px 0px 5px;
	text-align:		justify;
}

div#frame_m ul
{
	margin:			0;
	padding:		0;
	list-style-type:none;
}

div#frame_m ul li
{
	height:			18px;
	margin:			0;
	padding:		0;
	border-top:		1px solid #F5F5F5;
	width:			212px;
}

div#frame_bl
{
	width:			5px;
	height:			5px;
	background:		url('img/frame_corner.png') 0 -5px no-repeat;
	float:			left;
	font-size:		3px;
}

div#frame_bc
{
	width:			204px;
	height:			4px;
	border-bottom:	1px solid #bcbcbc;
	float:			left;
	font-size:		3px;
	background-color:#fff;
}

div#frame_br
{
	width:			5px;
	height:			5px;
	background:		url('img/frame_corner.png') -5px -5px no-repeat;
	float:			left;
	font-size:		3px;
}

#ctlm_mensu
{
	cursor:				pointer;
}

.ctlm_simu_credito
{
	height:				50px;
	width:				180px;
	margin:				15px auto;
	background-repeat:	no-repeat;
	cursor:				pointer;
	background-image:	url("img/button_simuler_credito.gif");
}

div#filter
{
	display:		none;
	position:		absolute;
	top:			0;
	left:			0;
	width:			100%;
	height:			100%;
	background-color: #000;
	alpha:			0;
	z-index:		10;
}

div#calc_but
{
	display:		none;
	position:		absolute;
	top:			78px;	
	width:			88px;
	height:			30px;
	cursor:			pointer;
	alpha:			0;
	z-index:		11;
	background-image:url('img/button_top_simu.gif');
}

div#calc_but_txt
{
	font-weight:	bold;
	font-size:		15px;
	margin:			4px 0 0 10px;
	width:			55px;
	background-color:white;
}

iframe.calculator_fadin
{
	display:		none;
	position:		absolute;
	top:			100px;
	alpha:			0;
	z-index:		11;
}
