/**************************************************************
 Develop'it - Espace client - (www.developit.fr/admin)
 Copyright 2010-2019 Develop'it
 
 Version : 2.0.0
 Date    : 17/05/2019
 Fichier : css/Pied.css
**************************************************************/

/**********************************  Pied  **********************************/
footer {
	z-index: 1040;
}
footer {
	position:fixed;
	left:0;
	right:0;
	height:30px;
	bottom:0;
	color: #666;
	background-color:rgb( 240, 240, 240 );
	line-height:30px;
	font-size: 12px;
}
footer p, footer a {
	color: #666;
	font-size: 12px;
	padding:0;
	margin:0;
	line-height:30px;
}
footer a:hover {
	color: rgb(237, 102, 64);
}


@media only screen and (max-width:639px) { /* small */
}
