.footer
{
	clear: both;
	height: 100px;
	margin: 0px 0 0;
	padding: 0;
	_margin: 10px 0 0;
}

.footer, 
.footer .legal, 
.footer p
{
	width: 800px;
}

.footer li
{
	margin: 0 5px;
}

.footer .communication
{
	float: right;
	padding-left: 0;
}

.footer .general
{
	width: 500px;
	float: left;
}

.footer img
{
	vertical-align: bottom;
	border: none;
}

.footer .legal
{
	margin-top: 2px;
	text-align: center;
	float: left;
	_margin-top: 1em;
}

.footer p
{
	margin: 0;
	padding: 0;
	text-align: center;
}

.footer .prices
{
	margin-top: 1em;
	float: left;
}

.footer .copyright
{
	float: left;
}

.footer a:link
{
	color: #fff;
	text-decoration: underline;
}

.footer a:visited
{
	color: #fff;
	text-decoration: underline;
}

.footer a:hover
{
	color: #f7ce21;
	text-decoration: underline;
}

.footer a:active
{
	color: #f7ce21;
	text-decoration: underline;
}

