@charset "utf-8";



.footer
{
	position: relative;
	width: 680px;
	height: 100px;
	margin-left: 260px;
	background-image: url('../img/__/Inte_bas_page_bloc.png');
	background-repeat: no-repeat;
	background-position: top left;
}

	.footer_content 
	{
		position: absolute;
		top: 40px;
		left:0px;
		width:100%;
	}
		
		.footer_content p
		{
			font-size:11px;
			text-align:center;
			margin-left:50px;
			margin-right:50px;
			line-height: 13px;
			margin-bottom: 20px;
		}
		
		.footer_content a
		{
			font-size:10px;
		}