body {
   	margin: 0.5em;
	padding : 0;
	text-align: center;
	font-family: "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	background-color: rgb(254,203,50);
}

#baniere {
	margin: 0;
	padding: 0;
}

p {
	text-align: center;
	margin: 0.5em 0;
	padding: 0;
}

#titre {
	text-align: left;
	background-repeat: repeat-y;
	padding-left: 2.6em;
	font-weight: bold;
	margin-left: 2%;
	margin-bottom: 0.5em;
}

#pied {
	text-align: center;
	font-size: 0.85em;
	margin: 0;
}

#listing {
	margin: 0.5em 2% 0.5em 2%;
	text-align: left;
	width: 96%;
	background: rgb(255,248,206);
	border: solid 2px rgb(237,154,31);
	
}

#listing td {
	padding: 0 0.5em;
}

img {
	border: none;
}

a:link {
	font-weight:bold;
	color: black;
	text-decoration:none;
}

a:visited {
	font-weight:bold;
	color: black;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color: rgb(112,71,12);
	text-decoration:underline;
}

hr {
	width: 80%;
	margin-top: 0.7em;
}

#txtCode {
	background-color: #E7E7E7;
	border-bottom: 1px solid #000080;
	border-left: #000080 1px solid;
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	color: #000080;
	cursor: text;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: normal;
	width: 70px;
	text-align: center;
}

#liste_choix {
	text-align: left;
}