.fichiers{
	background-color: white;
	table-layout: fixed;
	width: 100%;
	border-spacing: 3px;
	border-collapse: separate;
	padding-bottom: 63px;
	float: left;
}

.fichiers:first-child{
	padding-top: 28px;
}

.fichiers .back{
	display: block;
	color: white;
	background-image: url(../icones/back.png);
	background-size: auto 30px;
	background-position: 10px center;
	text-indent: 60px;
}

.fichiers .back:hover{
	text-decoration: underline;
}

.fichiers th{
	background-color: #1a71b4;
	color: white;
	height: 63px;
	line-height: 63px;
	font-size: 24px;
	font-weight: normal;
	text-indent: 20px;
}

.fichiers td{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	border: solid #1a71b4 1px;
	text-indent: 10px;
	padding: 0;
}

.fichiers td a{
	float:left;
	height: 30px;
	width: 31px;
	display: block;
	color: white;
	text-indent: 0;
	padding: 0;
	text-align: center;
	background-color: #1a71b4;
}

.fichiers td .live{
	width: 100%;
	text-align: left;
	text-indent: 10px;
}

.fichiers td a:hover{
	text-decoration: underline;
	background-color: #082e4f;
}