<!--
	body
		{
		background: url("./back.jpg") no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		font-family		 : Calibri, Arial;
		font-size		 : 12pt;
		}
		
	.tablecentral
		{
		background-color : white;
		box-shadow: 8px 8px 12px #aaa;
		border-radius: 25px;
		border: 2px solid #AAAAAA;
		padding: 20px;
		}
		
	.case_round
		{
		background-color : white;
		border-radius: 25px;
		border: 2px solid #AAAAAA;
		padding: 10px;
		}
	
	.pad
		{
		padding-right: 20px;
		}
		
	.cen
		{
		text-align: center;
		}
	
	
	.centraldevis
		{
		background-color : white;
		box-shadow: 8px 8px 12px #aaa;
		border-radius: 25px;
		border: 2px solid #AAAAAA;
		padding: 20px;
		width : 70% ;
		}
-->