.species  {
	float:left;
	display:block;
	width: 410px;
	margin-left:15px;
	font-family: cambria;
	border: 1px solid gray;
	background-color: #eee;
}

.species a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-family: cambria;
	font-size:0.9em;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("../images/commonPage/unselectedSorting.png");
}

.species a:hover {
	background-image: url("../images/commonPage/hoverSorting.png");
}

.species a.selected {
	background-image: url("../images/commonPage/selectedSorting.png");
}

table {
	width:410px;
	border-collapse: collapse;
	font-family: cambria;
	font-size:0.9em;
}

td {
	border-color:gray;
	border-width:1px;
	border-style:solid;
	padding:2px;
	text-align:center;
	font-size:0.9em;
	font-weight: bold;
	color:#000066;
}

.espece {
	width:100px;
	text-align:left;
	font-size:0.9em;
	font-weight:normal;
	color:#000066;
}

.apport1 {
	width:10px;
	height:10px;
	background-color:#ffffff;
}

.apport2 {
	width:10px;
	height:10px;
	background-color:#9999cc;
}

.apport3 {
	width:10px;
	height:10px;
	background-color:#0000cc;
}

.apport4 {
	width:10px;
	height:10px;
	background-color:#000066;
}
