@CHARSET "UTF-8";

ul#blocMenuGauche {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 15px 27px 0 27px;
}
	ul#blocMenuGauche li {
		width: 158px;
		height: 25px;
		padding:8px 0 0 34px;
	}
		ul#blocMenuGauche li a{
			color:white;
			cursor:pointer;
			text-decoration:none;
		}
	li#menuGauchePaiement {
		background: transparent url('../images/home/menu_gauche_paiement.png') no-repeat;
	}
	li#menuGaucheLivraison {
		background: transparent url('../images/home/menu_gauche_livraison.png') no-repeat;
	}
	li#menuGaucheVente {
		background: transparent url('../images/home/menu_gauche_vente.png') no-repeat;
	}
	li#menuGauchePromo {
		background: transparent url('../images/home/menu_gauche_promo.gif') no-repeat;
	}

div.blocMenu {
	width: 152px;
	height: 144px;
	float: left;
	margin: 15px 0 0 15px;
	background-repeat: no-repeat;
}
div.blocMenu .interieur {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
}
	div#blocMenuTable {
		background-image: url('../images/home/bloc_menu_table.png');
	}
		div#blocMenuTableInterieur {
			background-image: url('../images/home/bloc_menu_table_interieur.png');
		}
	div#blocMenuRaquette {
		background-image: url('../images/home/bloc_menu_raquette.png');
	}
		div#blocMenuRaquetteInterieur {
			background-image: url('../images/home/bloc_menu_raquette_interieur.png');
		}
	div#blocMenuAccessoire {
		background-image: url('../images/home/bloc_menu_accessoire.png');
	}
		div#blocMenuAccessoireInterieur {
			background-image: url('../images/home/bloc_menu_accessoire_interieur.png');
		}
	div#blocMenuCompetition{
		background-image: url('../images/home/bloc_menu_competition.png');	
		float: left;
		margin: 15px 0 0 15px;
		background-repeat: no-repeat;	
		width: 152px;
		height: 144px;
	}
		div#blocMenuCompetition a{
			width: 152px;
			height: 144px;
			float: left;
		}
		div#blocMenuCompetitionInterieur {
			background-image: url('../images/home/bloc_menu_competition_interieur.png');
		}
	.interieur {
	}
		.interieur ul {
			margin: 0;
			padding: 10px 18px 10px 10px;
		}
			.interieur ul li  {
				list-style-type: none;
				border-bottom: 1px dotted white;
				white-space: nowrap;
				overflow: hidden;
			}
			.interieur ul li a {
				color: white;
				font-size: 11px;
				text-decoration: none;
			}
.popup-push-ul{
	display:none;
}
.home_pushs {
	float:left;
	margin: 10px;
	color: #919191;
	width: 240px;
}
.home_pushs a{
	color: #919191;
	font-size: 12px;
	text-decoration:none;
}
.conteneur_pushs_home {
	padding: 0 87px;
}
.contenu404 {
	margin:auto;
	display:table;
	margin-top: 50px;
}
.contenu404 a{
	color: Blue;
}
