/**
 * Formulaire général
 */

input, select, textarea{
	border: 1px solid #2f271d;
	background: #eee;
	padding: 2px;
	width: 150px;
	font-family: arial, sans-serif;
	font-size: 11px;
}

input:focus, select:focus, textarea:focus{
	background: #ddd;
}

#simulateur{
	margin-bottom: 20px;
}

#simulateur p{
	position: relative;
}

#simulateur p input, #simulateur p select, #simulateur p textarea{
	position: absolute;
	left: 200px;
}

#commentaires{
	height: 80px;
	width: 250px;
}

#p_commentaires{
	height: 100px;
}

#envoyer{
	background: #e52578;
	color: #fff;
}

/**
 * Table simulateur
 */
.tbl_simulateur{
	border-collapse: collapse;
	margin-bottom: 10px;
}
/* 551*/
.tbl_simulateur th{text-align: center;}
.tbl_simulateur th.nomchamp{width: 200px;}
.tbl_simulateur th.emprunteur{width: 150px;}
.tbl_simulateur th.coemprunteur{width: 150px;}
	
.tbl_simulateur td input{width: 150px;}

/**
 * Table credits
 */
.tbl_credits{
	border-collapse: collapse;
	margin-bottom: 15px;
}

.tbl_credits th{
	text-align: center;
}

.tbl_credits th.typecredit{width: 160px;}
.tbl_credits th.mensualites{width: 90px;}
.tbl_credits th.restant{width: 90px;}

.tbl_credits input{
	width: 80px;
}
