.SimContener {
	position: relative;
	width:100%;
	
}

.SimContener table {
	position: relative;
	border-collapse: collapse;
	width: 100%;/*
	font-size: 14px;*/
	text-align: left;
}

.SimContener table th {
	font-size: 1.2em!important;
}

.SimContener table td {
	height: 2em!important;
	padding : 3px 5px;
	border:0px solid white;
	text-align: left;
	background-color: #eee;
	
}

.SimContener table td.td_champ {
	width: 25%;
	text-align: right;
}
.SimContener table td.td_champ input {
	width: 100%;
	background-color: #fff;
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
}

.td_texte_in {
	
}

td.titre {
	color:#0095DA;
}

.SimContener table td.td_champ input.champ_out {
	background:none;
	border:0;
}

td.separation_horizontale {
	height:1em;
}

td.titre {
	font-weight: bold;
}










a#btn_calculer_fr {
	display: inline-block;
	width:143px;
	height:49px;
	line-height:49px;
	background: url('https://assets.tim.eiffage.com/xnet/2026/images/btn_calculer_fr.png') top left no-repeat;
	background-color: #F99D2D;
	cursor: pointer;
	/*font-size: 20px;*/
	color:#333;/*
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;*/
}
#btn_calculer_fr:hover {
	background: url('https://assets.tim.eiffage.com/xnet/2026/images/btn_calculer_fr_roll.png') top left no-repeat;
	background-color: #ddd;
}
