/*****************************************************\
|    Footer et son contenu                            |
\*****************************************************/


div#footer {
	clear:both;
        position: relative;
	background-color: black;
	color: white;
	margin: 0px;
	padding-bottom: 5px;
}

div#footer > div {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px; 
	height: 90px;
}

div#footer_menu {
        margin-top: 10px;
        font-size: 10px;
	position: absolute;
	left: 0px;
	top: 5px;
}

div#footer_menu table td:first-child {
	padding-right: 8px;
	text-align: right;
	text-transform: uppercase;
}

div#footer_menu a {
	color: #BBBBBB !important;
}

div#footer_via {
	position: absolute;
	right: 0px;
        font-size: 20px;
        font-weight: bold;
        font-
	top: 15px;
	width: 280px;
	text-align: right;
}

img { 
        vertical-align: middle;
        margin-left: 3px;
        margin-right: 4px;
}
