html,body {
	width:  100%;
	height: 100%;
	margin: 0px;
	overflow-y: hidden;
	font-family : Verdana;
	color: black;
}


div#divcanvas {
	margin-left: auto;
	 margin-right: auto;
	text-align:center;
	padding:0px;
	background-color: #FFFFFF;
	position:relative;
	width:100%; height:100%;
}


div#corps {
	text-align:center;
	width:1100px;
	height:auto;
	margin:auto;
	padding:20px;
	padding-top:1px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	box-shadow: 4px 4px 16px 8px #AAA;
	-moz-box-shadow: 4px 4px 16px 8px #AAA;
	-webkit-box-shadow: 4px 4px 16px 8px #AAA;
}



.unselectable {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}	
