footer {
	width: 100%;
	position: relative;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom:0px ;
	background-color: #ffffff;
	color: #212121;
	text-align: center;
	box-sizing: border-box;
}
footer p.f{
	font-size: 14px;
	margin-top: 20px;
	color: #212121;
	text-align: center;
}
footer p{
	font-size: 14px;
	line-height: 15px;
	margin-top: 0px;
	color: #212121;
	text-align: center;
}
footer p img
{
	margin-top: 10px;
	margin-left: 10px;
	width: 45px;
	height: 45px;
}
/*
	A ce niveau nous faisons le traitement des écrans avec une resolutions de 320px
*/
@media screen and(min-width:960px)
{
	footer {
	width: 100%;
	position: relative;
	/*top: 100px;*/
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: red;
	color: #212121;
	text-align: center;
	box-sizing: border-box;
}
	footer p.f
	{
		width: 100%;
		/*position: relative;
		top: 100px;*/
		background-color: #f1f1f1;
		color: #212121;
		text-align: center;
		position: relative;
		top: 0px;
		bottom: 0px;
	}
	footer p.f{
	font-size: 14px;
	margin-top: 20px;
	color: #212121;
	text-align: center;
	}
	footer p{
		font-size: 20px;
		line-height: 30px;
		margin-top: 0px;
		color: #212121;
		text-align: center;
	}
	footer p img
	{
		margin-top: 10px;
		margin-left: 10px;
		width: 45px;
		height: 45px;
	}
}
