@charset "utf-8";
/* CSS Document */

.liens{
	margin: auto;
	text-align: left;
}

.liens thead tr{
	background-color:#324c81;
	padding: 3px;
	color: #FFF;
	text-align: center;
}

.liens tbody tr:nth-child(odd){
  background-color: #D9F4CA;
}

.liens td, th{
	padding: 10px;
}

.liens a{
	text-decoration: none;
	color: #666;
}

.liens a:hover{
	cursor: pointer;
}

.liens a:visited{
	color: #666;
}

.liens td.pdf {
	text-align: center;
}

.liens td.pdf img{
	width: 40px;
}
