/* image en haut à droite */
#loyer_img_hd {
	background:url(../images/reindexation.png) no-repeat;
	float:right;
	margin-left:10px;
	width:116px;
	height:86px;
}

/* lien texte de loi */
.lien_txt_loi {
	background:url(../images/fleche1.png) left no-repeat;
	text-align:left;
	padding-left:15px;
	margin-left:50px;
	float:left;
	width:35%;
}

/* lien indice insee */
.lien_ind_insee {
	background:url(../images/fleche1.png) left no-repeat;
	margin-left:0px;
	text-align:left;
	padding-left:15px;
	float:right;
	width:45%;
}

/* date tablo recap */
.date_revision {
	color: #516D92;
}

/* chiffres tablo recap */
.mnt_revision {
	color: #009900;
	font-weight: bold;
	font-size: 11px;
}

/* tablo recap globale */
.tab_recap {
	background:#FCF9F0;
	border:2px solid #A02714;
	width:260px;
	height:80px;
}

/* tableau form calcul */
.tab_form_loyer {
	border:1px dashed #000000;
	padding-bottom:10px;
	width:90%;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* bouton radio */
.radio { 
	margin:0px;
	vertical-align:middle;
	border:none;
	background:#FCF9F0;
	height:auto;
}

/* champs txt form */
.input_loyer {
	height:18px;
	margin:0px;
	border-width:1px;
	background-color: #FEFEF5;
	border-color:#D4D0C8;
	color:#494949;
	font-size:11px;
}

/* bouton calculer */
.bt_calcul {
	border:0 none #fff;
	cursor:pointer;
	height:23px;
	width:91px;
	background:url(../images/btn-calculer.gif);
	float: left;
}

/* bouton annuler */
.bt_annul {
	border:0 none #fff;
	cursor:pointer;
	height:23px;
	width:91px;
	background:url(../images/btn-annuler.gif);
	float: right;
}

/* titre paragraphe => que dit la loi ? */
.titre_loyer {
	margin: 0 0 0 0;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 10px 0;
	_padding: 5px 0 10px 0;
	color: #413D00;
}
h2 {
	color: #A12815; /*rouge bordeaux*/
	font-size: 18px;
	letter-spacing: 4px;
	font-family: Myriad pro, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*background: #A12815;*/
	/*background: #B7B1A4 url("../images/titre.jpg") no-repeat;*/
	background: #FFFFFF url("../images/titre.jpg") no-repeat;
	margin: 0 0 0 0;
	padding: 7px 0 8px 50px;
}
