@charset "UTF-8";
/* CSS Document */

/* =RESET (http://developer.yahoo.net/yui/license.txt)
version: 2.2.1
--------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/* END RESET -------------------------------------- */

body {
	width: 100%;
	height: 100%;
	font-family: arial;
	font-size: 12px;
	color: #504e5a;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

input {
	text-align: left;
}

strong {
	font-weight: bold;
}

u {
	text-decoration: underline;
}

/* DIV */

#global {
	position: relative;
	width: 899px;
	height: 100%;
	margin: 0 auto;
}

	/* BANDEAU */

	#header {
		float: left;
		background: url(../images/header.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		width: 900px;
		height: 77px;
		font-size: 10px;
	}

		#header h1 {
			float: left;
			background: url(../images/logo.png)  no-repeat;
			width: 175px;
			height: 36px;
			text-indent: -9999px;
			display: block;
			margin: 20px 0 0 16px;
		}

		.language {
			position: absolute;
			right: 0;
			float: left;
			width: 106px;
			height: 45px;
			margin: 14px 175px 0 0;
		}

		.search {
			position: absolute;
			right: 0;
			float: left;
			width: 160px;
			height: 36px;
			margin: 14px 15px 0 0;
			color: #252525;
			font-size: 10px;
		}

			.search a {
				text-decoration: none;
				color: #252525;
			}

			.search a.visited, .search a:hover {
				text-decoration: underline;
				color: #252525;
			}

	/* MENU */

	#menu {
		float: left;
		width: 899px;
		height: 24px;
	}

		#menu ul li {
				float: left;
				margin-top:1px;
			}

			.menu1 a {
				display: block;
				width: 116px;
				height: 24px;
				background: url(../images/menu_accueil.gif) no-repeat left top;
				text-indent: -9999px;
			}

			.menu1 a.selected, .menu1 a:hover {
				background: url(../images/menu_accueil.gif) no-repeat left bottom;
			}

				.menu1_on a {
					display: block;
					width: 116px;
					height: 24px;
					background: url(../images/menu_accueil_on.gif) no-repeat;
					text-indent: -9999px;
				}

				.menu1_on a.selected, .menu1_on a:hover {
					background: url(../images/menu_accueil_on.gif) no-repeat;
				}

			.menu2 a {
				display: block;
				width: 104px;
				height: 24px;
				background: url(../images/menu_produit.gif) no-repeat left top;
				text-indent: -9999px;
			}

			.menu2 a.selected, .menu2 a:hover {
				background: url(../images/menu_produit.gif) no-repeat left bottom;
			}

				.menu2_on a {
					display: block;
					width: 104px;
					height: 24px;
					background: url(../images/menu_produit_on.gif) no-repeat;
					text-indent: -9999px;
				}

				.menu2_on a.selected, .menu2_on a:hover {
					background: url(../images/menu_produit_on.gif) no-repeat;
				}

			.menu3 a {
				display: block;
				width: 159px;
				height: 24px;
				background: url(../images/menu_guide.gif) no-repeat left top;
				text-indent: -9999px;
			}

			.menu3 a.selected, .menu3 a:hover {
				background: url(../images/menu_guide.gif) no-repeat left bottom;
			}

				.menu3_on a {
					display: block;
					width: 159px;
					height: 24px;
					background: url(../images/menu_guide_on.gif) no-repeat;
					text-indent: -9999px;
				}

				.menu3_on a.selected, .menu3_on a:hover {
					background: url(../images/menu_guide_on.gif) no-repeat;
				}

			.menu4 a {
				display: block;
				width: 112px;
				height: 24px;
				background: url(../images/menu_assistance.gif) no-repeat left top;
				text-indent: -9999px;
			}

			.menu4 a.selected, .menu4 a:hover {
				background: url(../images/menu_assistance.gif) no-repeat left bottom;
			}

				.menu4_on a {
					display: block;
					width: 112px;
					height: 24px;
					background: url(../images/menu_assistance_on.gif) no-repeat;
					text-indent: -9999px;
				}

				.menu4_on a.selected, .menu4_on a:hover {
					background: url(../images/menu_assistance_on.gif) no-repeat;
				}

			.menu5 a {
				position: absolute;
				right: 0;
				display: block;
				width: 96px;
				height: 24px;
				background: url(../images/menu_panier.gif) no-repeat left top;
				text-indent: -9999px;
				margin: 0 110px 0 0;
			}

			.menu5 a.selected, .menu5 a:hover {
				position: absolute;
				right: 0;
				background: url(../images/menu_panier.gif) no-repeat left bottom;
				margin: 0 110px 0 0;
			}

				.menu5_on a {
					position: absolute;
					right: 0;
					display: block;
					width: 96px;
					height: 24px;
					background: url(../images/menu_panier_on.gif) no-repeat;
					text-indent: -9999px;
					margin: 0 110px 0 0;
				}

				.menu5_on a.selected, .menu5_on a:hover {
					position: absolute;
					right: 0;
					background: url(../images/menu_panier_on.gif) no-repeat;
					margin: 0 110px 0 0;
				}

			.menu6 {
				position: absolute;
				right: 0;
				width: 100px;
				height: 24px;
				margin: 0;
				color: #fff;
				line-height: 24px;
			}

			.menu_produit {
				display: block;
				background: url(../images/menu_produit.gif) no-repeat left top;
				width: 104px;
				height: 24px;
				text-indent: -9999px;
				z-index:1000;
			}

				.menu_produit_on {
					display: block;
					background: url(../images/menu_produit_on.gif) no-repeat left top;
					width: 104px;
					height: 24px;
					text-indent: -9999px;
					z-index:1000;
				}

			.menu_assistance {
				display: block;
				background: url(../images/menu_assistance.gif) no-repeat left top;
				width: 104px;
				height: 24px;
				text-indent: -9999px;
				z-index:1000;
			}

				.menu_assistance_on {
					display: block;
					background: url(../images/menu_assistance_on.gif) no-repeat left top;
					width: 104px;
					height: 24px;
					text-indent: -9999px;
					z-index:1000;
				}

			.menu_body {
				position: absolute;
				display: none;
				background: #928fa3;
				width: 146px;
				z-index: 1000;
			}

				.sousmenu1 a {
					display: block;
					width: 146px;
					height: 44px;
					background: url(../images/sousmenu_cadre.gif) no-repeat left top;
					text-indent: -9999px;
				}

				.sousmenu1 a.selected, .sousmenu1 a:hover {
					background: url(../images/sousmenu_cadre.gif) no-repeat left bottom;
				}

				.sousmenu2 a {
					display: block;
					width: 146px;
					height: 44px;
					background: url(../images/sousmenu_telephone.gif) no-repeat left top;
					text-indent: -9999px;
				}

				.sousmenu2 a.selected, .sousmenu2 a:hover {
					background: url(../images/sousmenu_telephone.gif) no-repeat left bottom;
				}

				.sousmenu3 a {
					display: block;
					width: 146px;
					height: 30px;
					background: url(../images/sousmenu_accessoire.gif) no-repeat left top;
					text-indent: -9999px;
				}

				.sousmenu3 a.selected, .sousmenu3 a:hover {
					background: url(../images/sousmenu_accessoire.gif) no-repeat left bottom;
				}

				.sousmenu_produitaudio a {
					display: block;
					width: 146px;
					height: 44px;
					background: url(../images/sousmenu_produitsaudios.gif) no-repeat left top;
					text-indent: -9999px;
				}

				.sousmenu_produitaudio a.selected, .sousmenu_produitaudio a:hover {
					background: url(../images/sousmenu_produitsaudios.gif) no-repeat left bottom;
				}


			.menu_body2 {
				position: absolute;
				display: none;
				background: #928fa3;
				width: 146px;
				z-index: 1000;
			}
				.sousmenu4 a {
					display: block;
					width: 146px;
					height: 43px;
					background: url(../images/sousmenu_telechargement.gif) no-repeat left top;
					text-indent: -9999px;
				}

				.sousmenu4 a.selected, .sousmenu4 a:hover {
					background: url(../images/sousmenu_telechargement.gif) no-repeat left bottom;
				}

				.sousmenu5 a {
					display: block;
					width: 146px;
					height: 30px;
					background: url(../images/sousmenu_faq.gif) no-repeat left top;
					text-indent: -9999px;
				}

				.sousmenu5 a.selected, .sousmenu5 a:hover {
					background: url(../images/sousmenu_faq.gif) no-repeat left bottom;
				}

				.sousmenu6 a {
					display: block;
					width: 146px;
					height: 44px;
					background: url(../images/sousmenu_condition.gif) no-repeat left top;
					text-indent: -9999px;
				}

				.sousmenu6 a.selected, .sousmenu6 a:hover {
					background: url(../images/sousmenu_condition.gif) no-repeat left bottom;
				}

				.sousmenu7 a {
					display: block;
					width: 146px;
					height: 33px;
					background: url(../images/sousmenu_garantie.gif) no-repeat left top;
					text-indent: -9999px;
				}

				.sousmenu7 a.selected, .sousmenu7 a:hover {
					background: url(../images/sousmenu_garantie.gif) no-repeat left bottom;
				}

	#deco_sous_menu {
		width:900px;
		height:9px;
		background-image:url(../images/deco_menu.jpg);
		background-repeat:no-repeat;
		background-position:left;
	}

	/* FIL D'ARIANE */

	#ariane {
		float: left;
		width: 899px;
		height: 24px;
		color: #666;
		font-size: 10px;
		line-height: 24px;
	}

		#ariane a {
			text-decoration: none;
			color: #666;
			font-size: 10px;
		}

		#ariane a.visited, #ariane a:hover {
			text-decoration: underline;
			color: #666;
			font-size: 10px;
		}

	/* CONTENT */

	#content {
		float: left;
		background: #bfbbc6;
		width: 899px;
		height: auto;
	}

	/* Choix langue */

		.langue {
			float: left;
			width: 899px;
			height: auto;
			color: #000;
		}

			.langue a {
				float: left;
				color: #000;
				text-decoration: none;
			}

			.langue a.visited, .langue a:hover {
				float: left;
				color: #000;
				text-decoration: underline;
			}

	/* Accueil */

		.promo {
			float: left;
			width: 899px;
			height: auto;
		}
			.img_safari{
				margin-left:5px;
				margin-right:5px;
				margin-top:5px;
				margin-bottom:5px;
				display:block;
				border:none;
			}

			#bloc_promo {
				width:848px;
				background-color:#FFFFFF;
				margin:5px 5px;
				padding:20px 20px;
				height:190px;
			}

			#bloc_promo {
				width:848px;
				background-color:#FFFFFF;
				margin:5px 5px;
				padding:20px 20px;
				height:190px;
			}

			#bloc_promoflash {
				text-align:center;
				background-color:#c90019;
				height:235px;
				padding-top:0px;
			}
			#bloc_promoflashdroit {
				text-align:center;
				background-color:#ffffff;
				height:235px;
				padding-top:0px;
			}
			#partie_gauche
			{
				float:left;
			}

			#partie_droite
			{
				float:right;
			}

			.promo p {
				float: left;
				padding: 20px;
				text-align: justify;
				color: #504e5a;
			}

	/* Produit */

		.gamme {
			float: left;
			width: 899px;
			height: auto;
		}

			.titre_gamme {

				color: #000;
				font-size: 14px;

				font-weight: bold;

			}

				.titre_gamme a {
					color: #000;
					font-size: 14px;
					font-weight: bold;
					text-decoration: none;

				}

				.titre_gamme a.visited, .titre_gamme a:hover {
					color: #000;
					font-size: 14px;
					font-weight: bold;
					text-decoration: underline;

				}

			.texte_gamme {
				float: left;
				width: 136px;
				color: #000;
				font-size: 10px;
			}


			#img_essai_art{
				margin: auto auto;
				width:10px;
				border:#666666 1px solid;
			}

			.image_produit
			{

			}

			._img_gamme {
				margin-right:auto;
				margin-left:auto;
			}

			.ok{
				display:block;
			}

			.gamme img {
				float: left;
			}

		.liste {
			float: left;
			width: 899px;
			height: auto;
		}

		.fiche {
			float: left;
			width: 899px;
			height: auto;
		}

			.titre_fiche {
				float: left;
				color: #fff;
				font-size: 24px;
				text-transform: uppercase;
				padding: 20px;
			}

			.titre_fiche_texte {
				float: left;
				width: 185px;
				color: #72736b;
				font-size: 20px;
				padding-left: 35px;
			}

			.titre_fiche_texte_sans_prix {
				float: left;
				width: 185px;
				color: #72736b;
				font-size: 12px;
				font-weight:bold;
				padding-left: 35px;
			}

			.texte_fiche {
				float: left;
				color: #72736b;
				font-size: 12px;
				text-align: justify;
				padding-left: 35px;
				margin: 0px 0px 20px 0px;

			}

				.texte_fiche h1 {
					color: #000;
					font-size: 12px;
					font-weight: bold;
					margin: 20px 10px 10px 0px;
				}

			.titre_accessoire {
				float: left;
				color: #000;
				font-size: 16px;
				font-weight: bold;
				text-transform: uppercase;
				padding: 15px;
			}

				.texte_titre_accessoire {
					float: left;
					width: 100px;
					color: #666;
					font-size: 12px;
					text-align: left;
				}

				.texte_accessoire {
					float: left;
					width: 160px;
					color: #666;
					font-size: 10px;
					text-align: justify;

				}

		/* Guide d'achat */

		.guide {
			color: #000;
		}

			.titre_guide {
				text-transform: uppercase;
				font-weight: bold;
			}

			.guide_selection {
				color: #555;
				font-size: 10px;
			}

				.guide_selection h1 {
					color: #000;
					text-transform: uppercase;
					font-weight: bold;
				}

				.guide_selection h2 {
					color: #555;
					font-size: 10px;
					text-align: left;
				}

			.guide_selection p {
				width: 100px;
				text-transform: uppercase;
			}


		/* Assitance */

		.assistance {
			color: #000;
			text-align: justify;
		}

			.titre_assistance {
				text-transform: uppercase;
				font-weight: bold;
			}

			.assistance p {
				text-align: center;
				width: 845px;
			}

			.assistance a {
				color: #000;
				font-size: 14px;
				text-decoration: none;
			}

			.assistance a.visited, .assistance a:hover {
				color: #000;
				font-size: 14px;
				text-decoration: underline;
			}

		.telechargement {
			color: #000;
		}

			.titre_telechargement {
				text-transform: uppercase;
				font-weight: bold;
			}

			.telechargement strong {
				/* color: #4a4858; modif */
				color: #e12f3f;
			}

			.telechargement u {
				color: #000;
				text-decoration: none;
				font-weight: bold;
			}

			.telechargement ul {
				color: #4a4858;
				list-style: none;
			}

			.telechargement ol {
				list-style: disc;
				padding-left: 20px;
				color: #000;
			}

			.telechargement a {
				text-decoration: none;
				color: #000;
			}

				.telechargement a.visited, .telechargement a:hover {
					text-decoration: underline;
					color: #000;
				}

		.faq {
			color: #000;
			text-align: justify;
		}

			.titre_faq {
				text-transform: uppercase;
				font-weight: bold;
			}

			.faq a {
				color: #4a4858;
				text-decoration: underline;
			}

			.faq a.visited, .faq a:hover {
				color: #4a4858;
				text-decoration: underline;
			}

			#navigation {
				list-style: none;
				color: #000;
			}

			#navigation a, #navigation span {
				display: block;
				color: #000;
				text-decoration: none;
				padding-bottom: 10px;
			}

			#navigation a:hover, #navigation a:focus, #navigation a:active {
				color: #000;
				text-decoration: none;
			}

			#navigation .open a, #navigation .open span {
				color: #000;
				text-decoration: none;
			}

			#navigation .toggleSubMenu a, #navigation .toggleSubMenu span {
				color: #4a4858;
				font-weight: bold;
				text-decoration: none;
			}

			#navigation .subMenu {
				color: #000;
				font-weight: normal;
				text-decoration: none;
			}

			#navigation ul.subMenu a {
				color: #000;
				font-weight: normal;
				text-decoration: none;
			}

		.condition {
			color: #000;
			text-align: justify;
		}

			.titre_condition {
				text-transform: uppercase;
				font-weight: bold;
			}

			.condition a {
				color: #4a4858;
				text-decoration: underline;
			}

			.condition a.visited, .condition a:hover {
				color: #4a4858;
				text-decoration: underline;
			}

			.condition strong {
				color: #4a4858;
			}

		.garantie {
			color: #000;
			text-align: justify;
			font-size: 12px;
			line-height: normal;
		}

			.titre_garantie {
				text-transform: uppercase;
				font-weight: bold;
			}

			.garantie a {
				color: #4a4858;
				text-decoration: underline;
			}

			.garantie a.visited, .garantie a:hover {
				color: #4a4858;
				text-decoration: underline;
			}

			.garantie strong {
				color: #4a4858;
			}

		/* Recherche */

		.recherche {
			color: #000;
		}

			.titre_recherche {
				color: #000;
				text-transform: uppercase;
				font-weight: bold;
			}

			.recherche li {
				line-height: 30px;
			}

			.recherche table {
				color: #000;
			}

		/* Panier */

		.panier {
			color: #000;
		}

			.titre_panier {
				color: #000;
				text-transform: uppercase;
				font-weight: bold;
			}

			#panier {
				color: #000;
				font-weight: bold;
			}

			#panier ul li {
				float: left;
			}

				.panier1 a {
					display: block;
					width: 178px;
					height: 22px;
					background: url(../images/btn_panier_commande.jpg) no-repeat left bottom;
					text-indent: -9999px;
					padding-right: 10px;
				}

					.panier1_on a {
						display: block;
						width: 178px;
						height: 22px;
						background: url(../images/btn_panier_commande_on.jpg) no-repeat;
						text-indent: -9999px;
						padding-right: 10px;
					}

				.panier2 a {
					display: block;
					width: 178px;
					height: 22px;
					background: url(../images/btn_panier_livraison.jpg) no-repeat left bottom;
					text-indent: -9999px;
					padding-right: 10px;
				}

					.panier2_on a {
						display: block;
						width: 178px;
						height: 22px;
						background: url(../images/btn_panier_livraison_on.jpg) no-repeat;
						text-indent: -9999px;
						padding-right: 10px;
					}

				.panier3 a {
					display: block;
					width: 178px;
					height: 22px;
					background: url(../images/btn_panier_paiement.jpg) no-repeat left bottom;
					text-indent: -9999px;
					padding-right: 10px;
				}

					.panier3_on a {
						display: block;
						width: 178px;
						height: 22px;
						background: url(../images/btn_panier_paiement_on.jpg) no-repeat;
						text-indent: -9999px;
						padding-right: 10px;
					}

			/* Société */

			.societe {
				color: #4a4858;
				text-align: justify;
			}

				.titre_societe {
					text-transform: uppercase;
					font-weight: bold;
				}

				.societe a {
					color: #4a4858;
					text-decoration: underline;
				}

				.societe a.visited, .societe a:hover {
					color: #4a4858;
					text-decoration: underline;
				}

				.societe h1 {
					color: #000;
					font-weight: bold;
				}

				.societe h2 {
					color: #000;
					font-size: 10px;
					margin-left: 50px;
				}

				.societe img {
					float: none;
				}

			/* Presse */

			.presse {
				color: #000;
				text-align: justify;
			}

				.titre_presse {
					text-transform: uppercase;
					font-weight: bold;
				}

				.presse a {
					color: #4a4858;
					text-decoration: underline;
				}

				.presse a.visited, .presse a:hover {
					color: #4a4858;
					text-decoration: underline;
				}

				.presse strong {
					color: #4a4858;
				}

			/* Logiciel*/

			.logiciel {
				color: #000;
				text-align:center;
				width:889px;
				background-color:#fcfcfc;
				margin:5px 5px 5px 5px;
				padding-bottom:10px;
				padding-top:10px;
			}

			.logiciel p{
				padding-top:5px;
			}

				.titre_logiciel {
					text-transform: uppercase;
					font-weight: bold;
				}

				.logiciel_catalogue{
					margin-top:10px;
					display:block;
				}


			/* Contact */

			.contact {
				color: #000;
				text-align: justify;
			}

				.titre_contact {
					text-transform: uppercase;
					font-weight: bold;
				}

				.contact a {
					color: #4a4858;
					text-decoration: underline;
				}

				.contact a.visited, .contact a:hover {
					color: #4a4858;
					text-decoration: underline;
				}

				.contact strong {
					color: #4a4858;
				}

	/* FOOTER */

	#footer {
		float: left;
		width: 899px;
		height: 70px;
	}

		/* Menu du bas */

		.menu {
			float: left;
			background: url(../images/deco_footer.png);
			background-repeat:repeat-x;
			width: 899px;
			height: 36px;
			margin: 24px 0 0 0;
		}

			.menu ul li {
				float: left;
			}

				#menu7 a {
					margin-left: 200px;
					display: block;
					width: 175px;
					height: 26px;
					background: url(../images/menu_revendeur.gif) no-repeat left top;
					text-indent: -9999px;
				}

				#menu7 a.selected, #menu7 a:hover {
					background: url(../images/menu_revendeur.gif) no-repeat left bottom;
				}

					#menu7_on a {
						margin-left: 200px;
						display: block;
						width: 175px;
						height: 26px;
						background: url(../images/menu_revendeur_on.gif) no-repeat;
						text-indent: -9999px;
					}

					#menu7_on a.selected, #menu7_on a:hover {
						background: url(../images/menu_revendeur_on.gif) no-repeat;
					}

				#menu8 a {
					margin-left: 232px;
					display: block;
					width: 188px;
					height: 26px;
					margin-top:5px;
					background: url(../images/menu_societe.gif) no-repeat left top;
					text-indent: -9999px;
				}

				#menu8 a.selected, #menu8 a:hover {
					background: url(../images/menu_societe.gif) no-repeat left bottom;
				}

					#menu8_on a {
						margin-left: 232px;
						display: block;
						width: 188px;
						height: 26px;
						margin-top:5px;
						background: url(../images/menu_societe_on.gif) no-repeat;
						text-indent: -9999px;
					}

					#menu8_on a.selected, #menu8_on a:hover {
						background: url(../images/menu_societe_on.gif) no-repeat;
					}

				#menu9 a {
					margin-left: 13px;
					display: block;
					width: 94px;
					height: 26px;
					margin-top:5px;
					background: url(../images/menu_presse.gif) no-repeat left top;
					text-indent: -9999px;
				}

				#menu9 a.selected, #menu9 a:hover {
					background: url(../images/menu_presse.gif) no-repeat left bottom;
				}

					#menu9_on a {
						margin-left: 13px;
						display: block;
						width: 94px;
						height: 26px;
						margin-top:5px;
						background: url(../images/menu_presse_on.gif) no-repeat;
						text-indent: -9999px;
					}

					#menu9_on a.selected, #menu9_on a:hover {
						background: url(../images/menu_presse_on.gif) no-repeat;
					}

				#menu10 a {
					margin-left: 25px;
					display: block;
					width: 96px;
					height: 26px;
					margin-top:5px;
					background: url(../images/menu_contact.gif) no-repeat left top;
					text-indent: -9999px;
				}

				#menu10 a.selected, #menu10 a:hover {
					background: url(../images/menu_contact.gif) no-repeat left bottom;
				}

					#menu10_on a {
						margin-left: 25px;
						display: block;
						width: 96px;
						margin-top:5px;
						height: 26px;
						background: url(../images/menu_contact_on.gif) no-repeat;
						text-indent: -9999px;
					}

					#menu10_on a.selected, #menu10_on a:hover {
						background: url(../images/menu_contact_on.gif) no-repeat;
					}

		.copyright {
			float: left;
			width: 899px;
			height: 20px;
			text-align: center;
			line-height: 22px;
			color: #4a4858;
			font-size: 9px;
		}

			.copyright a {
				text-decoration: none;
				color: #4a4858;
				font-size: 9px;
			}

			.copyright a.visited, .copyright a:hover {
				text-decoration: underline;
				color: #4a4858;
				font-size: 9px;
			}

/* STYLES */

.title1 {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}

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

			TEMPLATE pour une mise en avant d'une gamme

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

#bloc_gamme_produit{
	width:890px;
	 min-height:350px;
      height:auto !important;
      height:350px;

	background-color:#FFF;
	margin:5px 5px 5px 5px;
}

	#bloc_gamme_mea{
		width:360px;
		float:left;
		text-align:center;
		margin-bottom:20px;
		padding-bottom:10px;
		position:relative;
	}

	#gamme_mea{
		width:350px;
		float:left;
		padding-top:20px;
		text-align:center;
		margin-top:10px;
		margin-bottom:20px;
		padding-bottom:20px;
		position:absolute;
		z-index:0;
	}

		#gamme_mea span{
			color: #000;
			font-size: 14px;
			font-weight: bold;
		}

			#gamme_mea span a {
				color: #000;
				font-size: 20px;
				font-weight: bold;
				text-decoration: none;
			}

		#image_gamme_mea{
			width:300px;
			margin-left:auto;
			margin-right:auto;
			margin-top:0px;
		}

	#bloc_reste{
		width:500px;
		float:left;
		margin-left:20px;
		margin-top:35px;
		margin-bottom:40px;
		border-left:1px solid #bfbbc6;
	}

	#gamme_presentation{
		text-align:center;
		width:220px;
		/*background-color:#0FF;*/
		float:left;
		margin-left:0px;
		pading-top:20px;
		margin-bottom:0px;
	}


		#gamme_presentation span{
			color: #000;
			font-size: 14px;
			font-weight: bold;

		}

			#gamme_presentation a {
				color: #000;
				font-size: 14px;
				font-weight: bold;
				text-decoration: none;
				display:block;


				text-align:center;
				/*background-color:#603;	*/
			}

		#image_gamme_presentation{
			width:250px;
			margin-top:0px;
			margin-bottom:0px;
			text-align:center;
		}

		.image_cadre{
			padding-left:70px;
			padding-right:70px;
			padding-top:10px;
			padding-bottom:25px;
			display:block;
			text-align:center;
			/*background-color:#060;*/
		}





#clr{
	clear:both;
}

.bordure_presentation{
	border-right:none;
}

.bordure_presentation_on{
	/*border-right:2px solid #bfbbc6;*/
}





