.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 130px; /*default  width of main box */
height:20px;
line-height:20px;
position: relative;
text-indent: 45px;
cursor: pointer;
background-color: #c3d4e8;
margin:0px;
padding:0px;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: 0px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
width: 107px; /*default width of drop down menu*/
border: 1px solid #c3d4e8;
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;
top:18px;
left:0;
margin:0px;
padding:0px;
text-align:center;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: 107px;
display: block;
background: #fff;
border-bottom: 1px solid #c3d4e8;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: #014687;
left:0px;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: #ffe469;
}

#economie{
	width:130px;
	height:20px;
	background:#FED322;
	line-height:20px;
}

#reduction{
	width:130px;
	height:20px;
	background:#FED322;
	line-height:20px;
}

#calculette{
	font-weight:bold;
	margin:0px auto;
	width:292px;
}

#calculette td{
	background:#fff;
	width:132px;
	height:50px;
}

#calculette img{
	background:transparent;
	width:19px;
	height:18px;
	margin:0px;
	padding:0px 0px;
	top:1px;
	right:1px;
}

p{
	margin:3px 0px;
}