#bas {
	position: relative;
	height: 25px;
	width: auto;
	background-image: url(design/vinterre_colors.png);
	background-repeat: repeat-y;
}
#bas ul {
	height: auto;
	width: 955px;
	list-style-type: none;
	text-align: right;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	position:absolute;
	bottom: 0px;
	right: 0px;
}
#bas li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 0px;
	display: inline;
	width: auto;
	height: auto;
}
#bas a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	text-decoration: none;
}
#bas a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #036;
	text-decoration: underline;
}
