/* SMARTPHONES */
@media only screen and (min-width: 320px) {
	#link_footer{
		display: none;
	}
}
/* TABLETTES */
@media only screen and (min-width: 768px) {
	#link_footer{
		display: block;
		float: left;
		width: 50%;
	}
	.link_footer{
		float:left;
		margin:1em 2%;
		padding:0;
		list-style-type: none;
		width:46%;
	}
	
	.link_footer li{
		margin:0;
		padding:0;
		line-height:1.2em;
		font-size:0.9em;
	}
	
	.link_footer li a{
		color: #333;
		text-decoration: none;
	}
	
	.link_footer li a:hover{
		text-decoration: underline;
	}
	
	.link_footer li:last-child{
		border-right:0px;
	}
}
/* ORDINATEURS */
@media only screen and (min-width: 1024px) {
	#link_footer{
		float:left;
	}
	.link_footer{
		float:left;
		margin:2px 5px;
		padding:5px;
		list-style-type: none;
	}
	
	.link_footer li{
		margin:3px 0;
		padding:5px;
		line-height:1em;
		font-size:1em;
	}
	
	.link_footer li a{
		color: #333;
		text-decoration: none;
		width: 100%;
	}

	#menu-copyright {
		margin-top: 15px;
		list-style: none;
		margin-left: 0;
	}

	#menu-copyright li {
		display: inline-block;
		margin-left: 15px;
		list-style: none;
	}

	#menu-copyright a {
		color: #666666;
		text-transform: uppercase;
		font-size: 12px;
	}

}

