/* ------------ benefice calculator --------------------- */


div#portlet_droit_calculator {
	text-align:left;
	position: relative;
	float:right;
	width: 194px;
	padding-top:10px;
	padding-left:10px;
	background-image: url('../img/fond_porlet_droit.jpg');
	background-attachment:fixed;
	background-position:center bottom;
	background-repeat: repeat-x;
	background-color:#fff;
	overflow:hidden;
	clear:right ;
	z-index: 0;
}

* html div#portlet_droit_calculator {
	width: 203px;
}



div#barre_grise_calculator {
	position: relative;
	float:left;
	width: 643px;
	background-image: url('../img/fond_gris_titre_rubrique.jpg');
	background-repeat: repeat-x;
	margin-bottom:10px;
	overflow:hidden;
	clear:both;
}

div#contenu_g_calculator {
	position: relative;
	float:left;
	width: 642px;
	height:auto;
	text-align: left;
	clear:both;
	overflow:hidden;
}

span.rubrique_titre {
	color:#48A5BF;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family : arial;
	font-weight:bold;
}

div#titre_contenu_g {
	position: relative;
	float: left;
	color: #F9AB02;
	font-size: 20px;
	margin-left: 5px;
	width: 630px;
	text-align: center;
}
#calque_calculator {
	position:relative;
	float:left;
	width: 640px;
	height:500px;
	background-image: url('../img/fond_tirelire.gif');
	background-repeat: no-repeat;
	clear:both;
	overflow:hidden;
}

#calque_calculator_resultat {
	position:relative;
	float:left;
	width: 644px;
	height:440px;
	background-image: url('../img/fond_benefit_resultat.gif');
	background-repeat: no-repeat;
	clear:both;
	overflow:hidden;
}

.tableau_calculator {
	position:relative;
	float:left;
	width:500px;
	height:360px;
	color:#9AB718;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	margin:10px 0px 0px 10px;
	clear:both;
	overflow:hidden;
}

.tableau_calculator_resultat {
	position:relative;
	float:left;
	width:420px;
	height:300px;
	color:#797979;
	font-size:11px;
	font-family:arial;
	margin:85px 0px 0px 10px;
	clear:both;
	overflow:hidden;
	text-align:justify;
	line-height:18px;
}

.tableau_calculator_resultat_vert {
	color:#9AB718;
	font-weight:bold;
}

input.input_calculator, select.input_calculator {
	border:1px solid #C4CDA5;
	background-color:#E8F3C2;
	color:#829C29;
	font-size:12px;
}

input.input_calculator_gras {
	border:1px solid #C4CDA5;
	background-color:#E8F3C2;
	color:#829C29;
	font-size:16px;
	font-weight:bold;
}

.img_puce_calculator {
	margin-right:5px;
}

.titre_calculator {
	position:relative;
	float:left;
	color:#F9AB02;
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
	margin-left:100px;
}

.bouton_calculator {
	position:relative;
	float:left;
	height:30px;
	width:71px;
	margin-left:500px;
}

.bouton_calculator_resultat {
	position:relative;
	float:left;
	height:30px;
	width:71px;
	margin-left:350px;
}

.bouton_calculator_contact {
	position:relative;
	float:right;
	height:0px;
	width:116px;
	margin:-15px 50px 0 0;
}

.sep_trait {
	color:#ccc;
	background-color:#a0a0a0;
}

.ca_calculator {
	color:#F9AB02;
	font-size:17px;
	font-weight:bold;
}

div#ombre_droit_calculator{
	position: relative;
	float: right;
	background-image: url('../img/ombre_droit.gif');
	background-repeat: repeat-x;
	width: 204px;
	height: 9;
	border: 0 0 0 0;
	padding: 0;
	margin: 0;
	filter:alpha(opacity=50); /* pour ie */
	-moz-opacity:0.5; /* pour gecko : Firefox, etc. */
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 0;
}


