/* ==========================================================================
	
	SPECIFIC CSS FOR THE FRONT PAGE

	========================================================================== */

	.front #content {
		margin-left:0;
		width: 960px;
	}
	.front #main-inner {
		background-color: transparent;
	}

/*	BLOCK HOME
	========================================================================== */

	.front #content{
		display: none;
	}

	.front #sidebar-right{
		width: 960px;
		padding: 70px 0;
	}

/*	ONGLETS HOME
	========================================================================== */

	.m-onglets ul li .onglet-icon{
		background: url(../images/ico/onglets_home.png) no-repeat;
	}
	.m-onglets ul li.item-infos .onglet-icon{
		background-position: 0 12px;
	}
	.m-onglets ul li.item-carnet .onglet-icon{
		background-position: 0 -36px;
		
	}