.liste{
	-moz-border-radius: 25px;
	border-radius: 25px;
	border-color:#05b7f9;
	border-style:solid;
	border-width:thin;
	background-color: #c7f0ff;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
}

.liste a {
	text-decoration: none;
	color: #000000;
}

.liste table {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	width: 90%;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}

.liste td {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

.titre {
	margin-left: auto;
	color: #05B7F9;
	width: 90%;
	margin-right: auto;
	font-size : 24px;
	font-weight : bold;
}

.header {
	background-color: #FFFFFF;
	font-weight: bold;
}

.iligne {
	background-color: #ffd37f;
}

.pligne {
	background-color: #ffecc8;
}

.stat {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.firefox {
	margin: 20px;
	text-align: center;
}