﻿/* ************************************************************   */
/* ********************   Pied de Page    *********************   */
/* ************************************************************   */
footer
{
	position: absolute;
	width: 100%;
	height: 25px;
	padding: 0;
	margin: 0;
	bottom: 0;
	z-index: 4;
	border-top: groove 3px;
	
	background: #3e4347; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #3e4347 1%, #a8a8a8 24%, #686868 51%, #afafaf 70%, #3e4347 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#3e4347), color-stop(24%,#a8a8a8), color-stop(51%,#686868), color-stop(70%,#afafaf), color-stop(100%,#3e4347)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #3e4347 1%,#a8a8a8 24%,#686868 51%,#afafaf 70%,#3e4347 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #3e4347 1%,#a8a8a8 24%,#686868 51%,#afafaf 70%,#3e4347 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #3e4347 1%,#a8a8a8 24%,#686868 51%,#afafaf 70%,#3e4347 100%); /* IE10+ */
	background: linear-gradient(135deg, #3e4347 1%,#a8a8a8 24%,#686868 51%,#afafaf 70%,#3e4347 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4347', endColorstr='#3e4347',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
footer h4
{
	margin: 0;
	padding: 0;
	margin-top: 3px;
	font-weight: bold;
	color: #040405;
	text-align: center;
	font-size: 0.8em;
	z-index: 4;
}