/**** NODE CSS ****/

div#col_left, div#col_right{
	float: left;
}

div#col_left{
	width: 168px;
}

div#col_right{
	width: 687px;
	padding-left: 5px;
}

/*** LEFT MENU ***/
div#menu_left{
	padding-bottom: 10px;
}

div#menu_left div.background{
	background-color: #F2F1E9;
	height: 10px;
}
div#menu_left div.background_bottom{
	margin: 10px 0px 0px 0px;
}

div#menu_left div#menu_left_titre{
	background: transparent url(../img/structure/menu_left.gif) no-repeat;
	height: 9px;
	margin: 13px 0px 11px 2px;
}

div#menu_left li{
	border-bottom: 1px #CCC solid;
	height: 23px;
	color: #333;
	padding: 10px 0px 0px 5px;
}

div#menu_left li.first{
	border-top: 1px #CCC solid;
}

div#menu_left li.active{
	font-weight: bold;
}

/** BLOC SIMULATION **/
div#bloc_simulation{
	background: #EBEEF7 url(../img/structure/bloc_simulation.jpg) no-repeat 0px 18px;
	width: 168px;
	height: 270px;
	margin-bottom: 5px;
	cursor: pointer;
}

div#bloc_simulation h4{
	color: #991E84;
	border-bottom: 2px #991E84 solid;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
}

div#bloc_simulation a.ensavoirplus{
	position: absolute;
	background: transparent url(../img/accueil/fleche.png) no-repeat 0px -12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #991E84; 
	padding-left: 8px;
	margin: 250px 0px 0px 100px;
}

div#bloc_simulation a.ensavoirplus:hover{
	color: #009EE0; 
	background-position: 0px 5px;
}

/** AUTRE BLOC **/
div#bloc_carte_france{
	width: 168px;
	height: 106px;
	margin-bottom: 5px;
}

div#bloc_economie{
	width: 168px;
	height: 270px;
}

/** ENTETE BLOC **/
div.bloc_entete_content{
	width: 687px;
	height: 140px;
	background-repeat: no-repeat;
	margin-bottom: 18px;
}

div#e_c_rachat_credit{
	background-image: url(../img/structure/entete/le-rachat-de-credits.jpg);
}

div#e_c_rachat_conso{
	background-image: url(../img/structure/entete/rachat-credit-locataire.jpg);
}

div#e_c_rachat_immo{
	background-image: url(../img/structure/entete/rachat-credit-proprietaire.jpg);
}

div#e_c_rachat_lexique{
	background-image: url(../img/structure/entete/lexique.jpg);
}

div#e_c_solutions_projet{
	background-image: url(../img/structure/entete/financer-un-projet.jpg);
}

div#e_c_questions_reponses{
	background-image: url(../img/structure/entete/questions-reponses.jpg);
}

div#e_c_solutions{
	background-image: url(../img/structure/entete/solutions-financieres.jpg);
}

div#e_c_solutions_pro{
	background-image: url(../img/structure/entete/credit-immobilier.jpg);
}

div#e_c_solutions_locataire{
	background-image: url(../img/structure/entete/credit-consommation.jpg);
}

/** DEMANDE EN LIGNE BLOC **/
div.bloc_demande_ligne{
	margin: 30px 0px 30px 53px;
}

/** NODE MENTIONS EXEMPLE **/

div#info_conso{
	background-color: #F2F1E9;
	width: 677px;
	height: 63px;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	color: #999;
	font-size: 10px;
	margin: 15px 0px;
}

div#info_conso div#mentions{
	width: 638px;
	text-align: justify;
	padding-left: 10px;
	float: left;
}

div#info_conso div#mentions p{
	line-height: 11px;
}

div#info_conso div#mentions a{
	color: #999;	
}

div#info_conso div#mentions a:hover{
	color: #009EE0;	
}


div#info_conso div#cursors{
	margin-left: 663px;
	width: 8px;
	height: 62px;
	margin-top: -5px;
}

div#info_conso div#cursors img#cursor_top, div#info_conso div#cursors img#cursor_bottom{
	cursor: pointer;
}

div#info_conso div#cursors img#cursor_bottom{
	margin-top: 48px;
}

/** NODE EXEMPLE **/
div#exemple{
	padding: 10px 0px 10px 70px;
}

div#exemple div#avant{
	float: left;
	width: 279px;
}

div#exemple div#apres{
	width: 259px;
	float: left;
}

div#exemple div#avant strong, div#apres strong{
	text-align: center;
	font-weight: normal;
	font-size: 30px;
	color: #CCC;
	display: block;
}

div#exemple table.comparatif{
	width: 267px;
	margin-top: 17px;
}

div#exemple table.comparatif_droit{
	width: 250px;
}

div#exemple table.comparatif tr{
	height: 20px;	
}

div#exemple table.comparatif td{
	padding: 0px 2px 0px 2px;	
}

div#exemple td.chiffre{
	text-align: right;
}

div#exemple td.higthligth{
	background-color: #E3E4E4;
}

div#exemple td.entete{
	color: #991E84;
}

div#exemple div#avant p.total{
	margin-top: 11px;	
}

div#exemple p.total_immo{
	margin-top: 26px;	
}

div#exemple p.total, p.total_immo{
	color: #990000;
	font-size: 15px;
	text-align: center;
}

div#exemple p.total span.bold,  p.total_immo span.bold{
	font-size: 18px;
}

div#exemple span.minus{
	font-size: 10px;
	text-align: center;
	display: block;
}