html {
	width: 100%;
	height: 100%;
}
 
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: arial;
}
 
 
#content {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
 
#footer_container {
	position: relative;
}


#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	
	background-color: transparent;
	margin:auto;
	color:	#463C41;
}
 
.footer,a.footer,a.footer:link,a.footer:visited,a.footer:hover,a.footer:link:hover,a.footer:visited:hover {
	color: #463C41;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
}
 
#lingue{
	display:none;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: transparent;
	margin:auto;
	color:	#463C41;
}

#locator{
	display:none;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: transparent;
	margin:auto;
	color:	#463C41;
}
 
#lingue a, #lingue a:hover, #lingue a:visited, #lingue a:hover, #lingue a:visited:hover{
text-decoration: none;
color: #463C41;
}

#locator a, #locator a:hover, #locator a:visited, #locator a:hover, #locator a:visited:hover{
text-decoration: none;
color: #463C41;
}
