body {
	width: 470;
	height: 470;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cdd2d5;
	} 
a {
	color:#CA14A0;
	}
p {
	font-size:12px;
	}

div {
	width:395px;
	clip: rect(0px 300px 390px 0px);
	z-index: 10;
	position: absolute;
	top:115px;
	left:23px;
	visibility: visible;
	height: 3723px;
}

.bt_haut {margin-top:30px;}

.bt_bas {margin-bottom:20px;}

@media print {
body {
	background-image:none;
	color:#000000;
}
.bt_print {display:none;}
.bt_haut {display:none;}
.bt_bas {display:none;}
table {width:100%;}
td {width:auto;}
div {
	width:100%;
	clip: rect(auto auto auto auto);
	z-index: 10; 
	position: static; 
	top:75px; 
	left:165px; 
	visibility: visible;
}
}

