/***********************************************************************************/
/* 						MES CADRES.CSS    										 */
/*********************************************************************************/
html{
	height:100%;
}
body {
	padding:0;
	margin:0;
	font-family: Arial;
    color: #333;
	background: url("../images/carbon.jpg");
}


body header nav ul, body header div,    article h2, footer p {
	width:1280px;
	display:block;
	margin:0 auto;
	float:none;
	box-sizing: padding-box;
}

article{
	padding-top:15px;
	overflow:hidden;
}

article:last-of-type{
	padding-bottom:60px;
}

footer{
	background: #3d3d3d;
	bottom: 0;
    height: 40px;
    left: 0;
    position: absolute;
	width:100%;
}

div.page_container{
	min-height:100%;
	position:relative;
}


div.page_container
{
		width: 100%;
		
	}

	div.page_container .box{
		max-width:1280px;
		margin: auto;	
	}