#footer_tour
{
	padding: 7px;
	background-color: #b4b9c0;
	box-shadow: 0px 0px 8px #171c21;
}

#footer_contenu
{
	background-color: #fff;
	box-shadow: 0px 0px 8px #5b5f65;
}

#contact_buttons
{
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}

.contact_button
{
	display: inline-block;
	width: 259px;
	height: 59px;
	margin: 0px 7px;
}

#contact_button_fb
{
	background-image: url('../../images/contact_links.png');
	background-position: 0px 0px;
}
#contact_button_fb:hover { background-position: 0px -59px; }
#contact_button_fb:active { background-position: 0px -118px; }

#contact_button_twitter
{
	background-image: url('../../images/contact_links.png');
	background-position: -259px 0px;
}
#contact_button_twitter:hover { background-position: -259px -59px; }
#contact_button_twitter:active { background-position: -259px -118px; }

#contact_button_mail
{
	background-image: url('../../images/contact_links.png');
	background-position: -518px 0px;
}
#contact_button_mail:hover { background-position: -518px -59px; }
#contact_button_mail:active { background-position: -518px -118px; }

#footer_links
{
	width: 90%;
	margin: auto;
	border-collapse: collapse;
}

#footer_links td
{
	text-align: center;
}

#footer_links td a
{
	font-size: 17px;
	font-weight: 150;
	color: #22547a;
	text-decoration: none;
}

#footer_links td a:hover { color: #407ba8; }
#footer_links td a:active { color: #13344d; }

#legal
{
	font-size: 16px;
	font-weight: lighter;
	color: #88949e;
	text-align: center;
	padding: 20px 0px 24px 0px;
}