
#left .nav {
	margin-bottom: 0;
}

.social {
	float: left;
	display: inline;
	width: 100px;
	margin-top: 4em;
}

/* twitter */
.img-enabled #left a#twitter-link {
	display: block;
	float: left;
	height: 41px;
	width: 41px;
	text-indent: -9999px;
	border-bottom-width: 0;
	margin-right: 6px;
}

.img-enabled #left a#twitter-link:hover,
.img-enabled #left a#twitter-link:focus {
	background-position: -51px 0;
}

/* facebook */
.img-enabled #left a#facebook-link {
	display: block;
	float: left;
	height: 42px;
	width: 42px;
	text-indent: -9999px;
	border-bottom-width: 0;
}

.img-enabled #left a#facebook-link:hover,
.img-enabled #left a#facebook-link:focus {
	background-position: -51px 0;
}

/* A bis Z Navigation */

.a_bis_z {
	float: left;
	width: 100%;
}

