html, body {
  border: none;
	padding:0px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	height:100%;
	width:100%;
	background-color:#FFFFFF;

  }

body, tr,td, table {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#page {
	position:absolute; 
	height: 100%;
	width: 100%;
	z-index: 1;
}

#centpourcent {
  position:absolute;
  height: 100%;
  width: 100%;
  }
