/**************************************************************
 Projet Pharm - Intranet - (intranet.projetpharm.fr)
 Copyright 2019-2019 Develop'it
 
 Version : 1.0.0
 Date    : 23/04/2019
 Fichier : css/Pied.css
**************************************************************/

/**********************************  Pied  **********************************/
footer#Copyright {
	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#Copyright p, footer#Copyright a {
	color: #666;
	font-size: 12px;
	padding:0;
	margin:0;
	line-height:30px;
}
footer#Copyright a:hover {
	color: rgb(237, 102, 64);
}


@media only screen and (max-width:639px) { /* small */
}
