a
{
	text-decoration: none;
	color: #D7C5A4;
	font-family: sans-serif;
	font-size: 12px;
}

.cat
{
	font-family: sans-serif;
	font-size: 14px;
	background-color: #B7D0F7;
	padding-left: 5px;
	list-style-type: none;
   margin-left: -90px;
}

.ligne
{
	font-family: sans-serif;
	font-size: 12px;
	background-color: #483D8B;
	padding-left: 12px;
	list-style-type: none;
	color: #D7C5A4;
	margin-left: -90px;
}

ul#listejoueurs a:hover {
	background-color: #9288CE;
	color: #F5F5DC;
}

ul#listejoueurs li:hover {
	background-color: #9288CE;
	color: #F5F5DC;
}

body
{
		background-color: #483D8B;
}

