
/* 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 {
	background:#F0F0F0;
	border:1px dashed #000000;
	padding-bottom:10px;
	margin-top: 10px;
	width:85%;
	clear: both;
}

/* 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 {
	background: url("../images/reindexer.jpg") 0 0 no-repeat;
	height: 60px;
	width: 200px;
	border: none;
	margin: 0 70px 0 0;
	cursor: pointer;
	float: right;
}

/* bouton annuler */
.bt_annul {
	background: url("../images/annuler.jpg") no-repeat;
	height: 60px;
	width: 200px;
	border: none;
	margin: 0 0 0 50px;
	cursor:pointer;
	float: left;
}

/* titre paragraphe => que dit la loi ? */
.titre_loyer {
	color: #A12815;
	font-size: 14px;
	font-family: Myriad pro, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 7px 0 8px 50px;
}
