/* Feuille de style du Turfu */

/* Classe de bas de page */
.bas_de_page {
	overflow: hidden;
	padding: 0.5em 0 0.5em 0;
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;

	background-color: #272833;
	color: rgba(255, 255, 255, 0.5);

	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

	.bas_de_page li {
		border-left: solid 1px rgba(255, 255, 255, 0.3);
		display: inline-block;
		list-style: none;
		margin-left: 1.5em;
		padding-left: 1.5em;
	}
	
		.bas_de_page li:first-child {
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
		}

	.bas_de_page a {
		color: rgba(255, 255, 255, 0.5);
	}

		.bas_de_page a:hover {
			color: #74D14C;
		}
	
	.bas_de_page img {
		height: 0.8em;
	}
