/**************************************************/
/**************************************************/
/*

SOMMAIRE
1. HOMEPAGE
	1.1 MENU HAUT 	
	1.2 GAMME TOURNANTE 	( Ensemble de la partie basse )
		
2 PAGE MARQUE 
	2.1 MENU
	2.2 CONTENU DE LA PAGE
		2.2.A MODELE DE BLOC PAGE MARQUE
		2.2.B CONTENU DES BLOC TYPE
				ZONE TITRE
				ZONE CONTENT
				ZONE PANIER
	2.3 GAMME AUDI
	2.4 GAMME BMW
	2.5 GAMME COX
	2.6 GAMME COMBI
	2.7 GAMME PEUGEOT
	2.8 GAMME VW ACTUELLES
	2.9 GAMME LIBRAIRIE
	
3 PAGE FICHE
4 PAGE LISTE
5 CONTENU STATIQUE / PANIER

*/
/*****************************************************/
/*****************************************************/

/**********************************/
/*			HOMEPAGE			  */
/**********************************/

/* 1.1 HOMEPAGE MENU HAUT 
***********************************/
.entree_home {
	text-align:			center;
	margin:				20px 0 0;
	color:				#a4a4a4;
}
	.entree_home li {
		display:		inline;
	}
	.entree_home li a {
		color:			#a4a4a4;
	}
	.entree_home li a:hover {
		color:			#34a7fa;
	}



/* 1.2 HOMEPAGE AVEC GAMME TOURNANTE
**************************************/
.flip_gamme {
	width:			938px;
	margin:			10px auto 0;	
}
.flip_gamme ul li {
	width:			247px; /*381 px;*/
	height:			97px; /*118 px;*/
	float:			left;
	cursor:			pointer;
	text-align:		center;
	margin:			10px;
	display:		inline;
}

.flip_gamme ul li a {
	display:		block;
	width:			247px; /*381 px;*/
	height:			97px; /*118 px;*/
	margin: 		auto 0;
}

.flip_gamme ul li a img {
	display:		none;
}

/* li 2 pour le bandeau de la boutique */

.flip_gamme ul li2 {
	width:			780px;
	height:			57px;
	float:			left;
	cursor:			pointer;
	text-align:		center;
	margin:			10px;
	display:		inline;
}

.flip_gamme ul li2 a {
	display:		block;
	width:			780px;
	height:			57px;
	margin: 		auto 0;
}

.flip_gamme ul li2 a img {
	display:		none;
}

/*  FIN  */

.flip_gamme ul {
	margin:		0 auto;
	width:		802px;
}
	
/*au cas où on ne récupère pas la variable*/

	.flip_gamme ul li a.VWCC_FR { background: url('../images/marque/marque_coccinelle_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC_FR { background: url('../images/marque/marque_vw_actuelles_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB_FR { background: url('../images/marque/marque_combi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI_FR { background: url('../images/marque/marque_audi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW_FR  { background: url('../images/marque/marque_bmw_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT_FR  { background: url('../images/marque/marque_peugeot_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB_FR  { background: url('../images/marque/marque_librairie_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT_FR  { background: url('../images/marque/marque_outillage_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO_FR  { background: url('../images/marque/marque_autoradio_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA_FR { background: url('../images/marque/marque_mecatechnic_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM_FR { background: url('../images/marque/marque_boutique_FR_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC_FR { background: url('../images/marque/marque_coccinelle_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC_FR { background: url('../images/marque/marque_vw_actuelles_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB_FR { background: url('../images/marque/marque_combi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI_FR { background: url('../images/marque/marque_audi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW_FR  { background: url('../images/marque/marque_bmw_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT_FR  { background: url('../images/marque/marque_peugeot_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB_FR  { background: url('../images/marque/marque_librairie_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT_FR  { background: url('../images/marque/marque_outillage_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO_FR  { background: url('../images/marque/marque_autoradio_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA_FR { background: url('../images/marque/marque_mecatechnic_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM_FR { background: url('../images/marque/marque_boutique_FR_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC_FR { background: url('../images/marque/marque_coccinelle_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC_FR { background: url('../images/marque/marque_vw_actuelles_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB_FR { background: url('../images/marque/marque_combi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI_FR { background: url('../images/marque/marque_audi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW_FR { background: url('../images/marque/marque_bmw_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT_FR { background: url('../images/marque/marque_peugeot_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB_FR { background: url('../images/marque/marque_librairie_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT_FR { background: url('../images/marque/marque_outillage_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO_FR { background: url('../images/marque/marque_autoradio_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA_FR { background: url('../images/marque/marque_mecatechnic_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM_FR { background: url('../images/marque/marque_boutique_FR_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC_FR { background: url('../images/marque/marque_coccinelle_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC_FR { background: url('../images/marque/marque_vw_actuelles_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB_FR { background: url('../images/marque/marque_combi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI_FR { background: url('../images/marque/marque_audi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW_FR { background: url('../images/marque/marque_bmw_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT_FR { background: url('../images/marque/marque_peugeot_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB_FR { background: url('../images/marque/marque_librairie_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT_FR { background: url('../images/marque/marque_outillage_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO_FR { background: url('../images/marque/marque_autoradio_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA_FR { background: url('../images/marque/marque_mecatechnic_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM_FR { background: url('../images/marque/marque_boutique_FR_on.png') no-repeat center !important; }

/* ESPAGNOL */

	.flip_gamme ul li a.VWCC_ES { background: url('../images/marque/marque_coccinelle_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC_ES { background: url('../images/marque/marque_vw_actuelles_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB_ES { background: url('../images/marque/marque_combi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI_ES { background: url('../images/marque/marque_audi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW_ES  { background: url('../images/marque/marque_bmw_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT_ES  { background: url('../images/marque/marque_peugeot_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB_ES  { background: url('../images/marque/marque_librairie_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT_ES  { background: url('../images/marque/marque_outillage_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO_ES  { background: url('../images/marque/marque_autoradio_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA_ES { background: url('../images/marque/marque_mecatechnic_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM_ES { background: url('../images/marque/marque_boutique_ES_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC_ES { background: url('../images/marque/marque_coccinelle_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC_ES { background: url('../images/marque/marque_vw_actuelles_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB_ES { background: url('../images/marque/marque_combi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI_ES { background: url('../images/marque/marque_audi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW_ES  { background: url('../images/marque/marque_bmw_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT_ES  { background: url('../images/marque/marque_peugeot_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB_ES  { background: url('../images/marque/marque_librairie_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT_ES  { background: url('../images/marque/marque_outillage_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO_ES  { background: url('../images/marque/marque_autoradio_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA_ES { background: url('../images/marque/marque_mecatechnic_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM_ES { background: url('../images/marque/marque_boutique_ES_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC_ES { background: url('../images/marque/marque_coccinelle_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC_ES { background: url('../images/marque/marque_vw_actuelles_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB_ES { background: url('../images/marque/marque_combi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI_ES { background: url('../images/marque/marque_audi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW_ES { background: url('../images/marque/marque_bmw_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT_ES { background: url('../images/marque/marque_peugeot_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB_ES { background: url('../images/marque/marque_librairie_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT_ES { background: url('../images/marque/marque_outillage_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO_ES { background: url('../images/marque/marque_autoradio_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA_ES { background: url('../images/marque/marque_mecatechnic_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM_ES { background: url('../images/marque/marque_boutique_ES_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC_ES { background: url('../images/marque/marque_coccinelle_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC_ES { background: url('../images/marque/marque_vw_actuelles_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB_ES { background: url('../images/marque/marque_combi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI_ES { background: url('../images/marque/marque_audi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW_ES { background: url('../images/marque/marque_bmw_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT_ES { background: url('../images/marque/marque_peugeot_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB_ES { background: url('../images/marque/marque_librairie_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT_ES { background: url('../images/marque/marque_outillage_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO_ES { background: url('../images/marque/marque_autoradio_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA_ES { background: url('../images/marque/marque_mecatechnic_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM_ES { background: url('../images/marque/marque_boutique_ES_on.png') no-repeat center !important; }

/* ANGLAIS */

	.flip_gamme ul li a.VWCC_GB { background: url('../images/marque/marque_coccinelle_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC_GB { background: url('../images/marque/marque_vw_actuelles_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB_GB { background: url('../images/marque/marque_combi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI_GB { background: url('../images/marque/marque_audi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW_GB  { background: url('../images/marque/marque_bmw_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT_GB  { background: url('../images/marque/marque_peugeot_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB_GB  { background: url('../images/marque/marque_librairie_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT_GB  { background: url('../images/marque/marque_outillage_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO_GB  { background: url('../images/marque/marque_autoradio_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA_GB { background: url('../images/marque/marque_mecatechnic_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM_GB { background: url('../images/marque/marque_boutique_GB_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC_GB { background: url('../images/marque/marque_coccinelle_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC_GB { background: url('../images/marque/marque_vw_actuelles_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB_GB { background: url('../images/marque/marque_combi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI_GB { background: url('../images/marque/marque_audi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW_GB  { background: url('../images/marque/marque_bmw_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT_GB  { background: url('../images/marque/marque_peugeot_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB_GB  { background: url('../images/marque/marque_librairie_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT_GB  { background: url('../images/marque/marque_outillage_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO_GB  { background: url('../images/marque/marque_autoradio_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA_GB { background: url('../images/marque/marque_mecatechnic_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM_GB { background: url('../images/marque/marque_boutique_GB_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC_GB { background: url('../images/marque/marque_coccinelle_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC_GB { background: url('../images/marque/marque_vw_actuelles_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB_GB { background: url('../images/marque/marque_combi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI_GB { background: url('../images/marque/marque_audi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW_GB { background: url('../images/marque/marque_bmw_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT_GB { background: url('../images/marque/marque_peugeot_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB_GB { background: url('../images/marque/marque_librairie_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT_GB { background: url('../images/marque/marque_outillage_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO_GB { background: url('../images/marque/marque_autoradio_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA_GB { background: url('../images/marque/marque_mecatechnic_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM_GB { background: url('../images/marque/marque_boutique_GB_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC_GB { background: url('../images/marque/marque_coccinelle_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC_GB { background: url('../images/marque/marque_vw_actuelles_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB_GB { background: url('../images/marque/marque_combi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI_GB { background: url('../images/marque/marque_audi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW_GB { background: url('../images/marque/marque_bmw_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT_GB { background: url('../images/marque/marque_peugeot_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB_GB { background: url('../images/marque/marque_librairie_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT_GB { background: url('../images/marque/marque_outillage_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO_GB { background: url('../images/marque/marque_autoradio_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA_GB { background: url('../images/marque/marque_mecatechnic_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM_GB { background: url('../images/marque/marque_boutique_ES_on.png') no-repeat center !important; }


/* fin */

/* marque0 */

	.flip_gamme ul li a.VWCC0_FR { background: url('../images/marque0/marque_coccinelle_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC0_FR { background: url('../images/marque0/marque_vw_actuelles_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB0_FR { background: url('../images/marque0/marque_combi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI0_FR { background: url('../images/marque0/marque_audi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW0_FR  { background: url('../images/marque0/marque_bmw_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT0_FR  { background: url('../images/marque0/marque_peugeot_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB0_FR  { background: url('../images/marque0/marque_librairie_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT0_FR  { background: url('../images/marque0/marque_outillage_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO0_FR  { background: url('../images/marque0/marque_autoradio_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA0_FR { background: url('../images/marque0/marque_mecatechnic_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM0_FR { background: url('../images/marque0/marque_boutique_FR_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC0_FR { background: url('../images/marque0/marque_coccinelle_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC0_FR { background: url('../images/marque0/marque_vw_actuelles_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB0_FR { background: url('../images/marque0/marque_combi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI0_FR { background: url('../images/marque0/marque_audi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW0_FR  { background: url('../images/marque0/marque_bmw_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT0_FR  { background: url('../images/marque0/marque_peugeot_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB0_FR  { background: url('../images/marque0/marque_librairie_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT0_FR  { background: url('../images/marque0/marque_outillage_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO0_FR  { background: url('../images/marque0/marque_autoradio_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA0_FR { background: url('../images/marque0/marque_mecatechnic_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM0_FR { background: url('../images/marque0/marque_boutique_FR_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC0_FR { background: url('../images/marque0/marque_coccinelle_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC0_FR { background: url('../images/marque0/marque_vw_actuelles_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB0_FR { background: url('../images/marque0/marque_combi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI0_FR { background: url('../images/marque0/marque_audi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW0_FR { background: url('../images/marque0/marque_bmw_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT0_FR { background: url('../images/marque0/marque_peugeot_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB0_FR { background: url('../images/marque0/marque_librairie_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT0_FR { background: url('../images/marque0/marque_outillage_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO0_FR { background: url('../images/marque0/marque_autoradio_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA0_FR { background: url('../images/marque0/marque_mecatechnic_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM0_FR { background: url('../images/marque0/marque_boutique_FR_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC0_FR { background: url('../images/marque0/marque_coccinelle_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC0_FR { background: url('../images/marque0/marque_vw_actuelles_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB0_FR { background: url('../images/marque0/marque_combi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI0_FR { background: url('../images/marque0/marque_audi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW0_FR { background: url('../images/marque0/marque_bmw_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT0_FR { background: url('../images/marque0/marque_peugeot_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB0_FR { background: url('../images/marque0/marque_librairie_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT0_FR { background: url('../images/marque0/marque_outillage_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO0_FR { background: url('../images/marque0/marque_autoradio_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA0_FR { background: url('../images/marque0/marque_mecatechnic_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM0_FR { background: url('../images/marque0/marque_boutique_FR_on.png') no-repeat center !important; }

/* ES */

	.flip_gamme ul li a.VWCC0_ES { background: url('../images/marque0/marque_coccinelle_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC0_ES { background: url('../images/marque0/marque_vw_actuelles_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB0_ES { background: url('../images/marque0/marque_combi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI0_ES { background: url('../images/marque0/marque_audi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW0_ES  { background: url('../images/marque0/marque_bmw_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT0_ES  { background: url('../images/marque0/marque_peugeot_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB0_ES  { background: url('../images/marque0/marque_librairie_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT0_ES  { background: url('../images/marque0/marque_outillage_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO0_ES  { background: url('../images/marque0/marque_autoradio_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA0_ES { background: url('../images/marque0/marque_mecatechnic_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM0_ES { background: url('../images/marque0/marque_boutique_ES_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC0_ES { background: url('../images/marque0/marque_coccinelle_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC0_ES { background: url('../images/marque0/marque_vw_actuelles_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB0_ES { background: url('../images/marque0/marque_combi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI0_ES { background: url('../images/marque0/marque_audi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW0_ES  { background: url('../images/marque0/marque_bmw_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT0_ES  { background: url('../images/marque0/marque_peugeot_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB0_ES  { background: url('../images/marque0/marque_librairie_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT0_ES  { background: url('../images/marque0/marque_outillage_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO0_ES  { background: url('../images/marque0/marque_autoradio_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA0_ES { background: url('../images/marque0/marque_mecatechnic_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM0_ES { background: url('../images/marque0/marque_boutique_ES_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC0_ES { background: url('../images/marque0/marque_coccinelle_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC0_ES { background: url('../images/marque0/marque_vw_actuelles_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB0_ES { background: url('../images/marque0/marque_combi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI0_ES { background: url('../images/marque0/marque_audi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW0_ES { background: url('../images/marque0/marque_bmw_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT0_ES { background: url('../images/marque0/marque_peugeot_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB0_ES { background: url('../images/marque0/marque_librairie_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT0_ES { background: url('../images/marque0/marque_outillage_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO0_ES { background: url('../images/marque0/marque_autoradio_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA0_ES { background: url('../images/marque0/marque_mecatechnic_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM0_ES { background: url('../images/marque0/marque_boutique_ES_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC0_ES { background: url('../images/marque0/marque_coccinelle_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC0_ES { background: url('../images/marque0/marque_vw_actuelles_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB0_ES { background: url('../images/marque0/marque_combi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI0_ES { background: url('../images/marque0/marque_audi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW0_ES { background: url('../images/marque0/marque_bmw_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT0_ES { background: url('../images/marque0/marque_peugeot_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB0_ES { background: url('../images/marque0/marque_librairie_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT0_ES { background: url('../images/marque0/marque_outillage_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO0_ES { background: url('../images/marque0/marque_autoradio_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA0_ES { background: url('../images/marque0/marque_mecatechnic_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM0_ES { background: url('../images/marque0/marque_boutique_ES_on.png') no-repeat center !important; }

/* GB */

	.flip_gamme ul li a.VWCC0_GB { background: url('../images/marque0/marque_coccinelle_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC0_GB { background: url('../images/marque0/marque_vw_actuelles_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB0_GB { background: url('../images/marque0/marque_combi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI0_GB { background: url('../images/marque0/marque_audi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW0_GB  { background: url('../images/marque0/marque_bmw_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT0_GB  { background: url('../images/marque0/marque_peugeot_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB0_GB  { background: url('../images/marque0/marque_librairie_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT0_GB  { background: url('../images/marque0/marque_outillage_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO0_GB  { background: url('../images/marque0/marque_autoradio_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA0_GB { background: url('../images/marque0/marque_mecatechnic_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM0_GB { background: url('../images/marque0/marque_boutique_GB_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC0_GB { background: url('../images/marque0/marque_coccinelle_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC0_GB { background: url('../images/marque0/marque_vw_actuelles_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB0_GB { background: url('../images/marque0/marque_combi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI0_GB { background: url('../images/marque0/marque_audi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW0_GB  { background: url('../images/marque0/marque_bmw_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT0_GB  { background: url('../images/marque0/marque_peugeot_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB0_GB  { background: url('../images/marque0/marque_librairie_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT0_GB  { background: url('../images/marque0/marque_outillage_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO0_GB  { background: url('../images/marque0/marque_autoradio_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA0_GB { background: url('../images/marque0/marque_mecatechnic_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM0_GB { background: url('../images/marque0/marque_boutique_GB_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC0_GB { background: url('../images/marque0/marque_coccinelle_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC0_GB { background: url('../images/marque0/marque_vw_actuelles_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB0_GB { background: url('../images/marque0/marque_combi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI0_GB { background: url('../images/marque0/marque_audi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW0_GB { background: url('../images/marque0/marque_bmw_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT0_GB { background: url('../images/marque0/marque_peugeot_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB0_GB { background: url('../images/marque0/marque_librairie_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT0_GB { background: url('../images/marque0/marque_outillage_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO0_GB { background: url('../images/marque0/marque_autoradio_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA0_GB { background: url('../images/marque0/marque_mecatechnic_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM0_GB { background: url('../images/marque0/marque_boutique_GB_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC0_GB { background: url('../images/marque0/marque_coccinelle_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC0_GB { background: url('../images/marque0/marque_vw_actuelles_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB0_GB { background: url('../images/marque0/marque_combi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI0_GB { background: url('../images/marque0/marque_audi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW0_GB { background: url('../images/marque0/marque_bmw_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT0_GB { background: url('../images/marque0/marque_peugeot_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB0_GB { background: url('../images/marque0/marque_librairie_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT0_GB { background: url('../images/marque0/marque_outillage_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO0_GB { background: url('../images/marque0/marque_autoradio_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA0_GB { background: url('../images/marque0/marque_mecatechnic_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM0_GB { background: url('../images/marque0/marque_boutique_GB_on.png') no-repeat center !important; }

/* marque1 */

	.flip_gamme ul li a.VWCC1_FR { background: url('../images/marque1/marque_coccinelle_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC1_FR { background: url('../images/marque1/marque_vw_actuelles_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB1_FR { background: url('../images/marque1/marque_combi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI1_FR { background: url('../images/marque1/marque_audi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW1_FR  { background: url('../images/marque1/marque_bmw_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT1_FR  { background: url('../images/marque1/marque_peugeot_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB1_FR  { background: url('../images/marque1/marque_librairie_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT1_FR  { background: url('../images/marque1/marque_outillage_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO1_FR  { background: url('../images/marque1/marque_autoradio_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA1_FR { background: url('../images/marque1/marque_mecatechnic_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM1_FR { background: url('../images/marque1/marque_boutique_FR_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC1_FR { background: url('../images/marque1/marque_coccinelle_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC1_FR { background: url('../images/marque1/marque_vw_actuelles_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB1_FR { background: url('../images/marque1/marque_combi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI1_FR { background: url('../images/marque1/marque_audi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW1_FR  { background: url('../images/marque1/marque_bmw_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT1_FR  { background: url('../images/marque1/marque_peugeot_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB1_FR  { background: url('../images/marque1/marque_librairie_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT1_FR  { background: url('../images/marque1/marque_outillage_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO1_FR  { background: url('../images/marque1/marque_autoradio_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA1_FR { background: url('../images/marque1/marque_mecatechnic_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM1_FR { background: url('../images/marque1/marque_boutique_FR_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC1_FR { background: url('../images/marque1/marque_coccinelle_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC1_FR { background: url('../images/marque1/marque_vw_actuelles_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB1_FR { background: url('../images/marque1/marque_combi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI1_FR { background: url('../images/marque1/marque_audi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW1_FR { background: url('../images/marque1/marque_bmw_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT1_FR { background: url('../images/marque1/marque_peugeot_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB1_FR { background: url('../images/marque1/marque_librairie_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT1_FR { background: url('../images/marque1/marque_outillage_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO1_FR { background: url('../images/marque1/marque_autoradio_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA1_FR { background: url('../images/marque1/marque_mecatechnic_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM1_FR { background: url('../images/marque1/marque_boutique_FR_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC1_FR { background: url('../images/marque1/marque_coccinelle_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC1_FR { background: url('../images/marque1/marque_vw_actuelles_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB1_FR { background: url('../images/marque1/marque_combi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI1_FR { background: url('../images/marque1/marque_audi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW1_FR { background: url('../images/marque1/marque_bmw_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT1_FR { background: url('../images/marque1/marque_peugeot_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB1_FR { background: url('../images/marque1/marque_librairie_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT1_FR { background: url('../images/marque1/marque_outillage_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO1_FR { background: url('../images/marque1/marque_autoradio_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA1_FR { background: url('../images/marque1/marque_mecatechnic_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM1_FR { background: url('../images/marque1/marque_boutique_FR_on.png') no-repeat center !important; }

/* ES */

	.flip_gamme ul li a.VWCC1_ES { background: url('../images/marque1/marque_coccinelle_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC1_ES { background: url('../images/marque1/marque_vw_actuelles_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB1_ES { background: url('../images/marque1/marque_combi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI1_ES { background: url('../images/marque1/marque_audi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW1_ES  { background: url('../images/marque1/marque_bmw_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT1_ES  { background: url('../images/marque1/marque_peugeot_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB1_ES  { background: url('../images/marque1/marque_librairie_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT1_ES  { background: url('../images/marque1/marque_outillage_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO1_ES  { background: url('../images/marque1/marque_autoradio_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA1_ES { background: url('../images/marque1/marque_mecatechnic_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM1_ES { background: url('../images/marque1/marque_boutique_ES_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC1_ES { background: url('../images/marque1/marque_coccinelle_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC1_ES { background: url('../images/marque1/marque_vw_actuelles_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB1_ES { background: url('../images/marque1/marque_combi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI1_ES { background: url('../images/marque1/marque_audi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW1_ES  { background: url('../images/marque1/marque_bmw_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT1_ES  { background: url('../images/marque1/marque_peugeot_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB1_ES  { background: url('../images/marque1/marque_librairie_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT1_ES  { background: url('../images/marque1/marque_outillage_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO1_ES  { background: url('../images/marque1/marque_autoradio_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA1_ES { background: url('../images/marque1/marque_mecatechnic_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM1_ES { background: url('../images/marque1/marque_boutique_ES_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC1_ES { background: url('../images/marque1/marque_coccinelle_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC1_ES { background: url('../images/marque1/marque_vw_actuelles_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB1_ES { background: url('../images/marque1/marque_combi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI1_ES { background: url('../images/marque1/marque_audi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW1_ES { background: url('../images/marque1/marque_bmw_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT1_ES { background: url('../images/marque1/marque_peugeot_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB1_ES { background: url('../images/marque1/marque_librairie_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT1_ES { background: url('../images/marque1/marque_outillage_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO1_ES { background: url('../images/marque1/marque_autoradio_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA1_ES { background: url('../images/marque1/marque_mecatechnic_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM1_ES { background: url('../images/marque1/marque_boutique_ES_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC1_ES { background: url('../images/marque1/marque_coccinelle_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC1_ES { background: url('../images/marque1/marque_vw_actuelles_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB1_ES { background: url('../images/marque1/marque_combi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI1_ES { background: url('../images/marque1/marque_audi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW1_ES { background: url('../images/marque1/marque_bmw_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT1_ES { background: url('../images/marque1/marque_peugeot_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB1_ES { background: url('../images/marque1/marque_librairie_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT1_ES { background: url('../images/marque1/marque_outillage_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO1_ES { background: url('../images/marque1/marque_autoradio_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA1_ES { background: url('../images/marque1/marque_mecatechnic_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM1_ES { background: url('../images/marque1/marque_boutique_ES_on.png') no-repeat center !important; }

/* GB */

	.flip_gamme ul li a.VWCC1_GB { background: url('../images/marque1/marque_coccinelle_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC1_GB { background: url('../images/marque1/marque_vw_actuelles_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB1_GB { background: url('../images/marque1/marque_combi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI1_GB { background: url('../images/marque1/marque_audi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW1_GB  { background: url('../images/marque1/marque_bmw_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT1_GB  { background: url('../images/marque1/marque_peugeot_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB1_GB  { background: url('../images/marque1/marque_librairie_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT1_GB  { background: url('../images/marque1/marque_outillage_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO1_GB  { background: url('../images/marque1/marque_autoradio_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA1_GB { background: url('../images/marque1/marque_mecatechnic_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM1_GB { background: url('../images/marque1/marque_boutique_GB_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC1_GB { background: url('../images/marque1/marque_coccinelle_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC1_GB { background: url('../images/marque1/marque_vw_actuelles_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB1_GB { background: url('../images/marque1/marque_combi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI1_GB { background: url('../images/marque1/marque_audi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW1_GB  { background: url('../images/marque1/marque_bmw_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT1_GB  { background: url('../images/marque1/marque_peugeot_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB1_GB  { background: url('../images/marque1/marque_librairie_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT1_GB  { background: url('../images/marque1/marque_outillage_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO1_GB  { background: url('../images/marque1/marque_autoradio_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA1_GB { background: url('../images/marque1/marque_mecatechnic_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM1_GB { background: url('../images/marque1/marque_boutique_GB_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC1_GB { background: url('../images/marque1/marque_coccinelle_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC1_GB { background: url('../images/marque1/marque_vw_actuelles_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB1_GB { background: url('../images/marque1/marque_combi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI1_GB { background: url('../images/marque1/marque_audi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW1_GB { background: url('../images/marque1/marque_bmw_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT1_GB { background: url('../images/marque1/marque_peugeot_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB1_GB { background: url('../images/marque1/marque_librairie_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT1_GB { background: url('../images/marque1/marque_outillage_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO1_GB { background: url('../images/marque1/marque_autoradio_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA1_GB { background: url('../images/marque1/marque_mecatechnic_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM1_GB { background: url('../images/marque1/marque_boutique_GB_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC1_GB { background: url('../images/marque1/marque_coccinelle_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC1_GB { background: url('../images/marque1/marque_vw_actuelles_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB1_GB { background: url('../images/marque1/marque_combi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI1_GB { background: url('../images/marque1/marque_audi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW1_GB { background: url('../images/marque1/marque_bmw_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT1_GB { background: url('../images/marque1/marque_peugeot_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB1_GB { background: url('../images/marque1/marque_librairie_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT1_GB { background: url('../images/marque1/marque_outillage_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO1_GB { background: url('../images/marque1/marque_autoradio_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA1_GB { background: url('../images/marque1/marque_mecatechnic_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM1_GB { background: url('../images/marque1/marque_boutique_GB_on.png') no-repeat center !important; }

/* marque2 */

	.flip_gamme ul li a.VWCC2_FR { background: url('../images/marque2/marque_coccinelle_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC2_FR { background: url('../images/marque2/marque_vw_actuelles_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB2_FR { background: url('../images/marque2/marque_combi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI2_FR { background: url('../images/marque2/marque_audi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW2_FR  { background: url('../images/marque2/marque_bmw_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT2_FR  { background: url('../images/marque2/marque_peugeot_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB2_FR  { background: url('../images/marque2/marque_librairie_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT2_FR  { background: url('../images/marque2/marque_outillage_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO2_FR  { background: url('../images/marque2/marque_autoradio_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA2_FR { background: url('../images/marque2/marque_mecatechnic_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM2_FR { background: url('../images/marque2/marque_boutique_FR_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC2_FR { background: url('../images/marque2/marque_coccinelle_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC2_FR { background: url('../images/marque2/marque_vw_actuelles_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB2_FR { background: url('../images/marque2/marque_combi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI2_FR { background: url('../images/marque2/marque_audi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW2_FR  { background: url('../images/marque2/marque_bmw_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT2_FR  { background: url('../images/marque2/marque_peugeot_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB2_FR  { background: url('../images/marque2/marque_librairie_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT2_FR  { background: url('../images/marque2/marque_outillage_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO2_FR  { background: url('../images/marque2/marque_autoradio_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA2_FR { background: url('../images/marque2/marque_mecatechnic_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM2_FR { background: url('../images/marque2/marque_boutique_FR_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC2_FR { background: url('../images/marque2/marque_coccinelle_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC2_FR { background: url('../images/marque2/marque_vw_actuelles_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB2_FR { background: url('../images/marque2/marque_combi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI2_FR { background: url('../images/marque2/marque_audi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW2_FR { background: url('../images/marque2/marque_bmw_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT2_FR { background: url('../images/marque2/marque_peugeot_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB2_FR { background: url('../images/marque2/marque_librairie_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT2_FR { background: url('../images/marque2/marque_outillage_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO2_FR { background: url('../images/marque2/marque_autoradio_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA2_FR { background: url('../images/marque2/marque_mecatechnic_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM2_FR { background: url('../images/marque2/marque_boutique_FR_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC2_FR { background: url('../images/marque2/marque_coccinelle_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC2_FR { background: url('../images/marque2/marque_vw_actuelles_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB2_FR { background: url('../images/marque2/marque_combi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI2_FR { background: url('../images/marque2/marque_audi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW2_FR { background: url('../images/marque2/marque_bmw_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT2_FR { background: url('../images/marque2/marque_peugeot_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB2_FR { background: url('../images/marque2/marque_librairie_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT2_FR { background: url('../images/marque2/marque_outillage_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO2_FR { background: url('../images/marque2/marque_autoradio_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA2_FR { background: url('../images/marque2/marque_mecatechnic_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM2_FR { background: url('../images/marque2/marque_boutique_FR_on.png') no-repeat center !important; }

/* ES */

	.flip_gamme ul li a.VWCC2_ES { background: url('../images/marque2/marque_coccinelle_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC2_ES { background: url('../images/marque2/marque_vw_actuelles_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB2_ES { background: url('../images/marque2/marque_combi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI2_ES { background: url('../images/marque2/marque_audi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW2_ES  { background: url('../images/marque2/marque_bmw_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT2_ES  { background: url('../images/marque2/marque_peugeot_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB2_ES  { background: url('../images/marque2/marque_librairie_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT2_ES  { background: url('../images/marque2/marque_outillage_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO2_ES  { background: url('../images/marque2/marque_autoradio_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA2_ES { background: url('../images/marque2/marque_mecatechnic_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM2_ES { background: url('../images/marque2/marque_boutique_ES_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC2_ES { background: url('../images/marque2/marque_coccinelle_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC2_ES { background: url('../images/marque2/marque_vw_actuelles_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB2_ES { background: url('../images/marque2/marque_combi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI2_ES { background: url('../images/marque2/marque_audi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW2_ES  { background: url('../images/marque2/marque_bmw_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT2_ES  { background: url('../images/marque2/marque_peugeot_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB2_ES  { background: url('../images/marque2/marque_librairie_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT2_ES  { background: url('../images/marque2/marque_outillage_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO2_ES  { background: url('../images/marque2/marque_autoradio_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA2_ES { background: url('../images/marque2/marque_mecatechnic_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM2_ES { background: url('../images/marque2/marque_boutique_ES_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC2_ES { background: url('../images/marque2/marque_coccinelle_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC2_ES { background: url('../images/marque2/marque_vw_actuelles_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB2_ES { background: url('../images/marque2/marque_combi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI2_ES { background: url('../images/marque2/marque_audi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW2_ES { background: url('../images/marque2/marque_bmw_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT2_ES { background: url('../images/marque2/marque_peugeot_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB2_ES { background: url('../images/marque2/marque_librairie_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT2_ES { background: url('../images/marque2/marque_outillage_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO2_ES { background: url('../images/marque2/marque_autoradio_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA2_ES { background: url('../images/marque2/marque_mecatechnic_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM2_ES { background: url('../images/marque2/marque_boutique_ES_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC2_ES { background: url('../images/marque2/marque_coccinelle_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC2_ES { background: url('../images/marque2/marque_vw_actuelles_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB2_ES { background: url('../images/marque2/marque_combi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI2_ES { background: url('../images/marque2/marque_audi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW2_ES { background: url('../images/marque2/marque_bmw_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT2_ES { background: url('../images/marque2/marque_peugeot_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB2_ES { background: url('../images/marque2/marque_librairie_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT2_ES { background: url('../images/marque2/marque_outillage_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO2_ES { background: url('../images/marque2/marque_autoradio_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA2_ES { background: url('../images/marque2/marque_mecatechnic_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM2_ES { background: url('../images/marque2/marque_boutique_ES_on.png') no-repeat center !important; }

/* GB */

	.flip_gamme ul li a.VWCC2_GB { background: url('../images/marque2/marque_coccinelle_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC2_GB { background: url('../images/marque2/marque_vw_actuelles_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB2_GB { background: url('../images/marque2/marque_combi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI2_GB { background: url('../images/marque2/marque_audi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW2_GB  { background: url('../images/marque2/marque_bmw_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT2_GB  { background: url('../images/marque2/marque_peugeot_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB2_GB  { background: url('../images/marque2/marque_librairie_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT2_GB  { background: url('../images/marque2/marque_outillage_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO2_GB  { background: url('../images/marque2/marque_autoradio_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA2_GB { background: url('../images/marque2/marque_mecatechnic_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM2_GB { background: url('../images/marque2/marque_boutique_GB_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC2_GB { background: url('../images/marque2/marque_coccinelle_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC2_GB { background: url('../images/marque2/marque_vw_actuelles_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB2_GB { background: url('../images/marque2/marque_combi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI2_GB { background: url('../images/marque2/marque_audi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW2_GB  { background: url('../images/marque2/marque_bmw_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT2_GB  { background: url('../images/marque2/marque_peugeot_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB2_GB  { background: url('../images/marque2/marque_librairie_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT2_GB  { background: url('../images/marque2/marque_outillage_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO2_GB  { background: url('../images/marque2/marque_autoradio_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA2_GB { background: url('../images/marque2/marque_mecatechnic_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM2_GB { background: url('../images/marque2/marque_boutique_GB_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC2_GB { background: url('../images/marque2/marque_coccinelle_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC2_GB { background: url('../images/marque2/marque_vw_actuelles_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB2_GB { background: url('../images/marque2/marque_combi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI2_GB { background: url('../images/marque2/marque_audi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW2_GB { background: url('../images/marque2/marque_bmw_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT2_GB { background: url('../images/marque2/marque_peugeot_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB2_GB { background: url('../images/marque2/marque_librairie_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT2_GB { background: url('../images/marque2/marque_outillage_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO2_GB { background: url('../images/marque2/marque_autoradio_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA2_GB { background: url('../images/marque2/marque_mecatechnic_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM2_GB { background: url('../images/marque2/marque_boutique_GB_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC2_GB { background: url('../images/marque2/marque_coccinelle_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC2_GB { background: url('../images/marque2/marque_vw_actuelles_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB2_GB { background: url('../images/marque2/marque_combi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI2_GB { background: url('../images/marque2/marque_audi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW2_GB { background: url('../images/marque2/marque_bmw_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT2_GB { background: url('../images/marque2/marque_peugeot_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB2_GB { background: url('../images/marque2/marque_librairie_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT2_GB { background: url('../images/marque2/marque_outillage_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO2_GB { background: url('../images/marque2/marque_autoradio_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA2_GB { background: url('../images/marque2/marque_mecatechnic_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM2_GB { background: url('../images/marque2/marque_boutique_GB_on.png') no-repeat center !important; }

/* marque3 */

	.flip_gamme ul li a.VWCC3_FR { background: url('../images/marque3/marque_coccinelle_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC3_FR { background: url('../images/marque3/marque_vw_actuelles_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB3_FR { background: url('../images/marque3/marque_combi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI3_FR { background: url('../images/marque3/marque_audi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW3_FR  { background: url('../images/marque3/marque_bmw_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT3_FR  { background: url('../images/marque3/marque_peugeot_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB3_FR  { background: url('../images/marque3/marque_librairie_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT3_FR  { background: url('../images/marque3/marque_outillage_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO3_FR  { background: url('../images/marque3/marque_autoradio_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA3_FR { background: url('../images/marque3/marque_mecatechnic_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM3_FR { background: url('../images/marque3/marque_boutique_FR_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC3_FR { background: url('../images/marque3/marque_coccinelle_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC3_FR { background: url('../images/marque3/marque_vw_actuelles_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB3_FR { background: url('../images/marque3/marque_combi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI3_FR { background: url('../images/marque3/marque_audi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW3_FR  { background: url('../images/marque3/marque_bmw_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT3_FR  { background: url('../images/marque3/marque_peugeot_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB3_FR  { background: url('../images/marque3/marque_librairie_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT3_FR  { background: url('../images/marque3/marque_outillage_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO3_FR  { background: url('../images/marque3/marque_autoradio_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA3_FR { background: url('../images/marque3/marque_mecatechnic_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM3_FR { background: url('../images/marque3/marque_boutique_FR_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC3_FR { background: url('../images/marque3/marque_coccinelle_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC3_FR { background: url('../images/marque3/marque_vw_actuelles_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB3_FR { background: url('../images/marque3/marque_combi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI3_FR { background: url('../images/marque3/marque_audi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW3_FR { background: url('../images/marque3/marque_bmw_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT3_FR { background: url('../images/marque3/marque_peugeot_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB3_FR { background: url('../images/marque3/marque_librairie_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT3_FR { background: url('../images/marque3/marque_outillage_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO3_FR { background: url('../images/marque3/marque_autoradio_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA3_FR { background: url('../images/marque3/marque_mecatechnic_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM3_FR { background: url('../images/marque3/marque_boutique_FR_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC3_FR { background: url('../images/marque3/marque_coccinelle_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC3_FR { background: url('../images/marque3/marque_vw_actuelles_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB3_FR { background: url('../images/marque3/marque_combi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI3_FR { background: url('../images/marque3/marque_audi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW3_FR { background: url('../images/marque3/marque_bmw_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT3_FR { background: url('../images/marque3/marque_peugeot_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB3_FR { background: url('../images/marque3/marque_librairie_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT3_FR { background: url('../images/marque3/marque_outillage_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO3_FR { background: url('../images/marque3/marque_autoradio_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA3_FR { background: url('../images/marque3/marque_mecatechnic_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM3_FR { background: url('../images/marque3/marque_boutique_FR_on.png') no-repeat center !important; }

/* ES */

	.flip_gamme ul li a.VWCC3_ES { background: url('../images/marque3/marque_coccinelle_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC3_ES { background: url('../images/marque3/marque_vw_actuelles_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB3_ES { background: url('../images/marque3/marque_combi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI3_ES { background: url('../images/marque3/marque_audi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW3_ES  { background: url('../images/marque3/marque_bmw_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT3_ES  { background: url('../images/marque3/marque_peugeot_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB3_ES  { background: url('../images/marque3/marque_librairie_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT3_ES  { background: url('../images/marque3/marque_outillage_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO3_ES  { background: url('../images/marque3/marque_autoradio_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA3_ES { background: url('../images/marque3/marque_mecatechnic_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM3_ES { background: url('../images/marque3/marque_boutique_ES_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC3_ES { background: url('../images/marque3/marque_coccinelle_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC3_ES { background: url('../images/marque3/marque_vw_actuelles_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB3_ES { background: url('../images/marque3/marque_combi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI3_ES { background: url('../images/marque3/marque_audi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW3_ES  { background: url('../images/marque3/marque_bmw_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT3_ES  { background: url('../images/marque3/marque_peugeot_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB3_ES  { background: url('../images/marque3/marque_librairie_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT3_ES  { background: url('../images/marque3/marque_outillage_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO3_ES  { background: url('../images/marque3/marque_autoradio_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA3_ES { background: url('../images/marque3/marque_mecatechnic_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM3_ES { background: url('../images/marque3/marque_boutique_ES_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC3_ES { background: url('../images/marque3/marque_coccinelle_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC3_ES { background: url('../images/marque3/marque_vw_actuelles_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB3_ES { background: url('../images/marque3/marque_combi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI3_ES { background: url('../images/marque3/marque_audi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW3_ES { background: url('../images/marque3/marque_bmw_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT3_ES { background: url('../images/marque3/marque_peugeot_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB3_ES { background: url('../images/marque3/marque_librairie_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT3_ES { background: url('../images/marque3/marque_outillage_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO3_ES { background: url('../images/marque3/marque_autoradio_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA3_ES { background: url('../images/marque3/marque_mecatechnic_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM3_ES { background: url('../images/marque3/marque_boutique_ES_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC3_ES { background: url('../images/marque3/marque_coccinelle_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC3_ES { background: url('../images/marque3/marque_vw_actuelles_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB3_ES { background: url('../images/marque3/marque_combi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI3_ES { background: url('../images/marque3/marque_audi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW3_ES { background: url('../images/marque3/marque_bmw_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT3_ES { background: url('../images/marque3/marque_peugeot_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB3_ES { background: url('../images/marque3/marque_librairie_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT3_ES { background: url('../images/marque3/marque_outillage_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO3_ES { background: url('../images/marque3/marque_autoradio_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA3_ES { background: url('../images/marque3/marque_mecatechnic_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM3_ES { background: url('../images/marque3/marque_boutique_ES_on.png') no-repeat center !important; }

/* GB */

	.flip_gamme ul li a.VWCC3_GB { background: url('../images/marque3/marque_coccinelle_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC3_GB { background: url('../images/marque3/marque_vw_actuelles_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB3_GB { background: url('../images/marque3/marque_combi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI3_GB { background: url('../images/marque3/marque_audi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW3_GB  { background: url('../images/marque3/marque_bmw_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT3_GB  { background: url('../images/marque3/marque_peugeot_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB3_GB  { background: url('../images/marque3/marque_librairie_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT3_GB  { background: url('../images/marque3/marque_outillage_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO3_GB  { background: url('../images/marque3/marque_autoradio_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA3_GB { background: url('../images/marque3/marque_mecatechnic_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM3_GB { background: url('../images/marque3/marque_boutique_GB_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC3_GB { background: url('../images/marque3/marque_coccinelle_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC3_GB { background: url('../images/marque3/marque_vw_actuelles_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB3_GB { background: url('../images/marque3/marque_combi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI3_GB { background: url('../images/marque3/marque_audi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW3_GB  { background: url('../images/marque3/marque_bmw_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT3_GB  { background: url('../images/marque3/marque_peugeot_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB3_GB  { background: url('../images/marque3/marque_librairie_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT3_GB  { background: url('../images/marque3/marque_outillage_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO3_GB  { background: url('../images/marque3/marque_autoradio_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA3_GB { background: url('../images/marque3/marque_mecatechnic_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM3_GB { background: url('../images/marque3/marque_boutique_GB_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC3_GB { background: url('../images/marque3/marque_coccinelle_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC3_GB { background: url('../images/marque3/marque_vw_actuelles_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB3_GB { background: url('../images/marque3/marque_combi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI3_GB { background: url('../images/marque3/marque_audi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW3_GB { background: url('../images/marque3/marque_bmw_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT3_GB { background: url('../images/marque3/marque_peugeot_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB3_GB { background: url('../images/marque3/marque_librairie_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT3_GB { background: url('../images/marque3/marque_outillage_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO3_GB { background: url('../images/marque3/marque_autoradio_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA3_GB { background: url('../images/marque3/marque_mecatechnic_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM3_GB { background: url('../images/marque3/marque_boutique_GB_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC3_GB { background: url('../images/marque3/marque_coccinelle_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC3_GB { background: url('../images/marque3/marque_vw_actuelles_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB3_GB { background: url('../images/marque3/marque_combi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI3_GB { background: url('../images/marque3/marque_audi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW3_GB { background: url('../images/marque3/marque_bmw_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT3_GB { background: url('../images/marque3/marque_peugeot_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB3_GB { background: url('../images/marque3/marque_librairie_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT3_GB { background: url('../images/marque3/marque_outillage_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO3_GB { background: url('../images/marque3/marque_autoradio_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA3_GB { background: url('../images/marque3/marque_mecatechnic_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM3_GB { background: url('../images/marque3/marque_boutique_GB_on.png') no-repeat center !important; }

/* marque4 */

	.flip_gamme ul li a.VWCC4_FR { background: url('../images/marque4/marque_coccinelle_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC4_FR { background: url('../images/marque4/marque_vw_actuelles_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB4_FR { background: url('../images/marque4/marque_combi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI4_FR { background: url('../images/marque4/marque_audi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW4_FR  { background: url('../images/marque4/marque_bmw_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT4_FR  { background: url('../images/marque4/marque_peugeot_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB4_FR  { background: url('../images/marque4/marque_librairie_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT4_FR  { background: url('../images/marque4/marque_outillage_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO4_FR  { background: url('../images/marque4/marque_autoradio_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA4_FR { background: url('../images/marque4/marque_mecatechnic_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM4_FR { background: url('../images/marque4/marque_boutique_FR_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC4_FR { background: url('../images/marque4/marque_coccinelle_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC4_FR { background: url('../images/marque4/marque_vw_actuelles_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB4_FR { background: url('../images/marque4/marque_combi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI4_FR { background: url('../images/marque4/marque_audi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW4_FR  { background: url('../images/marque4/marque_bmw_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT4_FR  { background: url('../images/marque4/marque_peugeot_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB4_FR  { background: url('../images/marque4/marque_librairie_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT4_FR  { background: url('../images/marque4/marque_outillage_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO4_FR  { background: url('../images/marque4/marque_autoradio_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA4_FR { background: url('../images/marque4/marque_mecatechnic_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM4_FR { background: url('../images/marque4/marque_boutique_FR_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC4_FR { background: url('../images/marque4/marque_coccinelle_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC4_FR { background: url('../images/marque4/marque_vw_actuelles_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB4_FR { background: url('../images/marque4/marque_combi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI4_FR { background: url('../images/marque4/marque_audi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW4_FR { background: url('../images/marque4/marque_bmw_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT4_FR { background: url('../images/marque4/marque_peugeot_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB4_FR { background: url('../images/marque4/marque_librairie_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT4_FR { background: url('../images/marque4/marque_outillage_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO4_FR { background: url('../images/marque4/marque_autoradio_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA4_FR { background: url('../images/marque4/marque_mecatechnic_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM4_FR { background: url('../images/marque4/marque_boutique_FR_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC4_FR { background: url('../images/marque4/marque_coccinelle_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC4_FR { background: url('../images/marque4/marque_vw_actuelles_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB4_FR { background: url('../images/marque4/marque_combi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI4_FR { background: url('../images/marque4/marque_audi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW4_FR { background: url('../images/marque4/marque_bmw_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT4_FR { background: url('../images/marque4/marque_peugeot_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB4_FR { background: url('../images/marque4/marque_librairie_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT4_FR { background: url('../images/marque4/marque_outillage_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO4_FR { background: url('../images/marque4/marque_autoradio_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA4_FR { background: url('../images/marque4/marque_mecatechnic_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM4_FR { background: url('../images/marque4/marque_boutique_FR_on.png') no-repeat center !important; }

/* ES */

	.flip_gamme ul li a.VWCC4_ES { background: url('../images/marque4/marque_coccinelle_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC4_ES { background: url('../images/marque4/marque_vw_actuelles_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB4_ES { background: url('../images/marque4/marque_combi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI4_ES { background: url('../images/marque4/marque_audi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW4_ES  { background: url('../images/marque4/marque_bmw_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT4_ES  { background: url('../images/marque4/marque_peugeot_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB4_ES  { background: url('../images/marque4/marque_librairie_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT4_ES  { background: url('../images/marque4/marque_outillage_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO4_ES  { background: url('../images/marque4/marque_autoradio_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA4_ES { background: url('../images/marque4/marque_mecatechnic_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM4_ES { background: url('../images/marque4/marque_boutique_ES_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC4_ES { background: url('../images/marque4/marque_coccinelle_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC4_ES { background: url('../images/marque4/marque_vw_actuelles_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB4_ES { background: url('../images/marque4/marque_combi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI4_ES { background: url('../images/marque4/marque_audi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW4_ES  { background: url('../images/marque4/marque_bmw_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT4_ES  { background: url('../images/marque4/marque_peugeot_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB4_ES  { background: url('../images/marque4/marque_librairie_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT4_ES  { background: url('../images/marque4/marque_outillage_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO4_ES  { background: url('../images/marque4/marque_autoradio_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA4_ES { background: url('../images/marque4/marque_mecatechnic_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM4_ES { background: url('../images/marque4/marque_boutique_ES_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC4_ES { background: url('../images/marque4/marque_coccinelle_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC4_ES { background: url('../images/marque4/marque_vw_actuelles_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB4_ES { background: url('../images/marque4/marque_combi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI4_ES { background: url('../images/marque4/marque_audi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW4_ES { background: url('../images/marque4/marque_bmw_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT4_ES { background: url('../images/marque4/marque_peugeot_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB4_ES { background: url('../images/marque4/marque_librairie_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT4_ES { background: url('../images/marque4/marque_outillage_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO4_ES { background: url('../images/marque4/marque_autoradio_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA4_ES { background: url('../images/marque4/marque_mecatechnic_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM4_ES { background: url('../images/marque4/marque_boutique_ES_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC4_ES { background: url('../images/marque4/marque_coccinelle_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC4_ES { background: url('../images/marque4/marque_vw_actuelles_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB4_ES { background: url('../images/marque4/marque_combi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI4_ES { background: url('../images/marque4/marque_audi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW4_ES { background: url('../images/marque4/marque_bmw_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT4_ES { background: url('../images/marque4/marque_peugeot_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB4_ES { background: url('../images/marque4/marque_librairie_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT4_ES { background: url('../images/marque4/marque_outillage_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO4_ES { background: url('../images/marque4/marque_autoradio_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA4_ES { background: url('../images/marque4/marque_mecatechnic_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM4_ES { background: url('../images/marque4/marque_boutique_ES_on.png') no-repeat center !important; }

/* GB */

	.flip_gamme ul li a.VWCC4_GB { background: url('../images/marque4/marque_coccinelle_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC4_GB { background: url('../images/marque4/marque_vw_actuelles_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB4_GB { background: url('../images/marque4/marque_combi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI4_GB { background: url('../images/marque4/marque_audi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW4_GB  { background: url('../images/marque4/marque_bmw_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT4_GB  { background: url('../images/marque4/marque_peugeot_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB4_GB  { background: url('../images/marque4/marque_librairie_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT4_GB  { background: url('../images/marque4/marque_outillage_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO4_GB  { background: url('../images/marque4/marque_autoradio_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA4_GB { background: url('../images/marque4/marque_mecatechnic_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM4_GB { background: url('../images/marque4/marque_boutique_GB_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC4_GB { background: url('../images/marque4/marque_coccinelle_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC4_GB { background: url('../images/marque4/marque_vw_actuelles_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB4_GB { background: url('../images/marque4/marque_combi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI4_GB { background: url('../images/marque4/marque_audi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW4_GB  { background: url('../images/marque4/marque_bmw_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT4_GB  { background: url('../images/marque4/marque_peugeot_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB4_GB  { background: url('../images/marque4/marque_librairie_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT4_GB  { background: url('../images/marque4/marque_outillage_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO4_GB  { background: url('../images/marque4/marque_autoradio_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA4_GB { background: url('../images/marque4/marque_mecatechnic_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM4_GB { background: url('../images/marque4/marque_boutique_GB_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC4_GB { background: url('../images/marque4/marque_coccinelle_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC4_GB { background: url('../images/marque4/marque_vw_actuelles_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB4_GB { background: url('../images/marque4/marque_combi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI4_GB { background: url('../images/marque4/marque_audi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW4_GB { background: url('../images/marque4/marque_bmw_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT4_GB { background: url('../images/marque4/marque_peugeot_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB4_GB { background: url('../images/marque4/marque_librairie_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT4_GB { background: url('../images/marque4/marque_outillage_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO4_GB { background: url('../images/marque4/marque_autoradio_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA4_GB { background: url('../images/marque4/marque_mecatechnic_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM4_GB { background: url('../images/marque4/marque_boutique_GB_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC4_GB { background: url('../images/marque4/marque_coccinelle_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC4_GB { background: url('../images/marque4/marque_vw_actuelles_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB4_GB { background: url('../images/marque4/marque_combi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI4_GB { background: url('../images/marque4/marque_audi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW4_GB { background: url('../images/marque4/marque_bmw_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT4_GB { background: url('../images/marque4/marque_peugeot_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB4_GB { background: url('../images/marque4/marque_librairie_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT4_GB { background: url('../images/marque4/marque_outillage_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO4_GB { background: url('../images/marque4/marque_autoradio_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA4_GB { background: url('../images/marque4/marque_mecatechnic_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM4_GB { background: url('../images/marque4/marque_boutique_GB_on.png') no-repeat center !important; }

/* marque5 */

	.flip_gamme ul li a.VWCC5_FR { background: url('../images/marque5/marque_coccinelle_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC5_FR { background: url('../images/marque5/marque_vw_actuelles_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB5_FR { background: url('../images/marque5/marque_combi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI5_FR { background: url('../images/marque5/marque_audi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW5_FR  { background: url('../images/marque5/marque_bmw_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT5_FR  { background: url('../images/marque5/marque_peugeot_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB5_FR  { background: url('../images/marque5/marque_librairie_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT5_FR  { background: url('../images/marque5/marque_outillage_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO5_FR  { background: url('../images/marque5/marque_autoradio_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA5_FR { background: url('../images/marque5/marque_mecatechnic_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM5_FR { background: url('../images/marque5/marque_boutique_FR_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC5_FR { background: url('../images/marque5/marque_coccinelle_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC5_FR { background: url('../images/marque5/marque_vw_actuelles_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB5_FR { background: url('../images/marque5/marque_combi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI5_FR { background: url('../images/marque5/marque_audi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW5_FR  { background: url('../images/marque5/marque_bmw_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT5_FR  { background: url('../images/marque5/marque_peugeot_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB5_FR  { background: url('../images/marque5/marque_librairie_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT5_FR  { background: url('../images/marque5/marque_outillage_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO5_FR  { background: url('../images/marque5/marque_autoradio_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA5_FR { background: url('../images/marque5/marque_mecatechnic_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM5_FR { background: url('../images/marque5/marque_boutique_FR_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC5_FR { background: url('../images/marque5/marque_coccinelle_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC5_FR { background: url('../images/marque5/marque_vw_actuelles_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB5_FR { background: url('../images/marque5/marque_combi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI5_FR { background: url('../images/marque5/marque_audi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW5_FR { background: url('../images/marque5/marque_bmw_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT5_FR { background: url('../images/marque5/marque_peugeot_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB5_FR { background: url('../images/marque5/marque_librairie_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT5_FR { background: url('../images/marque5/marque_outillage_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO5_FR { background: url('../images/marque5/marque_autoradio_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA5_FR { background: url('../images/marque5/marque_mecatechnic_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM5_FR { background: url('../images/marque5/marque_boutique_FR_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC5_FR { background: url('../images/marque5/marque_coccinelle_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC5_FR { background: url('../images/marque5/marque_vw_actuelles_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB5_FR { background: url('../images/marque5/marque_combi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI5_FR { background: url('../images/marque5/marque_audi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW5_FR { background: url('../images/marque5/marque_bmw_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT5_FR { background: url('../images/marque5/marque_peugeot_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB5_FR { background: url('../images/marque5/marque_librairie_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT5_FR { background: url('../images/marque5/marque_outillage_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO5_FR { background: url('../images/marque5/marque_autoradio_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA5_FR { background: url('../images/marque5/marque_mecatechnic_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM5_FR { background: url('../images/marque5/marque_boutique_FR_on.png') no-repeat center !important; }

/* ES */

	.flip_gamme ul li a.VWCC5_ES { background: url('../images/marque5/marque_coccinelle_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC5_ES { background: url('../images/marque5/marque_vw_actuelles_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB5_ES { background: url('../images/marque5/marque_combi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI5_ES { background: url('../images/marque5/marque_audi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW5_ES  { background: url('../images/marque5/marque_bmw_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT5_ES  { background: url('../images/marque5/marque_peugeot_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB5_ES  { background: url('../images/marque5/marque_librairie_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT5_ES  { background: url('../images/marque5/marque_outillage_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO5_ES  { background: url('../images/marque5/marque_autoradio_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA5_ES { background: url('../images/marque5/marque_mecatechnic_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM5_ES { background: url('../images/marque5/marque_boutique_ES_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC5_ES { background: url('../images/marque5/marque_coccinelle_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC5_ES { background: url('../images/marque5/marque_vw_actuelles_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB5_ES { background: url('../images/marque5/marque_combi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI5_ES { background: url('../images/marque5/marque_audi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW5_ES  { background: url('../images/marque5/marque_bmw_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT5_ES  { background: url('../images/marque5/marque_peugeot_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB5_ES  { background: url('../images/marque5/marque_librairie_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT5_ES  { background: url('../images/marque5/marque_outillage_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO5_ES  { background: url('../images/marque5/marque_autoradio_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA5_ES { background: url('../images/marque5/marque_mecatechnic_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM5_ES { background: url('../images/marque5/marque_boutique_ES_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC5_ES { background: url('../images/marque5/marque_coccinelle_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC5_ES { background: url('../images/marque5/marque_vw_actuelles_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB5_ES { background: url('../images/marque5/marque_combi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI5_ES { background: url('../images/marque5/marque_audi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW5_ES { background: url('../images/marque5/marque_bmw_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT5_ES { background: url('../images/marque5/marque_peugeot_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB5_ES { background: url('../images/marque5/marque_librairie_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT5_ES { background: url('../images/marque5/marque_outillage_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO5_ES { background: url('../images/marque5/marque_autoradio_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA5_ES { background: url('../images/marque5/marque_mecatechnic_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM5_ES { background: url('../images/marque5/marque_boutique_ES_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC5_ES { background: url('../images/marque5/marque_coccinelle_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC5_ES { background: url('../images/marque5/marque_vw_actuelles_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB5_ES { background: url('../images/marque5/marque_combi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI5_ES { background: url('../images/marque5/marque_audi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW5_ES { background: url('../images/marque5/marque_bmw_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT5_ES { background: url('../images/marque5/marque_peugeot_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB5_ES { background: url('../images/marque5/marque_librairie_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT5_ES { background: url('../images/marque5/marque_outillage_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO5_ES { background: url('../images/marque5/marque_autoradio_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA5_ES { background: url('../images/marque5/marque_mecatechnic_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM5_ES { background: url('../images/marque5/marque_boutique_ES_on.png') no-repeat center !important; }

/* GB */

	.flip_gamme ul li a.VWCC5_GB { background: url('../images/marque5/marque_coccinelle_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC5_GB { background: url('../images/marque5/marque_vw_actuelles_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB5_GB { background: url('../images/marque5/marque_combi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI5_GB { background: url('../images/marque5/marque_audi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW5_GB  { background: url('../images/marque5/marque_bmw_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT5_GB  { background: url('../images/marque5/marque_peugeot_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB5_GB  { background: url('../images/marque5/marque_librairie_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT5_GB  { background: url('../images/marque5/marque_outillage_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO5_GB  { background: url('../images/marque5/marque_autoradio_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA5_GB { background: url('../images/marque5/marque_mecatechnic_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM5_GB { background: url('../images/marque5/marque_boutique_GB_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC5_GB { background: url('../images/marque5/marque_coccinelle_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC5_GB { background: url('../images/marque5/marque_vw_actuelles_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB5_GB { background: url('../images/marque5/marque_combi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI5_GB { background: url('../images/marque5/marque_audi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW5_GB  { background: url('../images/marque5/marque_bmw_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT5_GB  { background: url('../images/marque5/marque_peugeot_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB5_GB  { background: url('../images/marque5/marque_librairie_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT5_GB  { background: url('../images/marque5/marque_outillage_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO5_GB  { background: url('../images/marque5/marque_autoradio_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA5_GB { background: url('../images/marque5/marque_mecatechnic_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM5_GB { background: url('../images/marque5/marque_boutique_GB_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC5_GB { background: url('../images/marque5/marque_coccinelle_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC5_GB { background: url('../images/marque5/marque_vw_actuelles_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB5_GB { background: url('../images/marque5/marque_combi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI5_GB { background: url('../images/marque5/marque_audi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW5_GB { background: url('../images/marque5/marque_bmw_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT5_GB { background: url('../images/marque5/marque_peugeot_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB5_GB { background: url('../images/marque5/marque_librairie_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT5_GB { background: url('../images/marque5/marque_outillage_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO5_GB { background: url('../images/marque5/marque_autoradio_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA5_GB { background: url('../images/marque5/marque_mecatechnic_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM5_GB { background: url('../images/marque5/marque_boutique_GB_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC5_GB { background: url('../images/marque5/marque_coccinelle_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC5_GB { background: url('../images/marque5/marque_vw_actuelles_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB5_GB { background: url('../images/marque5/marque_combi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI5_GB { background: url('../images/marque5/marque_audi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW5_GB { background: url('../images/marque5/marque_bmw_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT5_GB { background: url('../images/marque5/marque_peugeot_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB5_GB { background: url('../images/marque5/marque_librairie_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT5_GB { background: url('../images/marque5/marque_outillage_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO5_GB { background: url('../images/marque5/marque_autoradio_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA5_GB { background: url('../images/marque5/marque_mecatechnic_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM5_GB { background: url('../images/marque5/marque_boutique_GB_on.png') no-repeat center !important; }

/* marque6 */

	.flip_gamme ul li a.VWCC6_FR { background: url('../images/marque6/marque_coccinelle_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC6_FR { background: url('../images/marque6/marque_vw_actuelles_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB6_FR { background: url('../images/marque6/marque_combi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI6_FR { background: url('../images/marque6/marque_audi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW6_FR  { background: url('../images/marque6/marque_bmw_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT6_FR  { background: url('../images/marque6/marque_peugeot_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB6_FR  { background: url('../images/marque6/marque_librairie_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT6_FR  { background: url('../images/marque6/marque_outillage_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO6_FR  { background: url('../images/marque6/marque_autoradio_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA6_FR { background: url('../images/marque6/marque_mecatechnic_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM6_FR { background: url('../images/marque6/marque_boutique_FR_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC6_FR { background: url('../images/marque6/marque_coccinelle_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC6_FR { background: url('../images/marque6/marque_vw_actuelles_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB6_FR { background: url('../images/marque6/marque_combi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI6_FR { background: url('../images/marque6/marque_audi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW6_FR  { background: url('../images/marque6/marque_bmw_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT6_FR  { background: url('../images/marque6/marque_peugeot_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB6_FR  { background: url('../images/marque6/marque_librairie_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT6_FR  { background: url('../images/marque6/marque_outillage_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO6_FR  { background: url('../images/marque6/marque_autoradio_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA6_FR { background: url('../images/marque6/marque_mecatechnic_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM6_FR { background: url('../images/marque6/marque_boutique_FR_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC6_FR { background: url('../images/marque6/marque_coccinelle_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC6_FR { background: url('../images/marque6/marque_vw_actuelles_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB6_FR { background: url('../images/marque6/marque_combi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI6_FR { background: url('../images/marque6/marque_audi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW6_FR { background: url('../images/marque6/marque_bmw_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT6_FR { background: url('../images/marque6/marque_peugeot_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB6_FR { background: url('../images/marque6/marque_librairie_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT6_FR { background: url('../images/marque6/marque_outillage_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO6_FR { background: url('../images/marque6/marque_autoradio_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA6_FR { background: url('../images/marque6/marque_mecatechnic_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM6_FR { background: url('../images/marque6/marque_boutique_FR_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC6_FR { background: url('../images/marque6/marque_coccinelle_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC6_FR { background: url('../images/marque6/marque_vw_actuelles_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB6_FR { background: url('../images/marque6/marque_combi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI6_FR { background: url('../images/marque6/marque_audi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW6_FR { background: url('../images/marque6/marque_bmw_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT6_FR { background: url('../images/marque6/marque_peugeot_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB6_FR { background: url('../images/marque6/marque_librairie_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT6_FR { background: url('../images/marque6/marque_outillage_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO6_FR { background: url('../images/marque6/marque_autoradio_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA6_FR { background: url('../images/marque6/marque_mecatechnic_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM6_FR { background: url('../images/marque6/marque_boutique_FR_on.png') no-repeat center !important; }

/* ES */

	.flip_gamme ul li a.VWCC6_ES { background: url('../images/marque6/marque_coccinelle_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC6_ES { background: url('../images/marque6/marque_vw_actuelles_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB6_ES { background: url('../images/marque6/marque_combi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI6_ES { background: url('../images/marque6/marque_audi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW6_ES  { background: url('../images/marque6/marque_bmw_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT6_ES  { background: url('../images/marque6/marque_peugeot_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB6_ES  { background: url('../images/marque6/marque_librairie_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT6_ES  { background: url('../images/marque6/marque_outillage_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO6_ES  { background: url('../images/marque6/marque_autoradio_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA6_ES { background: url('../images/marque6/marque_mecatechnic_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM6_ES { background: url('../images/marque6/marque_boutique_ES_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC6_ES { background: url('../images/marque6/marque_coccinelle_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC6_ES { background: url('../images/marque6/marque_vw_actuelles_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB6_ES { background: url('../images/marque6/marque_combi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI6_ES { background: url('../images/marque6/marque_audi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW6_ES  { background: url('../images/marque6/marque_bmw_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT6_ES  { background: url('../images/marque6/marque_peugeot_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB6_ES  { background: url('../images/marque6/marque_librairie_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT6_ES  { background: url('../images/marque6/marque_outillage_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO6_ES  { background: url('../images/marque6/marque_autoradio_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA6_ES { background: url('../images/marque6/marque_mecatechnic_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM6_ES { background: url('../images/marque6/marque_boutique_ES_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC6_ES { background: url('../images/marque6/marque_coccinelle_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC6_ES { background: url('../images/marque6/marque_vw_actuelles_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB6_ES { background: url('../images/marque6/marque_combi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI6_ES { background: url('../images/marque6/marque_audi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW6_ES { background: url('../images/marque6/marque_bmw_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT6_ES { background: url('../images/marque6/marque_peugeot_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB6_ES { background: url('../images/marque6/marque_librairie_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT6_ES { background: url('../images/marque6/marque_outillage_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO6_ES { background: url('../images/marque6/marque_autoradio_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA6_ES { background: url('../images/marque6/marque_mecatechnic_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM6_ES { background: url('../images/marque6/marque_boutique_ES_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC6_ES { background: url('../images/marque6/marque_coccinelle_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC6_ES { background: url('../images/marque6/marque_vw_actuelles_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB6_ES { background: url('../images/marque6/marque_combi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI6_ES { background: url('../images/marque6/marque_audi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW6_ES { background: url('../images/marque6/marque_bmw_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT6_ES { background: url('../images/marque6/marque_peugeot_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB6_ES { background: url('../images/marque6/marque_librairie_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT6_ES { background: url('../images/marque6/marque_outillage_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO6_ES { background: url('../images/marque6/marque_autoradio_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA6_ES { background: url('../images/marque6/marque_mecatechnic_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM6_ES { background: url('../images/marque6/marque_boutique_ES_on.png') no-repeat center !important; }

/* GB */

	.flip_gamme ul li a.VWCC6_GB { background: url('../images/marque6/marque_coccinelle_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC6_GB { background: url('../images/marque6/marque_vw_actuelles_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB6_GB { background: url('../images/marque6/marque_combi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI6_GB { background: url('../images/marque6/marque_audi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW6_GB  { background: url('../images/marque6/marque_bmw_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT6_GB  { background: url('../images/marque6/marque_peugeot_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB6_GB  { background: url('../images/marque6/marque_librairie_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT6_GB  { background: url('../images/marque6/marque_outillage_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO6_GB  { background: url('../images/marque6/marque_autoradio_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA6_GB { background: url('../images/marque6/marque_mecatechnic_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM6_GB { background: url('../images/marque6/marque_boutique_GB_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC6_GB { background: url('../images/marque6/marque_coccinelle_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC6_GB { background: url('../images/marque6/marque_vw_actuelles_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB6_GB { background: url('../images/marque6/marque_combi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI6_GB { background: url('../images/marque6/marque_audi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW6_GB  { background: url('../images/marque6/marque_bmw_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT6_GB  { background: url('../images/marque6/marque_peugeot_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB6_GB  { background: url('../images/marque6/marque_librairie_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT6_GB  { background: url('../images/marque6/marque_outillage_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO6_GB  { background: url('../images/marque6/marque_autoradio_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA6_GB { background: url('../images/marque6/marque_mecatechnic_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM6_GB { background: url('../images/marque6/marque_boutique_GB_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC6_GB { background: url('../images/marque6/marque_coccinelle_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC6_GB { background: url('../images/marque6/marque_vw_actuelles_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB6_GB { background: url('../images/marque6/marque_combi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI6_GB { background: url('../images/marque6/marque_audi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW6_GB { background: url('../images/marque6/marque_bmw_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT6_GB { background: url('../images/marque6/marque_peugeot_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB6_GB { background: url('../images/marque6/marque_librairie_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT6_GB { background: url('../images/marque6/marque_outillage_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO6_GB { background: url('../images/marque6/marque_autoradio_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA6_GB { background: url('../images/marque6/marque_mecatechnic_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM6_GB { background: url('../images/marque6/marque_boutique_GB_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC6_GB { background: url('../images/marque6/marque_coccinelle_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC6_GB { background: url('../images/marque6/marque_vw_actuelles_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB6_GB { background: url('../images/marque6/marque_combi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI6_GB { background: url('../images/marque6/marque_audi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW6_GB { background: url('../images/marque6/marque_bmw_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT6_GB { background: url('../images/marque6/marque_peugeot_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB6_GB { background: url('../images/marque6/marque_librairie_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT6_GB { background: url('../images/marque6/marque_outillage_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO6_GB { background: url('../images/marque6/marque_autoradio_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA6_GB { background: url('../images/marque6/marque_mecatechnic_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM6_GB { background: url('../images/marque6/marque_boutique_GB_on.png') no-repeat center !important; }

/* marque7 */

	.flip_gamme ul li a.VWCC7_FR { background: url('../images/marque7/marque_coccinelle_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC7_FR { background: url('../images/marque7/marque_vw_actuelles_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB7_FR { background: url('../images/marque7/marque_combi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI7_FR { background: url('../images/marque7/marque_audi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW7_FR  { background: url('../images/marque7/marque_bmw_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT7_FR  { background: url('../images/marque7/marque_peugeot_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB7_FR  { background: url('../images/marque7/marque_librairie_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT7_FR  { background: url('../images/marque7/marque_outillage_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO7_FR  { background: url('../images/marque7/marque_autoradio_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA7_FR { background: url('../images/marque7/marque_mecatechnic_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM7_FR { background: url('../images/marque7/marque_boutique_FR_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC7_FR { background: url('../images/marque7/marque_coccinelle_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC7_FR { background: url('../images/marque7/marque_vw_actuelles_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB7_FR { background: url('../images/marque7/marque_combi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI7_FR { background: url('../images/marque7/marque_audi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW7_FR  { background: url('../images/marque7/marque_bmw_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT7_FR  { background: url('../images/marque7/marque_peugeot_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB7_FR  { background: url('../images/marque7/marque_librairie_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT7_FR  { background: url('../images/marque7/marque_outillage_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO7_FR  { background: url('../images/marque7/marque_autoradio_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA7_FR { background: url('../images/marque7/marque_mecatechnic_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM7_FR { background: url('../images/marque7/marque_boutique_FR_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC7_FR { background: url('../images/marque7/marque_coccinelle_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC7_FR { background: url('../images/marque7/marque_vw_actuelles_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB7_FR { background: url('../images/marque7/marque_combi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI7_FR { background: url('../images/marque7/marque_audi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW7_FR { background: url('../images/marque7/marque_bmw_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT7_FR { background: url('../images/marque7/marque_peugeot_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB7_FR { background: url('../images/marque7/marque_librairie_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT7_FR { background: url('../images/marque7/marque_outillage_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO7_FR { background: url('../images/marque7/marque_autoradio_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA7_FR { background: url('../images/marque7/marque_mecatechnic_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM7_FR { background: url('../images/marque7/marque_boutique_FR_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC7_FR { background: url('../images/marque7/marque_coccinelle_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC7_FR { background: url('../images/marque7/marque_vw_actuelles_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB7_FR { background: url('../images/marque7/marque_combi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI7_FR { background: url('../images/marque7/marque_audi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW7_FR { background: url('../images/marque7/marque_bmw_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT7_FR { background: url('../images/marque7/marque_peugeot_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB7_FR { background: url('../images/marque7/marque_librairie_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT7_FR { background: url('../images/marque7/marque_outillage_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO7_FR { background: url('../images/marque7/marque_autoradio_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA7_FR { background: url('../images/marque7/marque_mecatechnic_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM7_FR { background: url('../images/marque7/marque_boutique_FR_on.png') no-repeat center !important; }

/* ES */

	.flip_gamme ul li a.VWCC7_ES { background: url('../images/marque7/marque_coccinelle_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC7_ES { background: url('../images/marque7/marque_vw_actuelles_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB7_ES { background: url('../images/marque7/marque_combi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI7_ES { background: url('../images/marque7/marque_audi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW7_ES  { background: url('../images/marque7/marque_bmw_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT7_ES  { background: url('../images/marque7/marque_peugeot_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB7_ES  { background: url('../images/marque7/marque_librairie_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT7_ES  { background: url('../images/marque7/marque_outillage_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO7_ES  { background: url('../images/marque7/marque_autoradio_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA7_ES { background: url('../images/marque7/marque_mecatechnic_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM7_ES { background: url('../images/marque7/marque_boutique_ES_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC7_ES { background: url('../images/marque7/marque_coccinelle_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC7_ES { background: url('../images/marque7/marque_vw_actuelles_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB7_ES { background: url('../images/marque7/marque_combi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI7_ES { background: url('../images/marque7/marque_audi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW7_ES  { background: url('../images/marque7/marque_bmw_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT7_ES  { background: url('../images/marque7/marque_peugeot_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB7_ES  { background: url('../images/marque7/marque_librairie_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT7_ES  { background: url('../images/marque7/marque_outillage_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO7_ES  { background: url('../images/marque7/marque_autoradio_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA7_ES { background: url('../images/marque7/marque_mecatechnic_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM7_ES { background: url('../images/marque7/marque_boutique_ES_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC7_ES { background: url('../images/marque7/marque_coccinelle_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC7_ES { background: url('../images/marque7/marque_vw_actuelles_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB7_ES { background: url('../images/marque7/marque_combi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI7_ES { background: url('../images/marque7/marque_audi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW7_ES { background: url('../images/marque7/marque_bmw_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT7_ES { background: url('../images/marque7/marque_peugeot_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB7_ES { background: url('../images/marque7/marque_librairie_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT7_ES { background: url('../images/marque7/marque_outillage_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO7_ES { background: url('../images/marque7/marque_autoradio_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA7_ES { background: url('../images/marque7/marque_mecatechnic_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM7_ES { background: url('../images/marque7/marque_boutique_ES_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC7_ES { background: url('../images/marque7/marque_coccinelle_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC7_ES { background: url('../images/marque7/marque_vw_actuelles_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB7_ES { background: url('../images/marque7/marque_combi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI7_ES { background: url('../images/marque7/marque_audi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW7_ES { background: url('../images/marque7/marque_bmw_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT7_ES { background: url('../images/marque7/marque_peugeot_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB7_ES { background: url('../images/marque7/marque_librairie_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT7_ES { background: url('../images/marque7/marque_outillage_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO7_ES { background: url('../images/marque7/marque_autoradio_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA7_ES { background: url('../images/marque7/marque_mecatechnic_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM7_ES { background: url('../images/marque7/marque_boutique_ES_on.png') no-repeat center !important; }

/* GB */

	.flip_gamme ul li a.VWCC7_GB { background: url('../images/marque7/marque_coccinelle_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC7_GB { background: url('../images/marque7/marque_vw_actuelles_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB7_GB { background: url('../images/marque7/marque_combi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI7_GB { background: url('../images/marque7/marque_audi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW7_GB  { background: url('../images/marque7/marque_bmw_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT7_GB  { background: url('../images/marque7/marque_peugeot_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB7_GB  { background: url('../images/marque7/marque_librairie_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT7_GB  { background: url('../images/marque7/marque_outillage_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO7_GB  { background: url('../images/marque7/marque_autoradio_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA7_GB { background: url('../images/marque7/marque_mecatechnic_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM7_GB { background: url('../images/marque7/marque_boutique_GB_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC7_GB { background: url('../images/marque7/marque_coccinelle_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC7_GB { background: url('../images/marque7/marque_vw_actuelles_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB7_GB { background: url('../images/marque7/marque_combi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI7_GB { background: url('../images/marque7/marque_audi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW7_GB  { background: url('../images/marque7/marque_bmw_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT7_GB  { background: url('../images/marque7/marque_peugeot_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB7_GB  { background: url('../images/marque7/marque_librairie_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT7_GB  { background: url('../images/marque7/marque_outillage_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO7_GB  { background: url('../images/marque7/marque_autoradio_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA7_GB { background: url('../images/marque7/marque_mecatechnic_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM7_GB { background: url('../images/marque7/marque_boutique_GB_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC7_GB { background: url('../images/marque7/marque_coccinelle_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC7_GB { background: url('../images/marque7/marque_vw_actuelles_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB7_GB { background: url('../images/marque7/marque_combi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI7_GB { background: url('../images/marque7/marque_audi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW7_GB { background: url('../images/marque7/marque_bmw_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT7_GB { background: url('../images/marque7/marque_peugeot_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB7_GB { background: url('../images/marque7/marque_librairie_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT7_GB { background: url('../images/marque7/marque_outillage_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO7_GB { background: url('../images/marque7/marque_autoradio_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA7_GB { background: url('../images/marque7/marque_mecatechnic_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM7_GB { background: url('../images/marque7/marque_boutique_GB_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC7_GB { background: url('../images/marque7/marque_coccinelle_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC7_GB { background: url('../images/marque7/marque_vw_actuelles_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB7_GB { background: url('../images/marque7/marque_combi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI7_GB { background: url('../images/marque7/marque_audi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW7_GB { background: url('../images/marque7/marque_bmw_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT7_GB { background: url('../images/marque7/marque_peugeot_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB7_GB { background: url('../images/marque7/marque_librairie_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT7_GB { background: url('../images/marque7/marque_outillage_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO7_GB { background: url('../images/marque7/marque_autoradio_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA7_GB { background: url('../images/marque7/marque_mecatechnic_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM7_GB { background: url('../images/marque7/marque_boutique_GB_on.png') no-repeat center !important; }

/* marque8 */

	.flip_gamme ul li a.VWCC8_FR { background: url('../images/marque8/marque_coccinelle_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC8_FR { background: url('../images/marque8/marque_vw_actuelles_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB8_FR { background: url('../images/marque8/marque_combi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI8_FR { background: url('../images/marque8/marque_audi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW8_FR  { background: url('../images/marque8/marque_bmw_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT8_FR  { background: url('../images/marque8/marque_peugeot_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB8_FR  { background: url('../images/marque8/marque_librairie_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT8_FR  { background: url('../images/marque8/marque_outillage_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO8_FR  { background: url('../images/marque8/marque_autoradio_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA8_FR { background: url('../images/marque8/marque_mecatechnic_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM8_FR { background: url('../images/marque8/marque_boutique_FR_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC8_FR { background: url('../images/marque8/marque_coccinelle_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC8_FR { background: url('../images/marque8/marque_vw_actuelles_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB8_FR { background: url('../images/marque8/marque_combi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI8_FR { background: url('../images/marque8/marque_audi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW8_FR  { background: url('../images/marque8/marque_bmw_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT8_FR  { background: url('../images/marque8/marque_peugeot_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB8_FR  { background: url('../images/marque8/marque_librairie_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT8_FR  { background: url('../images/marque8/marque_outillage_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO8_FR  { background: url('../images/marque8/marque_autoradio_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA8_FR { background: url('../images/marque8/marque_mecatechnic_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM8_FR { background: url('../images/marque8/marque_boutique_FR_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC8_FR { background: url('../images/marque8/marque_coccinelle_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC8_FR { background: url('../images/marque8/marque_vw_actuelles_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB8_FR { background: url('../images/marque8/marque_combi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI8_FR { background: url('../images/marque8/marque_audi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW8_FR { background: url('../images/marque8/marque_bmw_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT8_FR { background: url('../images/marque8/marque_peugeot_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB8_FR { background: url('../images/marque8/marque_librairie_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT8_FR { background: url('../images/marque8/marque_outillage_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO8_FR { background: url('../images/marque8/marque_autoradio_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA8_FR { background: url('../images/marque8/marque_mecatechnic_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM8_FR { background: url('../images/marque8/marque_boutique_FR_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC8_FR { background: url('../images/marque8/marque_coccinelle_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC8_FR { background: url('../images/marque8/marque_vw_actuelles_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB8_FR { background: url('../images/marque8/marque_combi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI8_FR { background: url('../images/marque8/marque_audi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW8_FR { background: url('../images/marque8/marque_bmw_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT8_FR { background: url('../images/marque8/marque_peugeot_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB8_FR { background: url('../images/marque8/marque_librairie_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT8_FR { background: url('../images/marque8/marque_outillage_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO8_FR { background: url('../images/marque8/marque_autoradio_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA8_FR { background: url('../images/marque8/marque_mecatechnic_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM8_FR { background: url('../images/marque8/marque_boutique_FR_on.png') no-repeat center !important; }

/* ES */

	.flip_gamme ul li a.VWCC8_ES { background: url('../images/marque8/marque_coccinelle_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC8_ES { background: url('../images/marque8/marque_vw_actuelles_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB8_ES { background: url('../images/marque8/marque_combi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI8_ES { background: url('../images/marque8/marque_audi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW8_ES  { background: url('../images/marque8/marque_bmw_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT8_ES  { background: url('../images/marque8/marque_peugeot_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB8_ES  { background: url('../images/marque8/marque_librairie_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT8_ES  { background: url('../images/marque8/marque_outillage_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO8_ES  { background: url('../images/marque8/marque_autoradio_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA8_ES { background: url('../images/marque8/marque_mecatechnic_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM8_ES { background: url('../images/marque8/marque_boutique_ES_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC8_ES { background: url('../images/marque8/marque_coccinelle_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC8_ES { background: url('../images/marque8/marque_vw_actuelles_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB8_ES { background: url('../images/marque8/marque_combi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI8_ES { background: url('../images/marque8/marque_audi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW8_ES  { background: url('../images/marque8/marque_bmw_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT8_ES  { background: url('../images/marque8/marque_peugeot_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB8_ES  { background: url('../images/marque8/marque_librairie_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT8_ES  { background: url('../images/marque8/marque_outillage_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO8_ES  { background: url('../images/marque8/marque_autoradio_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA8_ES { background: url('../images/marque8/marque_mecatechnic_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM8_ES { background: url('../images/marque8/marque_boutique_ES_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC8_ES { background: url('../images/marque8/marque_coccinelle_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC8_ES { background: url('../images/marque8/marque_vw_actuelles_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB8_ES { background: url('../images/marque8/marque_combi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI8_ES { background: url('../images/marque8/marque_audi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW8_ES { background: url('../images/marque8/marque_bmw_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT8_ES { background: url('../images/marque8/marque_peugeot_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB8_ES { background: url('../images/marque8/marque_librairie_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT8_ES { background: url('../images/marque8/marque_outillage_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO8_ES { background: url('../images/marque8/marque_autoradio_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA8_ES { background: url('../images/marque8/marque_mecatechnic_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM8_ES { background: url('../images/marque8/marque_boutique_ES_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC8_ES { background: url('../images/marque8/marque_coccinelle_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC8_ES { background: url('../images/marque8/marque_vw_actuelles_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB8_ES { background: url('../images/marque8/marque_combi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI8_ES { background: url('../images/marque8/marque_audi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW8_ES { background: url('../images/marque8/marque_bmw_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT8_ES { background: url('../images/marque8/marque_peugeot_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB8_ES { background: url('../images/marque8/marque_librairie_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT8_ES { background: url('../images/marque8/marque_outillage_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO8_ES { background: url('../images/marque8/marque_autoradio_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA8_ES { background: url('../images/marque8/marque_mecatechnic_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM8_ES { background: url('../images/marque8/marque_boutique_ES_on.png') no-repeat center !important; }

/* GB */

	.flip_gamme ul li a.VWCC8_GB { background: url('../images/marque8/marque_coccinelle_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC8_GB { background: url('../images/marque8/marque_vw_actuelles_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB8_GB { background: url('../images/marque8/marque_combi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI8_GB { background: url('../images/marque8/marque_audi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW8_GB  { background: url('../images/marque8/marque_bmw_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT8_GB  { background: url('../images/marque8/marque_peugeot_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB8_GB  { background: url('../images/marque8/marque_librairie_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT8_GB  { background: url('../images/marque8/marque_outillage_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO8_GB  { background: url('../images/marque8/marque_autoradio_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA8_GB { background: url('../images/marque8/marque_mecatechnic_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM8_GB { background: url('../images/marque8/marque_boutique_GB_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC8_GB { background: url('../images/marque8/marque_coccinelle_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC8_GB { background: url('../images/marque8/marque_vw_actuelles_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB8_GB { background: url('../images/marque8/marque_combi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI8_GB { background: url('../images/marque8/marque_audi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW8_GB  { background: url('../images/marque8/marque_bmw_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT8_GB  { background: url('../images/marque8/marque_peugeot_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB8_GB  { background: url('../images/marque8/marque_librairie_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT8_GB  { background: url('../images/marque8/marque_outillage_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO8_GB  { background: url('../images/marque8/marque_autoradio_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA8_GB { background: url('../images/marque8/marque_mecatechnic_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM8_GB { background: url('../images/marque8/marque_boutique_GB_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC8_GB { background: url('../images/marque8/marque_coccinelle_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC8_GB { background: url('../images/marque8/marque_vw_actuelles_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB8_GB { background: url('../images/marque8/marque_combi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI8_GB { background: url('../images/marque8/marque_audi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW8_GB { background: url('../images/marque8/marque_bmw_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT8_GB { background: url('../images/marque8/marque_peugeot_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB8_GB { background: url('../images/marque8/marque_librairie_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT8_GB { background: url('../images/marque8/marque_outillage_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO8_GB { background: url('../images/marque8/marque_autoradio_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA8_GB { background: url('../images/marque8/marque_mecatechnic_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM8_GB { background: url('../images/marque8/marque_boutique_GB_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC8_GB { background: url('../images/marque8/marque_coccinelle_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC8_GB { background: url('../images/marque8/marque_vw_actuelles_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB8_GB { background: url('../images/marque8/marque_combi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI8_GB { background: url('../images/marque8/marque_audi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW8_GB { background: url('../images/marque8/marque_bmw_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT8_GB { background: url('../images/marque8/marque_peugeot_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB8_GB { background: url('../images/marque8/marque_librairie_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT8_GB { background: url('../images/marque8/marque_outillage_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO8_GB { background: url('../images/marque8/marque_autoradio_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA8_GB { background: url('../images/marque8/marque_mecatechnic_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM8_GB { background: url('../images/marque8/marque_boutique_GB_on.png') no-repeat center !important; }

/* marque9 */

	.flip_gamme ul li a.VWCC9_FR { background: url('../images/marque9/marque_coccinelle_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC9_FR { background: url('../images/marque9/marque_vw_actuelles_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB9_FR { background: url('../images/marque9/marque_combi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI9_FR { background: url('../images/marque9/marque_audi_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW9_FR  { background: url('../images/marque9/marque_bmw_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT9_FR  { background: url('../images/marque9/marque_peugeot_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB9_FR  { background: url('../images/marque9/marque_librairie_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT9_FR  { background: url('../images/marque9/marque_outillage_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO9_FR  { background: url('../images/marque9/marque_autoradio_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA9_FR { background: url('../images/marque9/marque_mecatechnic_FR_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM9_FR { background: url('../images/marque9/marque_boutique_FR_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC9_FR { background: url('../images/marque9/marque_coccinelle_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC9_FR { background: url('../images/marque9/marque_vw_actuelles_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB9_FR { background: url('../images/marque9/marque_combi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI9_FR { background: url('../images/marque9/marque_audi_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW9_FR  { background: url('../images/marque9/marque_bmw_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT9_FR  { background: url('../images/marque9/marque_peugeot_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB9_FR  { background: url('../images/marque9/marque_librairie_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT9_FR  { background: url('../images/marque9/marque_outillage_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO9_FR  { background: url('../images/marque9/marque_autoradio_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA9_FR { background: url('../images/marque9/marque_mecatechnic_FR_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM9_FR { background: url('../images/marque9/marque_boutique_FR_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC9_FR { background: url('../images/marque9/marque_coccinelle_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC9_FR { background: url('../images/marque9/marque_vw_actuelles_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB9_FR { background: url('../images/marque9/marque_combi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI9_FR { background: url('../images/marque9/marque_audi_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW9_FR { background: url('../images/marque9/marque_bmw_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT9_FR { background: url('../images/marque9/marque_peugeot_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB9_FR { background: url('../images/marque9/marque_librairie_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT9_FR { background: url('../images/marque9/marque_outillage_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO9_FR { background: url('../images/marque9/marque_autoradio_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA9_FR { background: url('../images/marque9/marque_mecatechnic_FR_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM9_FR { background: url('../images/marque9/marque_boutique_FR_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC9_FR { background: url('../images/marque9/marque_coccinelle_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC9_FR { background: url('../images/marque9/marque_vw_actuelles_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB9_FR { background: url('../images/marque9/marque_combi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI9_FR { background: url('../images/marque9/marque_audi_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW9_FR { background: url('../images/marque9/marque_bmw_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT9_FR { background: url('../images/marque9/marque_peugeot_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB9_FR { background: url('../images/marque9/marque_librairie_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT9_FR { background: url('../images/marque9/marque_outillage_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO9_FR { background: url('../images/marque9/marque_autoradio_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA9_FR { background: url('../images/marque9/marque_mecatechnic_FR_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM9_FR { background: url('../images/marque9/marque_boutique_FR_on.png') no-repeat center !important; }

/* ES */

	.flip_gamme ul li a.VWCC9_ES { background: url('../images/marque9/marque_coccinelle_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC9_ES { background: url('../images/marque9/marque_vw_actuelles_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB9_ES { background: url('../images/marque9/marque_combi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI9_ES { background: url('../images/marque9/marque_audi_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW9_ES  { background: url('../images/marque9/marque_bmw_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT9_ES  { background: url('../images/marque9/marque_peugeot_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB9_ES  { background: url('../images/marque9/marque_librairie_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT9_ES  { background: url('../images/marque9/marque_outillage_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO9_ES  { background: url('../images/marque9/marque_autoradio_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA9_ES { background: url('../images/marque9/marque_mecatechnic_ES_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM9_ES { background: url('../images/marque9/marque_boutique_ES_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC9_ES { background: url('../images/marque9/marque_coccinelle_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC9_ES { background: url('../images/marque9/marque_vw_actuelles_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB9_ES { background: url('../images/marque9/marque_combi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI9_ES { background: url('../images/marque9/marque_audi_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW9_ES  { background: url('../images/marque9/marque_bmw_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT9_ES  { background: url('../images/marque9/marque_peugeot_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB9_ES  { background: url('../images/marque9/marque_librairie_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT9_ES  { background: url('../images/marque9/marque_outillage_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO9_ES  { background: url('../images/marque9/marque_autoradio_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA9_ES { background: url('../images/marque9/marque_mecatechnic_ES_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM9_ES { background: url('../images/marque9/marque_boutique_ES_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC9_ES { background: url('../images/marque9/marque_coccinelle_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC9_ES { background: url('../images/marque9/marque_vw_actuelles_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB9_ES { background: url('../images/marque9/marque_combi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI9_ES { background: url('../images/marque9/marque_audi_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW9_ES { background: url('../images/marque9/marque_bmw_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT9_ES { background: url('../images/marque9/marque_peugeot_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB9_ES { background: url('../images/marque9/marque_librairie_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT9_ES { background: url('../images/marque9/marque_outillage_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO9_ES { background: url('../images/marque9/marque_autoradio_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA9_ES { background: url('../images/marque9/marque_mecatechnic_ES_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM9_ES { background: url('../images/marque9/marque_boutique_ES_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC9_ES { background: url('../images/marque9/marque_coccinelle_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC9_ES { background: url('../images/marque9/marque_vw_actuelles_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB9_ES { background: url('../images/marque9/marque_combi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI9_ES { background: url('../images/marque9/marque_audi_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW9_ES { background: url('../images/marque9/marque_bmw_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT9_ES { background: url('../images/marque9/marque_peugeot_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB9_ES { background: url('../images/marque9/marque_librairie_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT9_ES { background: url('../images/marque9/marque_outillage_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO9_ES { background: url('../images/marque9/marque_autoradio_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA9_ES { background: url('../images/marque9/marque_mecatechnic_ES_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM9_ES { background: url('../images/marque9/marque_boutique_ES_on.png') no-repeat center !important; }

/* GB */

	.flip_gamme ul li a.VWCC9_GB { background: url('../images/marque9/marque_coccinelle_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWAC9_GB { background: url('../images/marque9/marque_vw_actuelles_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.VWCB9_GB { background: url('../images/marque9/marque_combi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUDI9_GB { background: url('../images/marque9/marque_audi_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.BMW9_GB  { background: url('../images/marque9/marque_bmw_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.PGT9_GB  { background: url('../images/marque9/marque_peugeot_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.LIB9_GB  { background: url('../images/marque9/marque_librairie_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.OUT9_GB  { background: url('../images/marque9/marque_outillage_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.AUTORADIO9_GB  { background: url('../images/marque9/marque_autoradio_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li a.MECA9_GB { background: url('../images/marque9/marque_mecatechnic_GB_off.jpg') no-repeat center; }
	.flip_gamme ul li2 a.BDM9_GB { background: url('../images/marque9/marque_boutique_GB_off.png') no-repeat center; }
	
		.flip_gamme ul li.reducing a.VWCC9_GB { background: url('../images/marque9/marque_coccinelle_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWAC9_GB { background: url('../images/marque9/marque_vw_actuelles_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.VWCB9_GB { background: url('../images/marque9/marque_combi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUDI9_GB { background: url('../images/marque9/marque_audi_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.BMW9_GB  { background: url('../images/marque9/marque_bmw_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.PGT9_GB  { background: url('../images/marque9/marque_peugeot_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.LIB9_GB  { background: url('../images/marque9/marque_librairie_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.OUT9_GB  { background: url('../images/marque9/marque_outillage_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.AUTORADIO9_GB  { background: url('../images/marque9/marque_autoradio_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li.reducing a.MECA9_GB { background: url('../images/marque9/marque_mecatechnic_GB_off.jpg') no-repeat center !important; }
		.flip_gamme ul li2.reducing a.BDM9_GB { background: url('../images/marque9/marque_boutique_GB_off.png') no-repeat center !important; }
		
	.flip_gamme ul li a:hover.VWCC9_GB { background: url('../images/marque9/marque_coccinelle_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWAC9_GB { background: url('../images/marque9/marque_vw_actuelles_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.VWCB9_GB { background: url('../images/marque9/marque_combi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUDI9_GB { background: url('../images/marque9/marque_audi_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.BMW9_GB { background: url('../images/marque9/marque_bmw_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.PGT9_GB { background: url('../images/marque9/marque_peugeot_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.LIB9_GB { background: url('../images/marque9/marque_librairie_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.OUT9_GB { background: url('../images/marque9/marque_outillage_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.AUTORADIO9_GB { background: url('../images/marque9/marque_autoradio_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li a:hover.MECA9_GB { background: url('../images/marque9/marque_mecatechnic_GB_on.jpg') no-repeat center; }
	.flip_gamme ul li2 a:hover.BDM9_GB { background: url('../images/marque9/marque_boutique_GB_on.png') no-repeat center; }
	
		.flip_gamme ul li.growing a.VWCC9_GB { background: url('../images/marque9/marque_coccinelle_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWAC9_GB { background: url('../images/marque9/marque_vw_actuelles_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.VWCB9_GB { background: url('../images/marque9/marque_combi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUDI9_GB { background: url('../images/marque9/marque_audi_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.BMW9_GB { background: url('../images/marque9/marque_bmw_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.PGT9_GB { background: url('../images/marque9/marque_peugeot_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.LIB9_GB { background: url('../images/marque9/marque_librairie_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.OUT9_GB { background: url('../images/marque9/marque_outillage_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.AUTORADIO9_GB { background: url('../images/marque9/marque_autoradio_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li.growing a.MECA9_GB { background: url('../images/marque9/marque_mecatechnic_GB_on.jpg') no-repeat center !important; }
		.flip_gamme ul li2.growing a.BDM9_GB { background: url('../images/marque9/marque_boutique_GB_on.png') no-repeat center !important; }
		
		
/**********************************/
/*			PAGE MARQUE			  */
/**********************************/



/* 2.1 MENU
***********************************/
/* MENU HAUT */
.ss_menu li ul {
	z-index:4;
}

/* MENU GAMME */
.menu_gamme {
	float:			left;
	width:			194px;
	border-right:	1px solid #afafb1;
	color:			#FFF;
	min-height:		371px;
}
	.menu_gamme h1 {
		font-size:		11px;
		font-weight:	bold;
		color:			#FFF;
		text-transform:	uppercase;
		padding:		5px 0 3px 7px;
		margin:			0;
		background:		#152f46;
		border-bottom:	1px #FFF solid;
	}

	.menu_gamme h1 a {
		color:			#FFF;
	}

	.menu_gamme h1 a:hover {
		color:			#FFF;
		text-decoration:underline;
	}
	
	
	
/* MENU HAUT */
.ss_menu {
	background: 		url('../images/background/bg_menu_haut.png') repeat-x 0 0;
	width: 				100%;
	height:				22px;
}
.ss_menu ul{
	margin: 			0;
	padding: 			0;
	list-style-type: 	none;
}
.ss_menu li{
	display: 			inline;
	float: 				left;
	z-index:			1;
}
.ss_menu ul li.separator{
	height:				5px;
	background:			#d3d3d3;
}
.ss_menu li a{
	display: 			block;
	color: 				#696564;
	padding: 			0 10px;
	height:				21px;
	border-width:		1px 1px 0;
	border-color:		#fff #999 #fff #FFF;
	border-style:		solid; 
	color: 				#2d2b2b;
	text-decoration: 	none;
	font-weight:		bold;
	line-height:		170%;
}

.ss_menu li a .date{
	color: 				#34A7FA;
	margin-left: 		7px;
}


.ss_menu li a:hover{
	color: 				#5a5656;
	border-color:		#999 #fff #999 #999;
}


.ss_menu li .news a{
	display: 			block;
	padding: 			0 10px;
	height:				21px;
	border-width:		1px 1px 0;
	border-color:		#fff #999 #fff #FFF;
	border-style:		solid; 
	color: 				#FF8400;
	text-decoration: 	none;
	font-weight:		bold;
	line-height:		170%;
}

.ss_menu li .news a:hover{
	color: 				#FF8400;
	border-color:		#999 #fff #999 #999;
}

.ss_menu li .promo a{
	display: 			block;
	padding: 			0 10px;
	height:				21px;
	border-width:		1px 1px 0;
	border-color:		#fff #999 #fff #FFF;
	border-style:		solid; 
	color: 				#EA353E;
	text-decoration: 	none;
	font-weight:		bold;
	line-height:		170%;
}

.ss_menu li .promo a:hover{
	color: 				#EA353E;
	border-color:		#999 #fff #999 #999;
}

.ss_menu li .vente_flash a{
	display: 			block;
	padding: 			0 10px;
	height:				21px;
	border-width:		1px 1px 0;
	border-color:		#fff #999 #fff #FFF;
	border-style:		solid; 
	color: 				#0000FF;
	text-decoration: 	blink;
	font-weight:		bold;
	line-height:		170%;
}

.ss_menu li .vente_flash a:hover{
	color: 				#0000FF;
	border-color:		#999 #fff #999 #999;
}

.ss_menu li .idees_cadeaux a{
	display: 			block;
	padding: 			0 10px;
	height:				21px;
	border-width:		1px 1px 0;
	border-color:		#fff #999 #fff #FFF;
	border-style:		solid; 
	color: 				#c01e89;
	text-decoration: 	none;
	font-weight:		bold;
	line-height:		170%;
}

.ss_menu li .idees_cadeaux a:hover{
	color: 				#c01e89;
	border-color:		#999 #fff #999 #999;
}


.ss_menu .current,
.ss_menu .ishover{

}

.ss_menu li ul {
	background:			#d3d3d3;
	position: 			absolute;
	left:				auto;
	display: 			none;
	border:				1px #a0b3c2 solid;
	padding:			3px;
	z-index:			100;
}
.ss_menu li li{
	display: 			list-item;
	float: 				none;
	background:			#fff;
}
.ss_menu li li a {
	width: 				180px;
	padding: 			0 5px;
	margin: 			0;
	color:				#696564;
	line-height:		170%;
	border:				1px #fff solid;
}

.ss_menu li li a .date{
	color: 				#34A7FA;
	margin-left: 		7px;
}


.ss_menu li li a:hover {
	border:				1px #a0b3c1 solid;
	color:				#5a5656;
	background:			url('../images/background/bg_ssmenu_haut.gif') repeat-x bottom;
}
.ss_menu li li ul{
	top: 				auto;
	right: 				-197px;
	margin:				-22px 0 0;
	opacity:			0.9;
}




/* MENU GAUCHE */
.menu_gamme ul{
	padding:		5px 0 5px; /*marge autour du menu 5: haut, 0, 5: bas */
	border-bottom:	1px #ccc solid;
	margin:			0 0 5px; /*ajout d'une marge en dessous du menu total*/
	z-index:          10;
    position:         relative;

}
.menu_gamme li{
	margin:		1px 0;
	display:	inline;
	z-index:    11;
}

.menu_gamme li a{
	color:			#FFF;
	font-size:		11.5px; /*11px*/
	display:		block;
	width:			187px;
	padding:		6px 0 6px 7px; /*3px 0 3px 7px;*/
}

.menu_gamme li a:hover{
	color:				#FFF;
	background:			#4c7799 url('../images/background/arrow_menu.gif') no-repeat 97% 55%;
	text-decoration:	none;
}

.menu_gamme li ul {
/*    padding:          1px 0 5px 0;
      border-bottom:    none;
      position:         absolute;
      border:           1px #ccc solid;
      width:            190px;
      right:            -192px;
      margin:           -25px 0 0 194px;
      background:       #16242d url('../images/background/bg_menu_audi.jpg') no-repeat center bottom;     
*/

	padding:		0 0 0 15px;
	display:		block;
	opacity:		0.9;
	z-index:		12;
	
}
.menu_gamme li ul ul {
	opacity:		1 !important;
	margin:			-30px 0 0 400px !important;
}
.menu_gamme li li{
	margin:		1px 0;
	display:	inline;
	
}

.menu_gamme li li a {
	background:			none;
	font-style:			italic;
	width:				auto;
}
.menu_gamme li li a:hover {
	color:				#000 !important;
	background:			url('../images/background/bg_ss_menu.gif') no-repeat right;
	text-decoration:	none;
}



	.menu_gamme .promo_link {
		color:			#fc4865;
		display:		block;
		padding:		6px 0 6px 7px; /*3px 0 3px 7px;*/
		font-weight:	bold;
	}
	.menu_gamme .news_link {
		color:			#29b701;
		display:		block;
		padding:		6px 0 6px 7px; /*3px 0 3px 7px;*/
		font-weight:	bold;
	}
	.menu_gamme .promo_link:hover {
		color:			#fc4865;
	}
	.menu_gamme .news_link:hover {
		color:			#29b701;
	}
	



	
/* 2.2 CONTENU PAGE
***********************************/	
.content_gamme {
	width:				750px; 			/* Total - largeur menu -3 (3px Gap bug ) */
	margin:				0 0 0 0px;
	padding:			3px 0 0 9px;
}
	.ariane {
		color:				#000;
		font-size:			10px;
		margin:				0;
	}

/* 2.2.A  MODELE DE BLOC PAGE MARQUE
***************************************/


	/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
	.bloc_news {}
		.bloc_news .corners {}
	.bloc_promo {}
		.bloc_promo .corners {}
	.bloc_vente_flash {}
		.bloc_vente_flash .corners {}
	.bloc_entretien {}
		.bloc_entretien .corners {}
	.bloc_vwclassic {}
		.bloc_vwclassic .corners {}
	.bloc_cadeaux {}
		.bloc_cadeaux .corners {}
	
	.size3x2 {
		width:				236px;
		height:				193px;
		margin:				4px;
	}
	.size2x2 {
		width:				361px;
		height:				193px;
		margin:				4px;
	}
	.size1x2 {
		width:				361px;
		height:				400px;
		margin:				4px;
	}

	.size2x1 {
		width:				486px;
		height:				193px;
		margin:				4px;
	}
	
	.bloc_left {
		float:				left;
		display:			inline;
		position:			relative;
		z-index:			2;
	}
	.bloc_right {
		float:				right;
		display:			inline;
		position:			relative;
		z-index:			2;
	}
	
	.corner-top {
		border:			1px #999 solid;
		border-width:	1px 0;
		height:			100%;
		width:			100%;
		padding:		3px 2px;
		position:		absolute;
		top:			-4px;
		left:			-2px;
		z-index:		-1;
	}
	.corner-left {
		border:			1px #999 solid;
		border-width:	0 1px;
		height:			100%;
		width:			100%;
		padding:		2px 3px;
		position:		absolute;
		top:			-2px;
		left:			-4px;
		z-index:		-1;
	}
	
/* 2.2.B  CONTENU DES BLOC TYPE
***************************************/	
	
/* TITRE ZONE */
.titre_bloc {
	margin:			5px;
	padding:		0 0 5px;
	border:			1px #ccc solid;
	border-width:	0 0 1px ;
}
	
/* CONTENT  ZONE */	
.bloc_content {
	margin:5px;
	text-align:left;
	font-size:11px;
}
.bloc_center {
	text-align:center;
}


/* CART ZONE */
.cart_zone {
	text-align:		center;
	margin:			5px;
	padding:		5px 0 0;
	border:			1px #ccc solid;
	border-width:	1px 0 0;
}
.cart_zone .prix {
	font-weight:	bold;
	color:			#F00;
	margin:			0 10px 0 0; 
	font-size:		13px;
}
.cart_zone label {
	color:			#444;
}
.cart_zone #cart_qty {
	width:			25px;
	border:			1px #bcced8 solid;
	color:			#848685;
	margin:			0 10px 0 0;
}


/* 2.3 MARQUE AUDI
***********************************/
#content.gamme_audi {
	background: 	#68ACCF url('../images/background/bg_marque_audi.jpg') no-repeat 0 62px; /*couleur fond droit droit*/
}

.gamme_audi .bg_color_gauche {
	background: 	#1D2226 url('../images/background/bg_menu_audi.jpg') no-repeat 0 0;
}

.gamme_audi .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_audi.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1; /* mettre à 0*/
	color:			#FFF;
}
	.gamme_audi .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2226;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_audi {
	background: 	#68adcf url('../images/background/bg_marque_audi.jpg') no-repeat;
}

.liste_gamme .ariane{ margin-left: 44px; }

.liste_gamme UL LI.titre_modele { width: auto; height:auto; background: none; float: none; 
 		font-style: italic;
		font-weight: 600;
		color: #163146;
		text-align: center; 
		font-size: 16px;
	}

	.liste_gamme UL{ margin: 0 auto; width: 664px; padding-right: 16px; margin-top: 20px; }
	.liste_gamme LI{
		width: 142px; height: 142px;
		padding: 4px;
		background:url(../images/bg_carre_gamme.png) no-repeat;
		float: left;
		margin: 0 0 14px 16px;
	}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_audi {}
	.bloc_audi .corners {}
	

/* A80 */

#content.gamme_A80 {
	background: 	#68ACCF url('../images/background/bg_marque_A80.jpg') no-repeat 0 62px; /*couleur fond droit droit*/
}

.gamme_A80 .bg_color_gauche {
	background: 	#1D2226 url('../images/background/bg_menu_A80.jpg') no-repeat 0 0;
}

.gamme_A80 .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_A80.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1; /* mettre à 0*/
	color:			#FFF;
}
	.gamme_A80 .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2226;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_A80 {
	background: 	#68adcf url('../images/background/bg_marque_A80.jpg') no-repeat;
}


/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_A80 {}
	.bloc_A80 .corners {}


/* A10 */

#content.gamme_A10 {
	background: 	#68ACCF url('../images/background/bg_marque_A10.jpg') no-repeat 0 62px; /*couleur fond droit droit*/
}

.gamme_A10 .bg_color_gauche {
	background: 	#1D2226 url('../images/background/bg_menu_A10.jpg') no-repeat 0 0;
}

.gamme_A10 .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_A10.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1; /* mettre à 0*/
	color:			#FFF;
}
	.gamme_A10 .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2226;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_A10 {
	background: 	#68adcf url('../images/background/bg_marque_A10.jpg') no-repeat;
}


/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_A10 {}
	.bloc_A10 .corners {}


/* A3L */

#content.gamme_A3L {
	background: 	#68ACCF url('../images/background/bg_marque_A3L.jpg') no-repeat 0 62px; /*couleur fond droit droit*/
}

.gamme_A3L .bg_color_gauche {
	background: 	#1D2226 url('../images/background/bg_menu_A3L.jpg') no-repeat 0 0;
}

.gamme_A3L .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_A3L.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1; /* mettre à 0*/
	color:			#FFF;
}
	.gamme_A3L .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2226;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_A3L {
	background: 	#68adcf url('../images/background/bg_marque_A3L.jpg') no-repeat;
}


/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_A3L {}
	.bloc_A3L .corners {}


/* A3P */


#content.gamme_A3P {
	background: 	#68ACCF url('../images/background/bg_marque_A3P.jpg') no-repeat 0 62px; /*couleur fond droit droit*/
}

.gamme_A3P .bg_color_gauche {
	background: 	#1D2226 url('../images/background/bg_menu_A3P.jpg') no-repeat 0 0;
}

.gamme_A3P .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_A3P.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1; /* mettre à 0*/
	color:			#FFF;
}
	.gamme_A3P .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2226;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_A3P {
	background: 	#68adcf url('../images/background/bg_marque_A3P.jpg') no-repeat;
}


/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_A3P {}
	.bloc_A3P .corners {}


/* A45 */

#content.gamme_A45 {
	background: 	#68ACCF url('../images/background/bg_marque_A45.jpg') no-repeat 0 62px; /*couleur fond droit droit*/
}

.gamme_A45 .bg_color_gauche {
	background: 	#1D2226 url('../images/background/bg_menu_A45.jpg') no-repeat 0 0;
}

.gamme_A45 .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_A45.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1; /* mettre à 0*/
	color:			#FFF;
}
	.gamme_A45 .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2226;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_A45 {
	background: 	#68adcf url('../images/background/bg_marque_A45.jpg') no-repeat;
}


/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_A45 {}
	.bloc_A45 .corners {}


/* A46 */


#content.gamme_A46 {
	background: 	#68ACCF url('../images/background/bg_marque_A46.jpg') no-repeat 0 62px; /*couleur fond droit droit*/
}

.gamme_A46 .bg_color_gauche {
	background: 	#1D2226 url('../images/background/bg_menu_A46.jpg') no-repeat 0 0;
}

.gamme_A46 .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_A46.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1; /* mettre à 0*/
	color:			#FFF;
}
	.gamme_A46 .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2226;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_A46 {
	background: 	#68adcf url('../images/background/bg_marque_A46.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_A46 {}
	.bloc_A46 .corners {}


/* A47 */

#content.gamme_A47 {
	background: 	#68ACCF url('../images/background/bg_marque_A47.jpg') no-repeat 0 62px; /*couleur fond droit droit*/
}

.gamme_A47 .bg_color_gauche {
	background: 	#1D2226 url('../images/background/bg_menu_A47.jpg') no-repeat 0 0;
}

.gamme_A47 .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_A47.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1; /* mettre à 0*/
	color:			#FFF;
}
	.gamme_A47 .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2226;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_A47 {
	background: 	#68adcf url('../images/background/bg_marque_A47.jpg') no-repeat;
}


/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_A47 {}
	.bloc_A47 .corners {}


/* A64 */

#content.gamme_A64 {
	background: 	#68ACCF url('../images/background/bg_marque_A64.jpg') no-repeat 0 62px; /*couleur fond droit droit*/
}

.gamme_A64 .bg_color_gauche {
	background: 	#1D2226 url('../images/background/bg_menu_A64.jpg') no-repeat 0 0;
}

.gamme_A64 .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_A64.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1; /* mettre à 0*/
	color:			#FFF;
}
	.gamme_A64 .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2226;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_A64 {
	background: 	#68adcf url('../images/background/bg_marque_A64.jpg') no-repeat;
}


/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_A64 {}
	.bloc_A64 .corners {}



/* A65 */

#content.gamme_A65 {
	background: 	#68ACCF url('../images/background/bg_marque_A65.jpg') no-repeat 0 62px; /*couleur fond droit droit*/
}

.gamme_A65 .bg_color_gauche {
	background: 	#1D2226 url('../images/background/bg_menu_A65.jpg') no-repeat 0 0;
}

.gamme_A65 .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_A65.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1; /* mettre à 0*/
	color:			#FFF;
}
	.gamme_A65 .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2226;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_A65 {
	background: 	#68adcf url('../images/background/bg_marque_A65.jpg') no-repeat;
}


/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_A65 {}
	.bloc_A65 .corners {}


/* A66 */


#content.gamme_A66 {
	background: 	#68ACCF url('../images/background/bg_marque_A65.jpg') no-repeat 0 62px; /*couleur fond droit droit*/
}

.gamme_A66 .bg_color_gauche {
	background: 	#1D2226 url('../images/background/bg_menu_A65.jpg') no-repeat 0 0;
}

.gamme_A66 .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_A65.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1; /* mettre à 0*/
	color:			#FFF;
}
	.gamme_A66 .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2226;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_A66 {
	background: 	#68adcf url('../images/background/bg_marque_A65.jpg') no-repeat;
}


/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_A66 {}
	.bloc_A66 .corners {}


/* A82 */

#content.gamme_A82 {
	background: 	#68ACCF url('../images/background/bg_marque_A82.jpg') no-repeat 0 62px; /*couleur fond droit droit*/
}

.gamme_A82 .bg_color_gauche {
	background: 	#1D2226 url('../images/background/bg_menu_A82.jpg') no-repeat 0 0;
}

.gamme_A82 .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_A82.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1; /* mettre à 0*/
	color:			#FFF;
}
	.gamme_A82 .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2226;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_A82 {
	background: 	#68adcf url('../images/background/bg_marque_A82.jpg') no-repeat;
}


/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_A82 {}
	.bloc_A82 .corners {}



/* A83 */

#content.gamme_A83 {
	background: 	#68ACCF url('../images/background/bg_marque_A83.jpg') no-repeat 0 62px; /*couleur fond droit droit*/
}

.gamme_A83 .bg_color_gauche {
	background: 	#1D2226 url('../images/background/bg_menu_A83.jpg') no-repeat 0 0;
}

.gamme_A83 .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_A83.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1; /* mettre à 0*/
	color:			#FFF;
}
	.gamme_A83 .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2226;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_A83 {
	background: 	#68adcf url('../images/background/bg_marque_A83.jpg') no-repeat;
}


/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_A83 {}
	.bloc_A83 .corners {}


/* TTN */


#content.gamme_TTN {
	background: 	#68ACCF url('../images/background/bg_marque_TTN.jpg') no-repeat 0 62px; /*couleur fond droit droit*/
}

.gamme_TTN .bg_color_gauche {
	background: 	#1D2226 url('../images/background/bg_menu_TTN.jpg') no-repeat 0 0;
}

.gamme_TTN .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_TTN.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1; /* mettre à 0*/
	color:			#FFF;
}
	.gamme_TTN .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2226;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_TTN {
	background: 	#68adcf url('../images/background/bg_marque_TTN.jpg') no-repeat;
}


/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_TTN {}
	.bloc_TTN .corners {}



/* TTJ */

#content.gamme_TTJ {
	background: 	#68ACCF url('../images/background/bg_marque_TTJ.jpg') no-repeat 0 62px; /*couleur fond droit droit*/
}

.gamme_TTJ .bg_color_gauche {
	background: 	#1D2226 url('../images/background/bg_menu_TTJ.jpg') no-repeat 0 0;
}

.gamme_TTJ .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_TTJ.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1; /* mettre à 0*/
	color:			#FFF;
}
	.gamme_TTJ .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2226;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_TTJ {
	background: 	#68adcf url('../images/background/bg_marque_TTJ.jpg') no-repeat;
}


/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_TTJ {}
	.bloc_TTJ .corners {}
	
	

/* 2.4 MARQUE BMW
***********************************/
#content.gamme_bmw {
	background: 	#4b79aa url('../images/background/bg_marque_bmw.jpg') no-repeat 0 61px;
}

.gamme_bmw .bg_color_gauche {
	background: 	#1D2D3A url('../images/background/bg_menu_bmw.jpg') no-repeat 0 0;
}

.gamme_bmw .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_bmw.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_bmw .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2D3A;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_bmw {
	background: 	#4b79aa url('../images/background/bg_marque_bmw.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_bmw {}
	.bloc_bmw .corners {}


/* E30 */

#content.gamme_E30 {
	background: 	#4b79aa url('../images/background/bg_marque_E30.jpg') no-repeat 0 61px;
}

.gamme_E30 .bg_color_gauche {
	background: 	#1D2D3A url('../images/background/bg_menu_E30.jpg') no-repeat 0 0;
}

.gamme_E30 .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_E30.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_E30 .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2D3A;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_E30 {
	background: 	#4b79aa url('../images/background/bg_marque_E30.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_E30 {}
	.bloc_E30 .corners {}



/* E36 */

#content.gamme_E36 {
	background: 	#4b79aa url('../images/background/bg_marque_E36.jpg') no-repeat 0 61px;
}

.gamme_E36 .bg_color_gauche {
	background: 	#1D2D3A url('../images/background/bg_menu_E36.jpg') no-repeat 0 0;
}

.gamme_E36 .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_E36.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_E36 .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2D3A;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_E36 {
	background: 	#4b79aa url('../images/background/bg_marque_E36.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_E36 {}
	.bloc_E36 .corners {}



/* E46 */

#content.gamme_E46 {
	background: 	#4b79aa url('../images/background/bg_marque_E46.jpg') no-repeat 0 61px;
}

.gamme_E46 .bg_color_gauche {
	background: 	#1D2D3A url('../images/background/bg_menu_E46.jpg') no-repeat 0 0;
}

.gamme_E46 .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_E46.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_E46 .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2D3A;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_E46 {
	background: 	#4b79aa url('../images/background/bg_marque_E46.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_E46 {}
	.bloc_E46 .corners {}



/* E34 */

#content.gamme_E34 {
	background: 	#4b79aa url('../images/background/bg_marque_E34.jpg') no-repeat 0 61px;
}

.gamme_E34 .bg_color_gauche {
	background: 	#1D2D3A url('../images/background/bg_menu_E34.jpg') no-repeat 0 0;
}

.gamme_E34 .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_E34.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_E34 .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2D3A;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_E34 {
	background: 	#4b79aa url('../images/background/bg_marque_E34.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_E34 {}
	.bloc_E34 .corners {}



/* E39 */

#content.gamme_E39 {
	background: 	#4b79aa url('../images/background/bg_marque_E39.jpg') no-repeat 0 61px;
}

.gamme_E39 .bg_color_gauche {
	background: 	#1D2D3A url('../images/background/bg_menu_E39.jpg') no-repeat 0 0;
}

.gamme_E39 .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_E39.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_E39 .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2D3A;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_E39 {
	background: 	#4b79aa url('../images/background/bg_marque_E39.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_E39 {}
	.bloc_E39 .corners {}


/* MIN */

#content.gamme_MIN {
	background: 	#4b79aa url('../images/background/bg_marque_MIN.jpg') no-repeat 0 61px;
}

.gamme_MIN .bg_color_gauche {
	background: 	#1D2D3A url('../images/background/bg_menu_MIN.jpg') no-repeat 0 0;
}

.gamme_MIN .menu_gamme {
	/*background: 	#16242d url('../images/background/bg_menu_MIN.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_MIN .menu_gamme h1 {
		color:			#FFF;
		background:		#1D2D3A;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_MIN {
	background: 	#4b79aa url('../images/background/bg_marque_MIN.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_MIN {}
	.bloc_MIN .corners {}



/* 2.5 MARQUE COX
***********************************/
#content.gamme_cox {
	background: 	#80a997 url('../images/background/bg_marque_cox.jpg') no-repeat 0 61px;
}

.gamme_cox .bg_color_gauche {
	background: 	#112120 url('../images/background/bg_menu_cox.jpg') no-repeat 0 0;
}


.gamme_cox .menu_gamme {
	/*background: 	#0E1E1D url('../images/background/bg_menu_cox.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_cox .menu_gamme h1 {
		color:			#FFF;
		background:		#112120;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_cox {
	background: 	#80a997 url('../images/background/bg_marque_cox.jpg') no-repeat;
}
/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_cox {}
	.bloc_cox .corners {}


/* COX */

#content.gamme_COX {
	background: 	#80a997 url('../images/background/bg_marque_COX.jpg') no-repeat 0 61px;
}

.gamme_COX .bg_color_gauche {
	background: 	#112120 url('../images/background/bg_menu_COX.jpg') no-repeat 0 0;
}


.gamme_COX .menu_gamme {
	/*background: 	#0E1E1D url('../images/background/bg_menu_COX.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_COX .menu_gamme h1 {
		color:			#FFF;
		background:		#112120;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_COX {
	background: 	#80a997 url('../images/background/bg_marque_COX.jpg') no-repeat;
}
/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_COX {}
	.bloc_COX .corners {}

/* CAB */

#content.gamme_CAB {
	background: 	#80a997 url('../images/background/bg_marque_CAB.jpg') no-repeat 0 61px;
}

.gamme_CAB .bg_color_gauche {
	background: 	#112120 url('../images/background/bg_menu_CAB.jpg') no-repeat 0 0;
}


.gamme_CAB .menu_gamme {
	/*background: 	#0E1E1D url('../images/background/bg_menu_CAB.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_CAB .menu_gamme h1 {
		color:			#FFF;
		background:		#112120;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_CAB {
	background: 	#80a997 url('../images/background/bg_marque_CAB.jpg') no-repeat;
}
/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_CAB {}
	.bloc_CAB .corners {}


/* BUG */

#content.gamme_BUG {
	background: 	#80a997 url('../images/background/bg_marque_BUG.jpg') no-repeat 0 61px;
}

.gamme_BUG .bg_color_gauche {
	background: 	#112120 url('../images/background/bg_menu_BUG.jpg') no-repeat 0 0;
}


.gamme_BUG .menu_gamme {
	/*background: 	#0E1E1D url('../images/background/bg_menu_BUG.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_BUG .menu_gamme h1 {
		color:			#FFF;
		background:		#112120;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_BUG {
	background: 	#80a997 url('../images/background/bg_marque_BUG.jpg') no-repeat;
}
/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_BUG {}
	.bloc_BUG .corners {}


/* KAR */

#content.gamme_KAR {
	background: 	#80a997 url('../images/background/bg_marque_KAR.jpg') no-repeat 0 61px;
}

.gamme_KAR .bg_color_gauche {
	background: 	#112120 url('../images/background/bg_menu_KAR.jpg') no-repeat 0 0;
}


.gamme_KAR .menu_gamme {
	/*background: 	#0E1E1D url('../images/background/bg_menu_KAR.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_KAR .menu_gamme h1 {
		color:			#FFF;
		background:		#112120;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_KAR {
	background: 	#80a997 url('../images/background/bg_marque_KAR.jpg') no-repeat;
}
/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_KAR {}
	.bloc_KAR .corners {}


/* TYP */

#content.gamme_TYP {
	background: 	#80a997 url('../images/background/bg_marque_TYP.jpg') no-repeat 0 61px;
}

.gamme_TYP .bg_color_gauche {
	background: 	#112120 url('../images/background/bg_menu_TYP.jpg') no-repeat 0 0;
}


.gamme_TYP .menu_gamme {
	/*background: 	#0E1E1D url('../images/background/bg_menu_TYP.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_TYP .menu_gamme h1 {
		color:			#FFF;
		background:		#112120;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_TYP {
	background: 	#80a997 url('../images/background/bg_marque_TYP.jpg') no-repeat;
}
/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_TYP {}
	.bloc_TYP .corners {}


/* 181 */

#content.gamme_181 {
	background: 	#80a997 url('../images/background/bg_marque_181.jpg') no-repeat 0 61px;
}

.gamme_181 .bg_color_gauche {
	background: 	#112120 url('../images/background/bg_menu_181.jpg') no-repeat 0 0;
}


.gamme_181 .menu_gamme {
	/*background: 	#0E1E1D url('../images/background/bg_menu_181.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_181 .menu_gamme h1 {
		color:			#FFF;
		background:		#112120;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_181 {
	background: 	#80a997 url('../images/background/bg_marque_181.jpg') no-repeat;
}
/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_181 {}
	.bloc_181 .corners {}


/* 2.6 MARQUE COMBI
***********************************/
#content.gamme_combi {
	background: 	#ff831f url('../images/background/bg_marque_combi.jpg') no-repeat 0 61px;
}

.gamme_combi .bg_color_gauche {
	background: 	#382516 url('../images/background/bg_menu_combi.jpg') no-repeat 0 0;
}

.gamme_combi .menu_gamme {
	background: 	#382516 url('../images/background/bg_menu_combi.jpg') no-repeat 0 0;
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_combi .menu_gamme h1 {
		color:			#FFF;
		background:		#382516;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_combi {
	background: 	#ff831f url('../images/background/bg_marque_combi.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_combi {}
	.bloc_combi .corners {}


/* SPL */

#content.gamme_SPL {
	background: 	#ff831f url('../images/background/bg_marque_SPL.jpg') no-repeat 0 61px;
}

.gamme_SPL .bg_color_gauche {
	background: 	#382516 url('../images/background/bg_menu_SPL.jpg') no-repeat 0 0;
}

.gamme_SPL .menu_gamme {
	background: 	#382516 url('../images/background/bg_menu_SPL.jpg') no-repeat 0 0;
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_SPL .menu_gamme h1 {
		color:			#FFF;
		background:		#382516;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_SPL {
	background: 	#ff831f url('../images/background/bg_marque_SPL.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_SPL {}
	.bloc_SPL .corners {}



/* BAY */

#content.gamme_BAY {
	background: 	#ff831f url('../images/background/bg_marque_BAY.jpg') no-repeat 0 61px;
}

.gamme_BAY .bg_color_gauche {
	background: 	#382516 url('../images/background/bg_menu_BAY.jpg') no-repeat 0 0;
}

.gamme_BAY .menu_gamme {
	background: 	#382516 url('../images/background/bg_menu_BAY.jpg') no-repeat 0 0;
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_BAY .menu_gamme h1 {
		color:			#FFF;
		background:		#382516;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_BAY {
	background: 	#ff831f url('../images/background/bg_marque_BAY.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_BAY {}
	.bloc_BAY .corners {}



/* T25 */

#content.gamme_T25 {
	background: 	#ff831f url('../images/background/bg_marque_T25.jpg') no-repeat 0 61px;
}

.gamme_T25 .bg_color_gauche {
	background: 	#382516 url('../images/background/bg_menu_T25.jpg') no-repeat 0 0;
}

.gamme_T25 .menu_gamme {
	background: 	#382516 url('../images/background/bg_menu_T25.jpg') no-repeat 0 0;
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_T25 .menu_gamme h1 {
		color:			#FFF;
		background:		#382516;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_T25 {
	background: 	#ff831f url('../images/background/bg_marque_T25.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_T25 {}
	.bloc_T25 .corners {}



/* TR4 */

#content.gamme_TR4 {
	background: 	#ff831f url('../images/background/bg_marque_TR4.jpg') no-repeat 0 61px;
}

.gamme_TR4 .bg_color_gauche {
	background: 	#382516 url('../images/background/bg_menu_TR4.jpg') no-repeat 0 0;
}

.gamme_TR4 .menu_gamme {
	background: 	#382516 url('../images/background/bg_menu_TR4.jpg') no-repeat 0 0;
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_TR4 .menu_gamme h1 {
		color:			#FFF;
		background:		#382516;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_TR4 {
	background: 	#ff831f url('../images/background/bg_marque_TR4.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_TR4 {}
	.bloc_TR4 .corners {}



/* TR5 */

#content.gamme_TR5 {
	background: 	#ff831f url('../images/background/bg_marque_TR5.jpg') no-repeat 0 61px;
}

.gamme_TR5 .bg_color_gauche {
	background: 	#382516 url('../images/background/bg_menu_TR5.jpg') no-repeat 0 0;
}

.gamme_TR5 .menu_gamme {
	background: 	#382516 url('../images/background/bg_menu_TR5.jpg') no-repeat 0 0;
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_TR5 .menu_gamme h1 {
		color:			#FFF;
		background:		#382516;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_TR5 {
	background: 	#ff831f url('../images/background/bg_marque_TR5.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_TR5 {}
	.bloc_TR5 .corners {}




/* 2.7 MARQUE PEUGEOT
***********************************/
#content.gamme_pgt {
	background: 	#2468a9 url('../images/background/bg_marque_pgt.jpg') no-repeat 0 61px;
}

.gamme_pgt .bg_color_gauche {
	background: 	#091221 url('../images/background/bg_menu_pgt.jpg') no-repeat 0 0;
}


.gamme_pgt .menu_gamme {
	/*background: 	#091221 url('../images/background/bg_menu_pgt.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_pgt .menu_gamme h1 {
		color:			#FFF;
		background:		#091221;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_pgt {
	background: 	#2468a9 url('../images/background/bg_marque_pgt.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_pgt {}
	.bloc_pgt .corners {}




/* PEU */
#content.gamme_PEU {
	background: 	#2468a9 url('../images/background/bg_marque_PEU.jpg') no-repeat 0 61px;
}

.gamme_PEU .bg_color_gauche {
	background: 	#091221 url('../images/background/bg_menu_PEU.jpg') no-repeat 0 0;
}


.gamme_PEU .menu_gamme {
	/*background: 	#091221 url('../images/background/bg_menu_PEU.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_PEU .menu_gamme h1 {
		color:			#FFF;
		background:		#091221;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_PEU {
	background: 	#2468a9 url('../images/background/bg_marque_PEU.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_PEU {}
	.bloc_PEU .corners {}




/* 2.8 MARQUE VW ACTUELLES
***********************************/
#content.gamme_vwa {
	background: 	#c9c9c9 url('../images/background/bg_marque_vwa.jpg') no-repeat 0 61px;
}

.gamme_vwa .bg_color_gauche {
	background: 	#0A0F13 url('../images/background/bg_menu_vwa.jpg') no-repeat 0 0;
}

.gamme_vwa .menu_gamme {
	/*background: 	#0C1115 url('../images/background/bg_menu_vwa.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_vwa .menu_gamme h1 {
		color:			#FFF;
		background:		#0A0F13;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_vwa {
	background: 	#c9c9c9 url('../images/background/bg_marque_vwa.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_vwa {}
	.bloc_vwa .corners {}




/* VWC */

#content.gamme_VWC {
	background: 	#c9c9c9 url('../images/background/bg_marque_VWC.jpg') no-repeat 0 61px;
}

.gamme_VWC .bg_color_gauche {
	background: 	#0A0F13 url('../images/background/bg_menu_VWC.jpg') no-repeat 0 0;
}

.gamme_VWC .menu_gamme {
	/*background: 	#0C1115 url('../images/background/bg_menu_VWC.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_VWC .menu_gamme h1 {
		color:			#FFF;
		background:		#0A0F13;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_VWC {
	background: 	#c9c9c9 url('../images/background/bg_marque_VWC.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_VWC {}
	.bloc_VWC .corners {}


/* GO1 */

#content.gamme_GO1 {
	background: 	#c9c9c9 url('../images/background/bg_marque_GO1.jpg') no-repeat 0 61px;
}

.gamme_GO1 .bg_color_gauche {
	background: 	#0A0F13 url('../images/background/bg_menu_GO1.jpg') no-repeat 0 0;
}

.gamme_GO1 .menu_gamme {
	/*background: 	#0C1115 url('../images/background/bg_menu_GO1.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_GO1 .menu_gamme h1 {
		color:			#FFF;
		background:		#0A0F13;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_GO1 {
	background: 	#c9c9c9 url('../images/background/bg_marque_GO1.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_GO1 {}
	.bloc_GO1 .corners {}



/* GO2 */

#content.gamme_GO2 {
	background: 	#c9c9c9 url('../images/background/bg_marque_GO2.jpg') no-repeat 0 61px;
}

.gamme_GO2 .bg_color_gauche {
	background: 	#0A0F13 url('../images/background/bg_menu_GO2.jpg') no-repeat 0 0;
}

.gamme_GO2 .menu_gamme {
	/*background: 	#0C1115 url('../images/background/bg_menu_GO2.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_GO2 .menu_gamme h1 {
		color:			#FFF;
		background:		#0A0F13;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_GO2 {
	background: 	#c9c9c9 url('../images/background/bg_marque_GO2.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_GO2 {}
	.bloc_GO2 .corners {}



/* GO3 */

#content.gamme_GO3 {
	background: 	#c9c9c9 url('../images/background/bg_marque_GO3.jpg') no-repeat 0 61px;
}

.gamme_GO3 .bg_color_gauche {
	background: 	#0A0F13 url('../images/background/bg_menu_GO3.jpg') no-repeat 0 0;
}

.gamme_GO3 .menu_gamme {
	/*background: 	#0C1115 url('../images/background/bg_menu_GO3.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_GO3 .menu_gamme h1 {
		color:			#FFF;
		background:		#0A0F13;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_GO3 {
	background: 	#c9c9c9 url('../images/background/bg_marque_GO3.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_GO3 {}
	.bloc_GO3 .corners {}



/* GO4 */

#content.gamme_GO4 {
	background: 	#c9c9c9 url('../images/background/bg_marque_GO4.jpg') no-repeat 0 61px;
}

.gamme_GO4 .bg_color_gauche {
	background: 	#0A0F13 url('../images/background/bg_menu_GO4.jpg') no-repeat 0 0;
}

.gamme_GO4 .menu_gamme {
	/*background: 	#0C1115 url('../images/background/bg_menu_GO4.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_GO4 .menu_gamme h1 {
		color:			#FFF;
		background:		#0A0F13;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_GO4 {
	background: 	#c9c9c9 url('../images/background/bg_marque_GO4.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_GO4 {}
	.bloc_GO4 .corners {}



/* GO5 */

#content.gamme_GO5 {
	background: 	#c9c9c9 url('../images/background/bg_marque_GO5.jpg') no-repeat 0 61px;
}

.gamme_GO5 .bg_color_gauche {
	background: 	#0A0F13 url('../images/background/bg_menu_GO5.jpg') no-repeat 0 0;
}

.gamme_GO5 .menu_gamme {
	/*background: 	#0C1115 url('../images/background/bg_menu_GO5.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_GO5 .menu_gamme h1 {
		color:			#FFF;
		background:		#0A0F13;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_GO5 {
	background: 	#c9c9c9 url('../images/background/bg_marque_GO5.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_GO5 {}
	.bloc_GO5 .corners {}


/* PO3 */

#content.gamme_PO3 {
	background: 	#c9c9c9 url('../images/background/bg_marque_PO3.jpg') no-repeat 0 61px;
}

.gamme_PO3 .bg_color_gauche {
	background: 	#0A0F13 url('../images/background/bg_menu_PO3.jpg') no-repeat 0 0;
}

.gamme_PO3 .menu_gamme {
	/*background: 	#0C1115 url('../images/background/bg_menu_PO3.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_PO3 .menu_gamme h1 {
		color:			#FFF;
		background:		#0A0F13;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_PO3 {
	background: 	#c9c9c9 url('../images/background/bg_marque_PO3.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_PO3 {}
	.bloc_PO3 .corners {}




/* PO4 */

#content.gamme_PO4 {
	background: 	#c9c9c9 url('../images/background/bg_marque_PO4.jpg') no-repeat 0 61px;
}

.gamme_PO4 .bg_color_gauche {
	background: 	#0A0F13 url('../images/background/bg_menu_PO4.jpg') no-repeat 0 0;
}

.gamme_PO4 .menu_gamme {
	/*background: 	#0C1115 url('../images/background/bg_menu_PO4.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_PO4 .menu_gamme h1 {
		color:			#FFF;
		background:		#0A0F13;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_PO4 {
	background: 	#c9c9c9 url('../images/background/bg_marque_PO4.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_PO4 {}
	.bloc_PO4 .corners {}



/* PO5 */

#content.gamme_PO5 {
	background: 	#c9c9c9 url('../images/background/bg_marque_PO5.jpg') no-repeat 0 61px;
}

.gamme_PO5 .bg_color_gauche {
	background: 	#0A0F13 url('../images/background/bg_menu_PO5.jpg') no-repeat 0 0;
}

.gamme_PO5 .menu_gamme {
	/*background: 	#0C1115 url('../images/background/bg_menu_PO5.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_PO5 .menu_gamme h1 {
		color:			#FFF;
		background:		#0A0F13;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_PO5 {
	background: 	#c9c9c9 url('../images/background/bg_marque_PO5.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_PO5 {}
	.bloc_PO5 .corners {}



/* PA3 */

#content.gamme_PA3 {
	background: 	#c9c9c9 url('../images/background/bg_marque_PA3.jpg') no-repeat 0 61px;
}

.gamme_PA3 .bg_color_gauche {
	background: 	#0A0F13 url('../images/background/bg_menu_PA3.jpg') no-repeat 0 0;
}

.gamme_PA3 .menu_gamme {
	/*background: 	#0C1115 url('../images/background/bg_menu_PA3.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_PA3 .menu_gamme h1 {
		color:			#FFF;
		background:		#0A0F13;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_PA3 {
	background: 	#c9c9c9 url('../images/background/bg_marque_PA3.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_PA3 {}
	.bloc_PA3 .corners {}



/* PA4 */

#content.gamme_PA4 {
	background: 	#c9c9c9 url('../images/background/bg_marque_PA4.jpg') no-repeat 0 61px;
}

.gamme_PA4 .bg_color_gauche {
	background: 	#0A0F13 url('../images/background/bg_menu_PA4.jpg') no-repeat 0 0;
}

.gamme_PA4 .menu_gamme {
	/*background: 	#0C1115 url('../images/background/bg_menu_PA4.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_PA4 .menu_gamme h1 {
		color:			#FFF;
		background:		#0A0F13;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_PA4 {
	background: 	#c9c9c9 url('../images/background/bg_marque_PA4.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_PA4 {}
	.bloc_PA4 .corners {}



/* PA5 */

#content.gamme_PA5 {
	background: 	#c9c9c9 url('../images/background/bg_marque_PA5.jpg') no-repeat 0 61px;
}

.gamme_PA5 .bg_color_gauche {
	background: 	#0A0F13 url('../images/background/bg_menu_PA5.jpg') no-repeat 0 0;
}

.gamme_PA5 .menu_gamme {
	/*background: 	#0C1115 url('../images/background/bg_menu_PA5.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_PA5 .menu_gamme h1 {
		color:			#FFF;
		background:		#0A0F13;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_PA5 {
	background: 	#c9c9c9 url('../images/background/bg_marque_PA5.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_PA5 {}
	.bloc_PA5 .corners {}



/* COR */

#content.gamme_COR {
	background: 	#c9c9c9 url('../images/background/bg_marque_COR.jpg') no-repeat 0 61px;
}

.gamme_COR .bg_color_gauche {
	background: 	#0A0F13 url('../images/background/bg_menu_COR.jpg') no-repeat 0 0;
}

.gamme_COR .menu_gamme {
	/*background: 	#0C1115 url('../images/background/bg_menu_COR.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_COR .menu_gamme h1 {
		color:			#FFF;
		background:		#0A0F13;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_COR {
	background: 	#c9c9c9 url('../images/background/bg_marque_COR.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_COR {}
	.bloc_COR .corners {}



/* BEE */

#content.gamme_BEE {
	background: 	#c9c9c9 url('../images/background/bg_marque_BEE.jpg') no-repeat 0 61px;
}

.gamme_BEE .bg_color_gauche {
	background: 	#0A0F13 url('../images/background/bg_menu_BEE.jpg') no-repeat 0 0;
}

.gamme_BEE .menu_gamme {
	/*background: 	#0C1115 url('../images/background/bg_menu_BEE.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_BEE .menu_gamme h1 {
		color:			#FFF;
		background:		#0A0F13;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_BEE {
	background: 	#c9c9c9 url('../images/background/bg_marque_BEE.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_BEE {}
	.bloc_BEE .corners {}


/* 2.9 MARQUE LIBRAIRIE
***********************************/
#content.gamme_lib {
	background: 	#5986a7 url('../images/background/bg_marque_lib.jpg') no-repeat 0 61px;
}

.gamme_lib .bg_color_gauche {
	background: 	#416683 url('../images/background/bg_menu_lib.jpg') no-repeat 0 0;
}

.gamme_lib .menu_gamme {
	/*background: 	#416887 url('../images/background/bg_menu_lib.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_lib .menu_gamme h1 {
		color:			#FFF;
		background:		#416683;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_lib {
	background: 	#5986a7 url('../images/background/bg_marque_lib.jpg') no-repeat;
}


/* HAY */

#content.gamme_HAY {
	background: 	#5986a7 url('../images/background/bg_marque_HAY.jpg') no-repeat 0 61px;
}

.gamme_HAY .bg_color_gauche {
	background: 	#416683 url('../images/background/bg_menu_HAY.jpg') no-repeat 0 0;
}

.gamme_HAY .menu_gamme {
	/*background: 	#416887 url('../images/background/bg_menu_HAY.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_HAY .menu_gamme h1 {
		color:			#FFF;
		background:		#416683;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_HAY {
	background: 	#5986a7 url('../images/background/bg_marque_HAY.jpg') no-repeat;
}




/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_HAY {}
	.bloc_HAY .corners {}




/* MOT */


#content.gamme_MOT {
	background: 	#5986a7 url('../images/background/bg_marque_MOT.jpg') no-repeat 0 61px;
}

.gamme_MOT .bg_color_gauche {
	background: 	#416683 url('../images/background/bg_menu_MOT.jpg') no-repeat 0 0;
}

.gamme_MOT .menu_gamme {
	/*background: 	#416887 url('../images/background/bg_menu_MOT.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_MOT .menu_gamme h1 {
		color:			#FFF;
		background:		#416683;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_MOT {
	background: 	#5986a7 url('../images/background/bg_marque_MOT.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_MOT {}
	.bloc_MOT .corners {}



/* 2.7 MARQUE OUTILLAGE
***********************************/

/* OUT */
#content.gamme_OUT {
	background: 	#2468a9 url('../images/background/bg_marque_OUT.jpg') no-repeat 0 61px;
}

.gamme_OUT .bg_color_gauche {
	background: 	#091221 url('../images/background/bg_menu_OUT.jpg') no-repeat 0 0;
}


.gamme_OUT .menu_gamme {
	/*background: 	#091221 url('../images/background/bg_menu_OUT.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_OUT .menu_gamme h1 {
		color:			#FFF;
		background:		#091221;
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_OUT {
	background: 	#2468a9 url('../images/background/bg_marque_OUT.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_OUT {}
	.bloc_OUT .corners {}



/* 2.7 MARQUE ANCIENNE
***********************************/


/* AUT */


#content.gamme_AUT {
	background: 	#5986a7 url('../images/background/bg_marque_AUT.jpg') no-repeat 0 61px;
}

.gamme_AUT .bg_color_gauche {
	background: 	#1a4b70 url('../images/background/bg_menu_AUT.jpg') no-repeat 0 0; /*416683 pour la couleur*/
}

.gamme_AUT .menu_gamme {
	/*background: 	#416887 url('../images/background/bg_menu_AUT.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_AUT .menu_gamme h1 {
		color:			#FFF;
		background:		#1a4b70; /*416683 pour la couleur*/
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_AUT {
	background: 	#5986a7 url('../images/background/bg_marque_AUT.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_AUT {}
	.bloc_AUT .corners {}


/* BDM */


#content.gamme_BDM {
	background: 	#5986a7 url('../images/background/bg_marque_BDM.jpg') no-repeat 0 61px;
}

.gamme_BDM .bg_color_gauche {
	background: 	#1a4b70 url('../images/background/bg_menu_BDM.jpg') no-repeat 0 0; /*416683 pour la couleur*/
}

.gamme_BDM .menu_gamme {
	/*background: 	#416887 url('../images/background/bg_menu_BDM.jpg') no-repeat 0 0;*/
	border-right:	0px solid #afafb1;
	color:			#FFF;
}
	.gamme_BDM .menu_gamme h1 {
		color:			#FFF;
		background:		#1a4b70; /*416683 pour la couleur*/
		border-bottom:	1px #FFF solid;
	}	

#content.liste_gamme_BDM {
	background: 	#5986a7 url('../images/background/bg_marque_BDM.jpg') no-repeat;
}

/* Toutes les informations relatives aux couleurs de ces bloc sont dans colors.css */
.bloc_BDM {}
	.bloc_BDM .corners {}


	
/**********************************/
/*			PAGE FICHE			  */
/**********************************/
.size1x1 {
	width:				726px;
	margin:				8px 4px 0 4px; /*haut gauche bas droit*/
	position:			relative;
	z-index:			2;
}
.bloc_fiche .titre_bloc {
	font-weight:		bold;
	font-size:			13px;
}
.bloc_fiche .bloc_content {
	padding:			0 178px 0 340px;
	position:			relative;
	min-height:			270px; /*270*/
}
	.bloc_fiche .fiche_visuel {
		position:		absolute;
		z-index:		3;
		top:			0; 
		left:			0;
	}
		.bloc_fiche .fiche_visuel .autre_vue {
			float:		left;
			margin:		5px 4px 0;
		}

.bloc_fiche .info_picto {
	position:			absolute;
	width:				174px;
	text-align:right;
	top:				0;
	right:				0;
}

.bloc_fiche .cart_zone {
	margin:				0 5px 0 340px;
	padding:			30px 20px 0 0;
	text-align:			right;
}

	.bloc_fiche .cart_zone .status_stock {
		float:			left;
		position:		relative;
		top:			-20px;
		text-align:		left;
		margin-left:	10px;
	}
		.bloc_fiche .cart_zone .status_stock p {
			text-align:		left;
			text-indent:	10px;
			margin:			0;
		}




/****** kit ******/
.bloc_fiche .bloc_content_kit {
	padding:			0 10px 0 10px; /*0 178px 0 340px*/
	position:			relative;
	min-height:			100px;
}

		
.div_layer {
	width:100%; 
	height:100%; 
	background:#000; 
	opacity:0.5;  
	position:fixed; 
	top:0;
	left:0; 
	z-index:200;
}

.div_langue {
	width:600px; 
	height:539px; 
	padding:25px; 
	background:url('../images/background/bg_div_langue.png') no-repeat 0 0; 
	position:absolute; 
	top:50px;
	left:55%; 
	z-index:300; 
	margin:0 0 0 -400px;
}

.suite_langue {
	text-align:center;
	border-top:1px #ddd solid;
	margin:5px 30px 0;
	padding:5px 0 0;
	font-weight:bold;
	color:#a4a4a4;
}

.div_panier {
	width:450px; 
	height:439px; 
	padding:25px; 
	background:url('../images/background/bg_div_panier.png') no-repeat 0 0; 
	position:absolute; 
	top:150px;
	left:55%; 
	z-index:300; 
	margin:0 0 0 -250px;
}
	.div_panier .crosseling {
		width:450px;
		font-size:12px;
		line-height:110%;
		text-align:center;
	}
	.div_panier .crosseling td img {
		margin:5px auto;
		display:block;
	}
	.div_panier .crosseling td p {
		width:120px;
		margin:0 auto;
		font-size:11px;
		height:65px;
	}
.produit_ajoute {
	text-align:center;
	text-transform:uppercase;
	color:#177ecb;
	font-weight:bold;
	margin:5px 30px;
	border-bottom:1px #ddd solid;
	padding:0 0 5px;
}
.suite_panier {
	text-align:center;
	border-top:1px #ddd solid;
	margin:5px 30px 0;
	padding:5px 0 0;
	font-weight:bold;
	color:#a4a4a4;
}
.div_panier .prix {
	font-weight:	bold;
	display:		block;
	color:			#F00;
	margin:			5px 0 0;
	font-size:		13px;
}


.div_mes_commandes {
	position:absolute; 
	top:40px;
	width:700px; 
	left:55%; 
	z-index:300; 
	margin:0 0 0 -385px; /*astuce : 55%*700 = 385 */
}

	.div_mes_commandes .haut {
		position:relative;
		height:29px;
		background:url('../images/background/bg_div_mes_commandes_1.png') no-repeat 0 0; 
		font-size:12px;
		text-align:center;
	}

	.div_mes_commandes .centre {
		position:relative;
		background:url('../images/background/bg_div_mes_commandes_2.png'); 
	}

	.div_mes_commandes .bas {
		position:relative;
		height:42px;
		background:url('../images/background/bg_div_mes_commandes_3.png') no-repeat 0 0; 
		font-size:12px;
		text-align:center;
	}
	
.suite_mes_commandes {
	text-align:center;
	border-top:1px #ddd solid;
	margin:5px 30px 0;
	padding:5px 0 0;
	font-weight:bold;
	color:#a4a4a4;
}


		
/**********************************/
/*			PAGE LISTE			  */
/**********************************/	
.suggestion_liste {}
.suggestion_liste p {
	color:				#848484;
	padding:			0 0 5px 0;
	margin:				5px 5px 5px 5px;
	/*border-bottom:		1px #b8c4de solid;*/
}
.suggestion_liste p:last-child {
	border-bottom:		0;
}
.suggestion_liste p strong {
	color:				#555;
}
.suggestion_liste p a {
	color:				#34a6fc;
	text-decoration:	underline;
}

/*admin*/
.bloc_liste .bloc_content_admin {
	min-height:			120px;
	padding:			0 178px 0 185px;
	position:			relative;
}	



.bloc_liste .bloc_content {
	min-height:			110px; /*75px*/
	padding:			0 178px 0 185px;
	position:			relative;
}	
	.bloc_liste .fiche_visuel {
		position:		absolute;
		z-index:		3;
		top:			0; 
		left:			0;
	}
		.bloc_liste .fiche_visuel .autre_vue {
			float:		left;
			margin:		5px 4px 0;
		}

.bloc_liste .info_picto {
	position:			absolute;
	width:				174px;
	text-align:right;
	top:				0;
	right:				0;
}

.bloc_liste .cart_zone {
	margin:				0 5px 5px 175px; /*0 5px 5px 185px;*/
	border-bottom:		1px #ccc solid;
	padding:			30px 10px 0 0; /*30px 20px 0 0;*/
	text-align:			right;
	height:				40px;
	
}

	.bloc_liste .cart_zone .status_stock {
		float:			left;
		position:		relative;
		top:			-20px;
		right:			-20px;
		text-align:		left;
	}
		.bloc_liste .cart_zone .status_stock div {
			float:		left;
			margin:		0 40px 0 0; /*0 60px 0 0;*/
		}	
		.bloc_liste .cart_zone .status_stock p {
			text-align:		left;
			font-size:		11px;
			text-indent:	5px;
			margin:			0;
		}	
		
/**********************************/
/*		CONTENU STATIQUE		  */
/**********************************/	
.raccourci_univers {
	float:			left;
	margin:			5px 0 0 50px;
}
.raccourci_univers a { 
	display:			block;
	width:				70px;
	height:				39px;
	padding:			5px 5px 0 65px;
	margin:				5px;
	color:				#FFF;
	font-size:			10px;
	font-weight:		bold;
	text-transform:		uppercase;
	text-decoration:	none;
	text-align:			right;
	line-height:		100%;
	vertical-align:		middle;
	font-size:			0px;
}
.raccourci_univers a.AUDI	{	background:url('../images/raccourci_univers_audi_off.jpg') no-repeat 0 0;}
.raccourci_univers a.BMW	{	background:url('../images/raccourci_univers_bmw_off.jpg') no-repeat 0 0;}
.raccourci_univers a.LIB	{	background:url('../images/raccourci_univers_lib_off.jpg') no-repeat 0 0;}
.raccourci_univers a.PGT	{	background:url('../images/raccourci_univers_peugeot_off.jpg') no-repeat 0 0;}
.raccourci_univers a.VWCB	{	background:url('../images/raccourci_univers_combi_off.jpg') no-repeat 0 0;}
.raccourci_univers a.VWCC	{	background:url('../images/raccourci_univers_cox_off.jpg') no-repeat 0 0;}
.raccourci_univers a.VWAC	{	background:url('../images/raccourci_univers_vwactu_off.jpg') no-repeat 0 0;}
.raccourci_univers a.MECA	{	background:url('../images/raccourci_univers_qsn_off.jpg') no-repeat 0 0;}
.raccourci_univers a.OUT	{	background:url('../images/raccourci_univers_out_off.jpg') no-repeat 0 0;}
.raccourci_univers a.AUTORADIO	{	background:url('../images/raccourci_univers_autoradio_off.jpg') no-repeat 0 0;}
.raccourci_univers a.BOUTIQUE	{	background:url('../images/raccourci_univers_boutique_off.png') no-repeat 0 0;}


.raccourci_univers a.AUDI:hover	{	background:url('../images/raccourci_univers_audi_on.jpg') no-repeat 0 0;}
.raccourci_univers a.BMW:hover	{	background:url('../images/raccourci_univers_bmw_on.jpg') no-repeat 0 0;}
.raccourci_univers a.LIB:hover	{	background:url('../images/raccourci_univers_librairie_on.jpg') no-repeat 0 0;}
.raccourci_univers a.PGT:hover	{	background:url('../images/raccourci_univers_peugeot_on.jpg') no-repeat 0 0;}
.raccourci_univers a.VWCB:hover	{	background:url('../images/raccourci_univers_vw_combi_on.jpg') no-repeat 0 0;}
.raccourci_univers a.VWCC:hover	{	background:url('../images/raccourci_univers_cox_on.jpg') no-repeat 0 0;}
.raccourci_univers a.VWAC:hover	{	background:url('../images/raccourci_univers_vw_actuel_on.jpg') no-repeat 0 0;}
.raccourci_univers a.MECA:hover	{	background:url('../images/raccourci_univers_qsn_on.jpg') no-repeat 0 0;}
.raccourci_univers a.OUT:hover	{	background:url('../images/raccourci_univers_out_on.jpg') no-repeat 0 0;}
.raccourci_univers a.AUTORADIO:hover	{	background:url('../images/raccourci_univers_autoradio_on.jpg') no-repeat 0 0;}
.raccourci_univers a.BOUTIQUE:hover	{	background:url('../images/raccourci_univers_boutique_on.png') no-repeat 0 0;}

.raccourci_univers a:hover {
	font-size:			10px;
	color:				#FFF;
	text-decoration:	none;
}


.raccourci_univers_espace_client {
	float:			left;
	margin:			65px 0 0 0px;
}
.raccourci_univers_espace_client a { 
	padding:			5px 5px 0 65px;
	margin:				5px;
	color:				#34a7fa;
	font-size:			12px;
	font-weight:		bold;
	text-decoration:	none;
	text-align:			left;
}

.raccourci_univers_espace_client a:hover {
	font-size:			12px;
	color:				#34a7fa;
	text-decoration: 	underline;
}



.contenu_statique {
	margin:				10px auto 10px;
	width:				658px;
	background:			url('../images/background/pix_statique.gif') repeat-y 0 0;
}
.avec_lien_gamme {
	margin:				10px auto 10px 220px;
}
	.contenu_statique h1 {
		background:			url('../images/background/bg_titre.gif') no-repeat 0 0;
		height: 			29px;
		text-align:			center;
		color:				#FFF;
		font-size:			16px;
		font-style:			italic;
		text-transform:		uppercase;
		line-height:		170%;
	}

	.contenu_statique p {
		padding:		0 13px;
	}
		.contenu_statique .ss_titre {
			display:		block;
			height:			20px;
			margin:			5px -10px;
			padding:		0 0 0 10px;
			background:		#439fe5 url('../images/background/pix_sstitre.gif') repeat-x 0 0;
			color:			#FFF;
			line-height:	160%;
			text-transform:	uppercase;
			font-weight:	bold;
		}

	.bottom_statique {
		background:		url('../images/background/bg_bottom_statique.gif') no-repeat 0 0;
		height: 		5px;
		position:		relative;
		top:			5px;
	}
	
#content.process_commande,
#content.info_commande {
	background:#FFFFFF;
}

/******************************/
/*		Espace Client		  */
/******************************/	



/******************/
/*		CGV		  */
/******************/	


.contenu_cgv {
	margin:				0px auto 0px;
	width:				480px;
	background:			url('../images/background/pix_statique_cgv.gif') repeat-y 0 0;
}
.avec_lien_gamme {
	margin:				10px auto 10px 220px;
}
	.contenu_cgv h1 {
		background:			url('../images/background/bg_titre_cgv.gif') no-repeat 0 0;
		height: 			29px;
		text-align:			center;
		color:				#FFF;
		font-size:			16px;
		font-style:			italic;
		text-transform:		uppercase;
		line-height:		170%;
	}

	.contenu_cgv p {
		padding:		0 13px;
	}
		.contenu_cgv .ss_titre {
			display:		block;
			height:			20px;
			margin:			5px -10px;
			padding:		0 0 0 10px;
			background:		#439fe5 url('../images/background/pix_sstitre.gif') repeat-x 0 0;
			color:			#FFF;
			line-height:	160%;
			text-transform:	uppercase;
			font-weight:	bold;
		}

	.bottom_cgv {
		background:		url('../images/background/bg_bottom_statique.gif') no-repeat 0 0;
		height: 		5px;
		position:		relative;
		top:			5px;
	}
	



/**********************************/
/*			CONTENU PANIER		  */
/**********************************/	


/* 3.1 LISTE DES ARTICLES
***********************************/
.process_commande .ss_titre {
	text-align:		center;
}

.liste_article {
}

	.entete_panier {
		padding:		0 0 0 13px;
		background:		#439FE5 url(../images/background/pix_sstitre.gif) repeat-x scroll 0 0;
		color:			#FFFFFF;
		display:		block;
		font-weight:	bold;
		height:			20px;
		line-height:	160%;
		margin:			5px 3px;
		text-transform:	uppercase;
	}
		.entete_panier dt {
			float:		left;
			width:		60%;
		}
		.entete_panier dd {
			float:		left;
			width:		12%;
			margin:		0;
			text-align:	center;
		}
		.entete_panier dd.quantite {
			width:		15%;
		}
	.liste_article ul {
		margin:			5px 3px;
	}
	.liste_article ul li {
		border-bottom:	1px #ccc solid;
		padding:		0 0 2px;
		margin:			0 0 2px;
	}
		.liste_article ul li dl {
			padding:		3px 0 0 13px;
			display:		block;
			line-height:	160%;
			margin:			0px 3px;
			height:			75px;
		}
		.liste_article ul li.panier_fond_bleu dl {
			background:		url(../images/background/bg_panier.jpg) repeat-y scroll right;
		}
			.liste_article ul li dt {
				float:			left;
				width:			60%;
				height:			75px;
				line-height:	130%;
			}
				.liste_article ul li dt img {
					float:			left;
					margin:			0 10px 0 0;
				}
				.liste_article ul li dt .dispo {
					font-weight:	bold;
					color:			#009933;
				}
					.liste_article ul li dt .dispo img {
						float:inherit
					}
				.liste_article ul li dt .indispo {
					font-weight:	bold;
					color:			#900;
				}
					.liste_article ul li dt .indispo img {
						float:inherit
					}
				.liste_article ul li dt .delai {
					color:		#999;
				}
			.liste_article ul li dd {
				float:			left;
				width:			12%;
				margin:			5px 0;
				text-align:		center;
				border-left:	1px #ddd solid;
				height:			65px;
			}
			.liste_article ul li dd.prix {
				font-weight:	bold;
				padding:		20px 0 0;
				height:			45px;
			}
			.liste_article ul li dd.quantite {
				font-weight:	bold;
				padding:		20px 0 0;
				height:			45px;
				text-align:		center;
				width:			15%;
			}
				.liste_article ul li dd.quantite input {
					width:			30px;
					text-align:		right;
					vertical-align:	top;
				}
			.liste_article ul li dd.supprimer {
				font-weight:	bold;
				padding:		20px 0 0;
				height:			45px;
				text-align:		center
			}
	.liste_article .detail_commande {
		margin:			0;
		text-transform:	uppercase;
	}
		.liste_article .detail_commande dt {
			float:			left;
			text-align:		right;
			padding:		5px 5% 5px 0;
			border-bottom:	1px #ccc solid;
			width:			55%;
			height:			30px;
		}
			.liste_article .detail_commande dt input[type=text] {
				height:			13px;
				width:			147px;
				margin:			0 0 0 10px;
				font-size:		11px;
			}
			.liste_article .detail_commande dt input.input-text {
				height:			13px;
				width:			147px;
				margin:			0 0 0 10px;
				font-size:		11px;
			}
			.liste_article .detail_commande dt select {
				font-size:		11px;
				width:			180px;
				margin:			0 0 0 10px;
			}
			
		.liste_article .detail_commande dd {
			text-align:		left;
			float:			left;
			padding:		5px 0 5px;
			border-bottom:	1px #ccc solid;
			width:			40%;
			margin:			0;
			height:			30px;
			color:			#666;
			font-weight:	bold;
		}
		.liste_article .detail_commande .code_avantage_ok {
			color:			#1fac3b;
			font-weight:	bold;
		}
		.liste_article .detail_commande .code_avantage_erreur {
			color:			#990000;
			font-weight:	bold;
		}
			.liste_article .detail_commande * strong {
				color:		#177dc9;
			}
	.liste_article .msg_panier {
		text-transform:	none;
		text-align:		justify;
		float:			left;
		padding:		5px 0 5px 0;
		border-bottom:	0px #ccc solid;
		width:			97%;
		margin:			0 10px 0 10px;
		color:			#666;
		font-weight:	normal;
	}		
		.liste_article .msg_panier img {
			float:			left;
			margin:			5px 5px 0 0;
		}	
.prix_ht {
	color:			#1fac3b;
}	
	
			
/* 3.2 TOTAL DU PANIER
***********************************/	
.contenu_statique .total_panier {
	padding:			0 3px;
	text-align:			center;
	color:				#999;
}
	.contenu_statique .total_panier  .ss_titre {
		margin:			5px 0 0;
	}
.total_panier table{
	width:				100%;
	border-collapse:	collapse;
	margin:				0 auto 10px;
}
	.total_panier table th {
		width:			49%;
		padding:		3px 3% 3px 0;
		text-align:		right;
		border:			1px #ccc solid;
		border-width:	0 1px 1px 0;
		font-style:		normal;
		color:			#666;
	}
	.total_panier table td {
		width:			49%;
		padding:		3px 20% 3px 0;
		text-align:		right;
		border:			1px #ccc solid;
		border-width:	0 0 1px 0;
		font-style:		normal;
		color:			#666;
	}
		.total_panier table td strong {
			font-size:	13px;
		}
		
/* MOYEN DE PAIEMENT
/******************************************/
.mode_de_paiement {
	padding:			0 3px 20px;
	text-align:			center;
	border-bottom:		1px #ccc solid;
}
	.contenu_statique .mode_de_paiement .ss_titre {
		margin:			5px 0 0;
	}
.moyen_paiement {
	width:				90%;
	margin:				0 auto;
	height:				180px;
}
	.moyen_paiement li {
		float:			left;
		margin:			0 1%;
		text-align:		left;
		width:			31%;
	}
	.moyen_paiement li.fax_ou_courrier {
	}
		.moyen_paiement li p * {
			vertical-align:		middle;
		}
		.moyen_paiement li span {
			text-align:			left;
			display:			block;
			margin:				0 0 0 30%;
			color:				#999;
			font-size:			11px;
		}
			.moyen_paiement li span strong {
				color:			#999;
			}
			
			
/* MENTIONS PANIER
/******************************************/			
.mentions_panier {
	text-align:				center;
	color:					#999;
	font-size:				10px;
	margin:					10px 0;
}
	.mentions_panier a {
		color:				#999;
		text-decoration:	underline;
	}
	
/* CONFIRMATION PAIEMENT
/******************************************/			
.confirmation_paiement {
	text-align:				center;
	margin:					10px 0;
	color:					#666;
	font-weight:			bold;
}
	.confirmation_paiement strong {
		text-align:			center;
		display:			block;
		font-size:			13px;
		color:				#187dcb;
		text-transform:		uppercase;
	}
	
	
	
/**********************************/
/*			INFO COMMANDE		  */
/**********************************/	

/* GENERALITES
/******************************************/

.coordonnees,
.adresse_livraison,
.choix_paiement,
.info_vehicule,
.inscription_news,
.commentaire {
	padding:			0 3px 20px;
	text-align:			center;
}
	.contenu_statique .coordonnees .ss_titre,
	.contenu_statique .adresse_livraison .ss_titre,
	.contenu_statique .choix_paiement .ss_titre,
	.contenu_statique .info_vehicule .ss_titre,
	.contenu_statique .inscription_news .ss_titre,
	.contenu_statique .commentaire .ss_titre {
		margin:			5px 0 10px;
	}
	
.info_commande ul li {
	margin:			4px 0;
	text-align:		left;
}	
	.info_commande ul li label {
		float:			left;
		width:			200px;
		margin: 		0 10px 0 0;
		text-align:		right;
		font-weight:	bold;
		color:			#666;
	}
	.info_commande ul li input {
		width:			275px;
		color:			#666;
	}
	.info_commande ul li select {
		width:			175px;
		color:			#666;
	}

.etape_process {
	height:				50px;
	padding:			10px 0 0;
	background:			url('../images/background/bg_process_commande.gif') repeat-x top;
	text-align:			center;
}

/* COLONNE LATERALE
/******************************************/
.engagement {
	float:				left;
	width:				146px;
	text-align:			left;
	margin:				10px 0 0;
}
	.engagement img {
		display:		block;
		margin:			0 0 3px 7px;
	}
.processus_mecatechnic {
	float:				right;
	width:				140px;
	text-align:			right;
	margin:				10px 0 0;
}
	.processus_mecatechnic img {
		display:		block;
		margin:			0 7px 3px 0;
	}
	
/* ADRESSE DE LIVRAISON DIFFERENTE
/******************************************/

.info_commande .adresse_livraison ul li {
	margin:			4px 0;
	text-align:		left;
	display: none;
	/*display:		block; */
}	
	.info_commande ul li label {
		float:			left;
		width:			200px;
		margin: 		0 10px 0 0;
		text-align:		right;
		font-weight:	bold;
		color:			#666;
	}
	.info_commande ul li input {
		width:			275px;
		color:			#666;
	}
	.info_commande ul li.rue_adresse input {
		width:			218px;
	}
		.info_commande ul li input.numero_rue {
			width:		50px;
			margin:		0 3px 0 0;
		}
	.info_commande ul li select {
		width:			175px;
		color:			#666;
	}
	
.info_commande .adresse_livraison ul li.autre_adresse_livraison {
	display:		block;
}
	.info_commande .adresse_livraison ul li.autre_adresse_livraison input {
		margin:		0 10px 0 190px;
		width:		10px
	}
	.info_commande .adresse_livraison ul li.autre_adresse_livraison label {
		float:		none;
		color:		#aaa;
	}
	
/* CHOIX PAIEMENT
/******************************************/
.info_commande .choix_paiement ul {
	width:		80%;
	height:		80px;
	margin:		0 auto;
}
.info_commande .choix_paiement ul li {
	float:		left;
	text-align:	center;
	width:		50%;
}
.info_commande .choix_paiement ul li img {
	display:	block;
	margin:		0 auto;
}
.info_commande .choix_paiement ul li label {
	width:		auto;
	display:	inline;
	float:		none;
}
.info_commande .choix_paiement ul li input {
	width:		auto;
}

/* DETAILS VEHICULE
/******************************************/
.info_vehicule ul li select {
	width:		279px
}

/* INSCRIPTION NEWS
/******************************************/
.info_commande .inscription_news {
	color:			#AAA;
	font-weight:	bold;
}

.info_commande .newsletter_mecatechnic {
	text-align:		right;
	float:			left;
	width:			250px;
	margin:			0 10px 0 0;
	font-weight:	bold;
	color:			#666;
	font-size:		11px;	
	height:			120px;
}

.info_commande .inscription_news ul li input {
	width:			auto;
}
.info_commande .inscription_news ul li label {
	float:			none;
	margin:			0;
}

/* COMMENTAIRE
/******************************************/
.info_commande .commentaire {
	border-bottom:		1px #ccc solid;
}
.info_commande .commentaire label {
	display:		block;
	margin: 		0 10px 0 0;
	text-align:		center;
	font-weight:	bold;
	color:			#aaa;
}
.info_commande .commentaire textarea {
	display:		block;
	margin: 		5px auto 0;
	text-align:		left;
	color:			#666;
	width:			500px;
	height:			30px;
}


/* VALIDATION
/******************************************/
.info_commande .validation {
	text-align:			center;
	margin:				0 0 15px;
}
.info_commande .validation a {
	display:			block;
	font-weight:		bold;
	color:				#666;
	margin:				0 0 5px;
	text-decoration:	underline;
}
.info_commande .validation  input {
		margin:			3px;
		width:			auto
	}
.info_commande .validation label {
	float:				none;
	color:				#aaa;
}

/**********************************/
/*			PAIEMENT			  */
/**********************************/

.contenu_statique .zone_securisee_paiement {
	padding:			0 3px;
	text-align:			center;
	color:				#999;
}
	.contenu_statique .zone_securisee_paiement  .ss_titre {
		margin:			5px 0 15px;
	}

	.contenu_statique .zone_securisee_paiement  .message_carte {

		font-weight:	bold;
		color:			#FF0000;
	}


.zone_securisee_paiement ul li {
	margin:			4px 0;
	text-align:		left;
}	
	.zone_securisee_paiement ul li label {
		float:			left;
		width:			200px;
		margin: 		0 10px 0 0;
		text-align:		right;
		font-weight:	bold;
		color:			#666;
	}
	.zone_securisee_paiement ul li input {
		width:			273px;
		color:			#666;
	}
	.zone_securisee_paiement ul li select {
		width:			67px;
		color:			#666;
	}
	
	.zone_securisee_paiement ul li.numero_carte input {
		width:			63px;
	}
	.zone_securisee_paiement ul li #paiement_cryptogramme {
		width:			133px;
	}
	
	.zone_securisee_paiement .detail_cryptogramme {
		text-align:		right;
		height:			80px;
		padding:		0 18% 0;
		font-weight:	bold;
		font-style:		italic;
		font-size:		10px;
		line-height:	120%;
		font-family:	Tahoma, Arial, Helvetica, sans-serif;
		color:			#AAA;
		margin:			4px 0 0;
		position:		relative;
		top:			-30px;
	}
		.zone_securisee_paiement .detail_cryptogramme img {
			float:		right;
			margin:		0 0 0 10px;
		}
		.zone_securisee_paiement .detail_cryptogramme span {
			display:	block;
			padding:	35px 0 0;
		}
		
	.zone_securisee_paiement ul li.rapel_mode_paiement {
		margin:			0 0 0 210px;
		color:			#ed4650;
		font-size:		11px;
	}
	.zone_securisee_paiement ul li.rapel_mode_paiement img {
		vertical-align:	middle;
	}
	
	.zone_securisee_paiement .mentions {
		display:		block;
		margin:			20px 0 0;
		border-top:		1px #ccc solid;
		font-weight:	bold;
		color:			#999;
		font-size:		11px;
	}


/* css pour zoom_photo */
#screenshot{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
		z-index:300;
}

/* iadvize */

#idz_chatbar .idz_face_inner {
    background:transparent url('/images/iadvize_conseiller.png') center 0px no-repeat;
}
#idz_chatbar .idz_face_inner img{
    visibility:hidden;
}
