#main-calcul
{
	float: left;
	clear: left;
}

#calcul-form
{
	float: left;
	display: inline;
	width: 638px;
	margin: 0 0 0 25px;
}

table
{
	float: left;
	clear: left;
	display: inline;
	font-size: 13px;
	border-top: 1px dashed #e3e1dc;
	border-bottom: 1px dashed #e3e1dc;
	color: #5b574d;
	width: 636px;
	padding: 7px 0;
}

table tr td .tableheader
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 7px 10px 7px;
}


table tr td.col1
{
	width: 90px;
	vertical-align: middle;
	padding: 8px 0 8px 10px;
	margin: 0;
}
table tr td.col1 input
{
	width: 80px;
	border: 1px solid;
	text-align: center !important; /* Bypass pour les config hardcoder dans jquery align: right */
}
table tr td.col2
{
	width: 80px;
	vertical-align: middle;
	font-size: 9px;
	text-align: left;
	padding: 7px 0;
}
table tr td.col3
{
	width: 453px;
	margin: 0 0 0 10px;
	vertical-align: middle;
	text-align: left;
	padding: 7px 0;
}

table tr td.fullWidth
{
	width: 636px;
}

#btnCalcul
{
	float: left;
	display: inline;
	margin: 10px 0;
}
.btnCalcul
{
	font-size: 12px;
	font-weight: bold;
	background: no-repeat url(../img/moreButton.png) 0 0;
	padding: 4px 0 0 10px;
	color: #fff;
	height: 18px;
	width: 114px;
	line-height: 15px;
}
	.btnCalcul:hover
	{
		background: no-repeat url(../img/moreButton.png) 0 -66px;
	}

#resultTime, #resultSaving
{
	font-size: 26px;
	font-weight: bold;
	text-align: right;
}

.moreInformation
{
	float: left;
	display: inline;
	font-size: 16px;
	font-weight: bold;
	color: #146219;
	height: 62px;
	width: 458px;
	margin: 10px 0 0 0;
	padding: 20px 0 0px 70px;
	background: no-repeat url(../img/exclamation.png) left top;
}

#right-col
{
	float: right;
	clear: right;
	display: inline;
	width: 188px;
	margin: 10px 0 0;
}

#right-col ul li
{
	text-align: justify;
	font-size: 10px;
	margin: 0px 0 5px 5px;
}
