a {
	background-color: #FFE4B2;
	color: #A52A2A;
}

a:hover {
	background-color: #FFE4B2;
	color: #00ADE3;
}

body, td {
	background-color: #FFE4B2;
	color: #000000;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: medium;
}

h1 {
	font: normal normal bold larger sans-serif;
}

h2 {
	font: normal medium "bolder small"/normal sans-serif;
}

h3 {
	font: italic normal 100 smaller/normal sans-serif;
}
label {
	font: larger sans-serif;
	color: Maroon;
	background-color: Gray;
	background: Silver;
}

td.table {
	background-color: #FFE4B2;
	color: #000000;
}
.centré {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	left: 30px;
	top: 30px;
	right: auto;
	bottom: auto;
	position: relative;
	height: 30px;
	width: 400px;
	overflow: visible;
	visibility: visible;
	z-index: auto;
	border: thin inset;
}
