div.buttons
{
	position: absolute;
	top: 130px;
	left: 400px;
	width: 80px;
	height: 100px;
	z-index: 10;
}

div.btnImprimer, div.btnCalculer
{

}

.btnNormal {
	position: relative;
	height: 18px;
	margin: 2px 4px 2px 0px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 16px 0px;
	tex-decoration: none;
}

.btnNormal a {
	text-decoration: none;
	color: #000099;
}

.btnNormal div.center {
	background: #f4f8fc;
	float: left;
	height: 15px;
	width: 70px;
	text-align: center;
	border: 1px solid #7f9db9;
}

