html, body {
	background: #f5e0cd url(images/deg_fond.gif) repeat-x;
	margin:0;
	padding:0;
	height:100%;
}
table{
	height:100%;
	width:100%;
	text-align: center;
	vertical-align:middle;
}

/*#total{
	position:absolute;
     left: 50%; 
     top: 50%;
     width: 900px;
     height: 600px;
     margin-top: -300px; 
     margin-left: -450px; 
}
*/

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#756859;
	padding:0;
	margin:0;
}
a{
	color:#756859;
	text-decoration:none;
}
a:hover{
	color:#6D6456;
	text-decoration:underline;
}