/*
** Pied de page - footer.css
*/

#pied {
	/*position:fixed;*/
	bottom:0;
	padding-top: 50px;
	/*height: 206px;*/
	height: 100%;
	vertical-align: bottom;
	z-index: -10;
	width:100%;
	background: url(../../../../../../img/public/jtce/fond2.gif) bottom repeat-x #000;
}

#pied a { color: #706D68; font-size: 9px; }

#pied_gauche {
	height:20px;
	float: left;
	vertical-align: bottom;
	border: none;
}

#pied_centre {
	height: 20px;
	float: left;
	border: none;
	text-align:center;
}

#pied_droite {
	height: 20px;
	float: left;
	vertical-align: bottom;
	border: none;
	width: auto;
}
