* {margin:0; padding:0}
body {
	text-align: center;
	margin: 0; padding: 0;
}
table {
	text-align: center; 
	margin-left: auto;
	margin-right: auto;
}
.border {
	cursor: pointer;
	border: medium solid #CC0000;
} 
.telecharger {
	font-weight: bold;
	color: #CC0000;
	background-color: #FFCC00;
	width: 95%;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	padding: 2px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px outset #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px outset #000000;
	margin: auto;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
