#frmSimulateur {
	width:625px;
	overflow:hidden;
	margin: 0 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
}
#frmSimulateur img {
	border:0;
}
#etapes{
	margin-top:5px;
	background-repeat:no-repeat;
	height:70px;
	width:625px;
}
div.etape1{
	background-image:url(/design/simulateur/etape1.png);
}
div.etape2{
	background-image:url(/design/simulateur/etape2.png);
}
div.etape3{
	background-image:url(/design/simulateur/etape3.png);
}
div.etape4{
	background-image:url(/design/simulateur/etape4.png);
}
div.etapefin{
	background-image:url(/design/simulateur/etapefin.png);
	height:48px;
}

div.sectiontitle {
	/*width:625px;*/
	height:30px;
	background-image:url(/design/simulateur/sectiontitle.png);
	padding:0 0 0 45px;
	margin:0 0 2px 0;
	font-size:16px;
	color:black;
	line-height:30px;
}
div.section {
	background-color:#fff;
	padding:15px 15px 10px 15px;
	margin-bottom:10px;
	background-image:url(/design/simulateur/sectionbg.png);
	background-repeat:repeat-x;
	border:1px solid #e5edef;
	
}
div.sectionsubtitle {
	height:26px;
	background-image:url(/design/simulateur/sectionsubtitle.png);
	padding:0 0 0 20px;
	margin:0 0 15px 0;
	font-size:14px;
	font-weight:bold;
	color:white;
	line-height:26px;
}
div.bloc {
	border:1px solid #e4ecee;
	background-color:white;
	padding:15px;
}
div.bloc2 {
	border:1px solid #e4ecee;
	background-color:white;
	padding:5px;
	margin-bottom:5px;
}
div.bloc2 span.legende {
	font-size:12px;
	margin-bottom:10px;
	display:block;
}
div.bloc2 span.title {
	font-weight:normal;
	font-size:14px;
	margin-bottom:10px;
	display:block;
}
div.bloc2 span.title span {
	font-size:14px;
}
div.bloc2 p {
	margin:10px 0 10px 0;
}
div.bloc3 {
	background-color:#e3ebed;
	padding:5px;
	margin-bottom:5px;
}

table {
	width:100%;
}
table th {
	font-weight:normal;
	font-size:14px;
	text-align:left;
	width:180px;
	vertical-align:top;
}
table th.large {
	width:280px;
}
table td.multiline {
	line-height:20px;
}
table.energie td {
	text-align:center;
	font-size:11px;
}

table.tb1 th {
	width:450px;
	font-size:14px;
}
table.tb1 td {
	background-color:#8ba4ac;
	color:white;
	font-size:14px;
	font-weight:bold;
	padding:3px;
	text-align:right;
}

table.tbcalc {
	margin-bottom:20px;
}
table.tbcalc td,
table.tbcalc th {
	font-size:14px;
}
table.tbcalc tr td.r {
	width:150px;
	text-align:right;
	font-weight:bold;
}
table.tbcalc tr td.r2 {
	font-weight:normal;
}
table.tbcalc tr td.c {
	width:50px;
	text-align:center;
	border-bottom:1px solid #8ba4ac;
}


table.tbcalc tr.head {
	background-color:#2ea3a6;
	color:white;
	font-weight:bold;
}
table.tbcalc tr.head th {
	padding:3px 0 3px 20px;
}

table.tbcalc tr.l th,
table.tbcalc tr.st th,
table.tbcalc tr.t th {
	width:20px;
}

table.tbcalc tr.l td.t {
	border-bottom:1px solid #8ba4ac;
	padding:3px 0 3px 0;
}
table.tbcalc tr.l td.r {
	border-bottom:1px solid #8ba4ac;
	padding:3px 0 3px 0;
}
table.tbcalc tr.l td.r b {
	background-color:#962055;
	color:white;
	padding:3px;
	display:block;
	text-align:center;
	font-size:14px;
	width:80px;
	margin-left:70px;
}

table.tbcalc tr.st td {
	padding:5px 0 5px 5px;
	background-color:#f1f5f6;
	border:0;
}

table.tbcalc tr.t td {
	padding:5px 0 5px 5px;
	background-color:#962055;
	color:white;
	font-weight:bold;
	border-top:5px solid white;
}


img.energie,
img.energie-chauffage,
img.energie-ec {
	cursor:pointer;
}

input.radio {
	font-size:12px;
	margin:0 5px 0 0;
}
input.text {
	border:1px solid #d3dde0;
	padding:2px;
	width:150px;
}



#frmSimulateur select {
	border:1px solid #d3dde0;
	width:150px;
	padding:2px;
}
#frmSimulateur div.nav {
	margin-bottom:10px;
}
#frmSimulateur div.nav a.prev {
	display:block;
	width:310px;
	height:31px;
	background-image:url(/design/simulateur/btn-back.png);
	background-repeat:no-repeat;
	float:left;
}
#frmSimulateur div.nav a.next {
	display:block;
	width:310px;
	height:31px;
	background-image:url(/design/simulateur/btn-next.png);
	background-repeat:no-repeat;
	float:right;
}
#frmSimulateur div.nav a.update {
	display:block;
	width:310px;
	height:31px;
	background-image:url(/design/simulateur/btn-update.png);
	background-repeat:no-repeat;
	float:left;
}
#frmSimulateur div.nav a.new {
	display:block;
	width:310px;
	height:31px;
	background-image:url(/design/simulateur/btn-new.png);
	background-repeat:no-repeat;
	float:right;
}

#bloc_erreur {
	background-color:#982256;
	padding:5px;
	margin-bottom:5px;
	color:white;
}
#bloc_erreur table th {
	width:110px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border-right:1px solid #c92a70;
}

#bloc_note {
	padding:5px;
	margin-bottom:5px;
	color:#666666;
}
#bloc_note table th {
	width:110px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #666666;
	color:#666666;
}
#bloc_note table td {
	padding-left:10px;
	text-align:justify;
	color:#666666;
}
#bloc_note a {
	color:#666;
}

.error{
	border: 1px solid #c92a70;
	background-color: #982256;
	color:white;
}

div.req {
	color:#666;
	text-align:right;
	margin-bottom:10px;
}
