@CHARSET "ISO-8859-1";

#calcForm {
	visibility:visible;
}

input.calculette {
	color: #000000;
	font-family: fixed, courier;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 0px;
	width: 65px;
	margin-right: 0px;
}

input.long {
	color: #000000;
	font-family: fixed, courier;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	width: 135px;
}

div.bg {
	position: absolute;
	align: center;
	width: 385px;
	height: 240px;
	padding: 0px;
	background-color: #f0f0f0;
	background-image: linear-gradient(to bottom, #f0f0f0, #c8c8c8);
	border-radius: 15px;
	z-index:1000009;
	top:20px;
	left:20px;
	visibility: visible;
	border: 1px solid #aaaaaa;
	
}
div.dessousCalc {
	/*align: center;*/
	width: 385px;
	height: 240px;
	padding: 0px;
	margin:0px;
	border-radius: 15px;
	z-index:100002;
	display:inline;
	visibility: visible;
}

input.texte {
	width: 202px;
	text-align: right;
}

input.cache {
	color: #000000;
	/*font-family: fixed, courier;
	font-size: 10pt;
	font-weight: bold;*/
	margin-left: 0px;
	width: 65px;
	margin-right: 0px;
	visibility: hidden;
}

input.xsortie {
	position: relative;
	top:8px;
	left:350px;
	z-index:1000100;
	width:15px;
}

table.fg {
	position:relative;
	width: 370px;
	height: 190px;
	overflow: none;
	border: 1px solid black;
	background-color: #DDDDDD;
	align:center;
	margin-left:7px;
	padding:3px;
	border-radius: 10px;
	z-index:1000005;
	top:0px;
}

td {
	display: inline-table;
	margin:0px;
}

td.scientifique {
	display: none;
	margin:0px;
}


p.calculette {
	display: inline;
	margin:0px;
}


