.footer
{
	position: relative;
	height: 77px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	/*position: relative;*/
	color: #005fa3;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	/*clear: left;*/
	border-top: 1px solid #005fa3;
	background-color: #43ace3;
	text-align: center;
	/*box-shadow: 0px 0px 20px -1px #000000;*/
}

.footer a:link, .footer a:visited
{
	color: #005fa3;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.footer a:hover, .footer a:active, .footer a:focus
{
	color: #ffffff;
}
.footer_container
{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.header_shad_left_down
{
	position: absolute;
	bottom: 78px;
	left: 20px;
	width: 235px;
	height: 25px;
	background-image: url(http://comp.xaw.fr/img/rsc/shad_left_down.png);
}
.header_shad_center_down
{
	position: absolute;
	bottom: 78px;
	left: 255px;
	right: 255px;
	height: 25px;
	background-image: url(http://comp.xaw.fr/img/rsc/shad_center_down.png);
}
.header_shad_right_down
{
	position: absolute;
	bottom: 78px;
	right: 20px;
	width: 235px;
	height: 25px;
	background-image: url(http://comp.xaw.fr/img/rsc/shad_right_down.png);
}