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

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

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

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

.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;
}

@media screen and (min-width: 1600px) 
{
    /* Tout ce qui est écrit plus haut */
}
/*@media screen and (min-width: 1024px) and (max-width: 1599px)*/
@media all and (min-width: 1024px) and (max-width: 1599px)
{


}

@media screen and (min-width: 480px) and (max-width: 1023px)
{
	.liens td, th{
		padding: 20px;
	}
	
}

@media screen and (max-width: 479px)
{
	
}