body {
	background-image:url(./font.jpg);
	font-family:"Arial MT",Arial,Helvetica,sans-serif;
	font-size:12pt;
	color:#FF6E11;
}

H1 {
	font-size:22pt;
}

#instruction {
	margin-bottom:15px;
}

.erreur {
	margin-bottom:15px;
	color:red;
}

#page {
	width:700px; margin:auto;
}

#hedertable table {
	background-color:black;
	border: 1px solid #FFFF99;
	width:700px;	
}

#hedertable td {
	padding: 5px;
}

table.listLot {
	border: 1px solid black;
	border-collapse: collapse;	
	width: 100%;
}

table.listLot td {
	border: 1px solid black;
	text-align: center;
	border-collapse: collapse;	
}

a {color: #FF6E11;
				font-weight: bold;
				text-decoration: underline;}

a:link {color: #FF6E11;
				font-weight: bold;
				text-decoration: underline;}
	
a:visited {color: #FF6E11;
				font-weight: normal;
				text-decoration: underline;}
	
a:hover {color: #FF6E11;
				background-color: #ccc;
				font-weight: bold;
				text-decoration: underline;}

