﻿/*
	MENU BOUTIQUE DEFINITION
*/							
/* ------------------------------------------------------------------------------------------------------------- */
		/* Boutique */
		/* ------------------------------------------------------------------------------------------------------------- */
		#container #nav-boutique{
			position:relative;
			width:981px;
			height:28px;
			text-align:left;
			z-index:401;
			background-color:#ffffff;
    		background-position:-15px -50px;
    		background-repeat:no-repeat;
		}
			#container #nav-boutique .sprite-boutique{
				position:absolute;
				width:1px;
				height:1px;
				z-index:0;
	    		background-position:-900px -1750px;
	    		background-repeat:no-repeat;
			}
			#container #nav-boutique .element{
				position:absolute;
        		background-repeat:no-repeat;
        		cursor:pointer;
			}
				#container #nav-boutique .element span { visibility:hidden; }
				.boutique-categ-0{
					left:0;
					width:98px;
					height:28px;
		    		background-position:-15px -50px;
				}
				.boutique-categ-0_hover{
					left:0;
					width:98px;
					height:28px;
		    		background-position:-15px -100px;
				}
				.boutique-categ-1{
					left:98px;
					width:87px;
					height:28px;
		    		background-position:-113px -50px;
				}
				.boutique-categ-1_hover{
					left:98px;
					width:87px;
					height:28px;
		    		background-position:-113px -100px;
				}
				.boutique-categ-2{
					left:185px;
					width:67px;
					height:28px;
		    		background-position:-200px -50px;
				}
				.boutique-categ-2_hover{
					left:185px;
					width:67px;
					height:28px;
		    		background-position:-200px -100px;
				}
				.boutique-categ-3{
					left:252px;
					width:117px;
					height:28px;
		    		background-position:-267px -50px;
				}
				.boutique-categ-3_hover{
					left:252px;
					width:117px;
					height:28px;
		    		background-position:-267px -100px;
				}
				.boutique-categ-4{
					left:369px;
					width:66px;
					height:28px;
		    		background-position:-384px -50px;
				}
				.boutique-categ-4_hover{
					left:369px;
					width:66px;
					height:28px;
		    		background-position:-384px -100px;
				}
				.boutique-categ-5{
					left:435px;
					width:115px;
					height:28px;
		    		background-position:-450px -50px;
				}
				.boutique-categ-5_hover{
					left:435px;
					width:115px;
					height:28px;
		    		background-position:-450px -100px;
				}
				.boutique-categ-6{
					left:550px;
					width:67px;
					height:28px;
		    		background-position:-565px -50px;
				}
				.boutique-categ-6_hover{
					left:550px;
					width:67px;
					height:28px;
		    		background-position:-565px -100px;
				}
				.boutique-categ-7{
					left:617px;
					width:170px;
					height:28px;
		    		background-position:-632px -50px;
				}
				.boutique-categ-7_hover{
					left:617px;
					width:170px;
					height:28px;
		    		background-position:-632px -100px;
				}
				.boutique-categ-8{
					left:787px;
					width:98px;
					height:28px;
		    		background-position:-802px -50px;
				}
				.boutique-categ-8_hover{
					left:787px;
					width:98px;
					height:28px;
		    		background-position:-802px -100px;
				}
				.boutique-categ-9{
					left:885px;
					width:96px;
					height:28px;
		    		background-position:-900px -50px;
				}
				.boutique-categ-9_hover{
					left:885px;
					width:96px;
					height:28px;
		    		background-position:-900px -100px;
				}
		.boutique{
			display: none;
			position:absolute;
			z-index:900;
			background-color:#ffffff;
    		background-position:0 -1750px;
    		background-repeat:no-repeat;
		}
		.boutique_hover{
			display: block;
    		background-position:0 0;
    		cursor:default;
		}
			.boutique_hover H2{
				font-family:Arial;
				font-size:11px;
				font-weight:normal;
				color:#a39b94;
				text-transform:uppercase;
				line-height:normal;
				margin:0;
			}
			.boutique_hover .endline{
				position:relative;
 				margin:7px 0 7px 0 !important;margin:0;
				width:160px;
				height:1px;
				line-height:1px;
    			background-repeat:repeat-x;
			}
			.boutique_hover .categ-col1{
				position:absolute;
				top:25px;
				left:20px;
				width:175px;
				height:130px;
				border-right:solid 1px #e0e3e2;
				font-family:Arial;
				font-size:11px;
				font-weight:bold;
				color:#47372a;
			}
			.boutique_hover .categ-col2{
				position:absolute;
				top:25px;
				left:220px;
				width:175px;
				height:130px;
				border-right:solid 1px #e0e3e2;
				font-family:Arial;
				font-size:11px;
				font-weight:bold;
				color:#47372a;
			}
			.boutique_hover .categ-col3{
				position:absolute;
				top:25px;
				left:410px;
				width:175px;
				height:130px;
				border-right:solid 1px #e0e3e2;
				font-family:Arial;
				font-size:11px;
				font-weight:bold;
				color:#47372a;
			}
			.boutique_hover .categ-col4{
				position:absolute;
				top:25px;
				left:610px;
				width:175px;
				height:130px;
				font-family:Arial;
				font-size:11px;
				font-weight:bold;
				color:#47372a;
			}
			.boutique_hover .push-commerce{
				position:absolute;
				top:185px;
				left:105px;
				width:175px;
				font-family:Arial;
				font-size:11px;
				color:#47372a;
			}
				.boutique_hover .push-commerce .img			{ position:absolute;top:-5px;left:-98px; }
				.boutique_hover .push-commerce H3			{ font-size:16px;line-height:16px;color:#47372a;font-weight:normal;margin:0 0 5px 0; }
				.boutique_hover .push-commerce a			{ font-size:9px;font-weight:bold;color:#a39b94;text-transform:uppercase;text-decoration:none; }
				.boutique_hover .push-commerce a:hover		{ font-size:9px;font-weight:bold;color:#a39b94;text-transform:uppercase;text-decoration:underline; }
				.boutique_hover .push-commerce .picto-promo{
					position:absolute;
					left:180px;
					top:55px;
				}
				.boutique_hover .push-commerce .picto-nouveaute{
					position:absolute;
					left:180px;
					top:5px;
				}
				.boutique_hover .push-commerce .addbasket{
					position:relative;
					width:164px;
					height:37px;
					background-image:url('../nav/nav-addbasket.gif');
		    		background-repeat:no-repeat;
				}
					.boutique_hover .push-commerce .addbasket .textcontent{
						position:absolute;
						top:-2px;
						left:35px;
						font-family:Arial;
						font-size:10px;
						color:#b1b1b0;
					}
						.boutique_hover .push-commerce .addbasket .textcontent strong { color:#47372a;font-size:12px;font-weight:bold;margin-right:10px; }
					.boutique_hover .push-commerce .addbasket .addtoshoppingbasket{
						position:absolute;
						top:22px;
						left:35px;
					}
			.boutique_hover .push-conseil{
				position:absolute;
				top:185px;
				left:35px;
				width:365px;
				font-family:Arial;
				font-size:11px;
				color:#47372a;
			}
				.boutique_hover .push-conseil H3			{ font-size:16px;line-height:16px;color:#47372a;font-weight:normal;margin:0 0 5px 0; }
				.boutique_hover .push-conseil a				{ font-size:9px;font-weight:bold;color:#a39b94;text-transform:uppercase;text-decoration:none; }
				.boutique_hover .push-conseil a:hover		{ font-size:9px;font-weight:bold;color:#a39b94;text-transform:uppercase;text-decoration:underline; }
			.boutique_hover .push-conseil-short{
				position:absolute;
				top:185px;
				left:35px;
				width:160px;
				font-family:Arial;
				font-size:11px;
				color:#47372a;
			}
				.boutique_hover .push-conseil-short H3		{ font-size:16px;line-height:16px;color:#47372a;font-weight:normal;margin:0 0 5px 0; }
				.boutique_hover .push-conseil-short a		{ font-size:9px;font-weight:bold;color:#a39b94;text-transform:uppercase;text-decoration:none; }
				.boutique_hover .push-conseil-short a:hover	{ font-size:9px;font-weight:bold;color:#a39b94;text-transform:uppercase;text-decoration:underline; }
			.boutique_hover .push-marque{
				position:absolute;
				top:168px;
				left:399px;
				width:365px;
				cursor:pointer;
			}
			.boutique_hover .push-marque-short{
				position:absolute;
				top:168px;
				left:204px;
				width:365px;
				cursor:pointer;
			}
			.boutique_hover .souscateg{
				position:relative;
				width:160px;
			}
		#boutique0{
			width:791px;
			height:306px;
			left:0;
			top:28px;
			background-position:0 0;
		}
			#boutique0 .souscateg a				{ font-family:Arial;color:#47372a;text-decoration:none; }
			#boutique0 .souscateg a:hover		{ font-family:Arial;color:#4d8288;text-decoration:underline; }
		#boutique1{
			width:791px;
			height:306px;
			left:97px;
			top:28px;
			background-position:-850px 0;
		}
			#boutique1 .souscateg a				{ font-family:Arial;color:#47372a;text-decoration:none; }
			#boutique1 .souscateg a:hover		{ font-family:Arial;color:#cb959d;text-decoration:underline; }
		#boutique2{
			width:791px;
			height:306px;
			left:97px;
			top:28px;
			background-position:0 -350px;
		}
			#boutique2 .souscateg a				{ font-family:Arial;color:#47372a;text-decoration:none; }
			#boutique2 .souscateg a:hover		{ font-family:Arial;color:#a42c35;text-decoration:underline; }
		#boutique3{
			width:791px;
			height:306px;
			left:97px;
			top:28px;
			background-position:-850px -350px;
		}
			#boutique3 .souscateg a				{ font-family:Arial;color:#47372a;text-decoration:none; }
			#boutique3 .souscateg a:hover		{ font-family:Arial;color:#86ae7b;text-decoration:underline; }
		#boutique4{
			width:791px;
			height:306px;
			left:97px;
			top:28px;
			background-position:0 -700px;
		}
			#boutique4 .souscateg a				{ font-family:Arial;color:#47372a;text-decoration:none; }
			#boutique4 .souscateg a:hover		{ font-family:Arial;color:#578bb0;text-decoration:underline; }
		#boutique5{
			width:791px;
			height:306px;
			left:97px;
			top:28px;
			background-position:-850px -700px;
		}
			#boutique5 .souscateg a				{ font-family:Arial;color:#47372a;text-decoration:none; }
			#boutique5 .souscateg a:hover		{ font-family:Arial;color:#c8b838;text-decoration:underline; }
		#boutique6{
			width:791px;
			height:306px;
			left:97px;
			top:28px;
			background-position:0 -1050px;
		}
			#boutique6 .souscateg a				{ font-family:Arial;color:#47372a;text-decoration:none; }
			#boutique6 .souscateg a:hover		{ font-family:Arial;color:#888a89;text-decoration:underline; }
		#boutique7{
			width:791px;
			height:306px;
			right:96px;
			top:28px;
			background-position:-850px -1050px;
		}
			#boutique7 .souscateg a				{ font-family:Arial;color:#47372a;text-decoration:none; }
			#boutique7 .souscateg a:hover		{ font-family:Arial;color:#16727d;text-decoration:underline; }
		#boutique8{
			width:791px;
			height:306px;
			right:96px;
			top:28px;
			background-position:0 -1450px;
		}
			#boutique8 .souscateg a				{ font-family:Arial;color:#47372a;text-decoration:none; }
			#boutique8 .souscateg a:hover		{ font-family:Arial;color:#dbaa00;text-decoration:underline; }
			
		#container #content{
			position:relative;
			width:981px;
			text-align:left;
			background-color:#ffffff;
			z-index:100;
		}

		.size744
		{
			width:744px;
			z-index:0;
		}
			#container #content .line{
				position:relative;
				width:100%;
				margin:0px;
				padding:0px;
			}	
		#container #nav-me .magasin-logged-city {
				 position:absolute;
				 left:82px;
				 height:28px;
				 padding:9px 0 0 12px;
				 font-family:Arial;
				 font-size:11px;
				 font-weight:bold;
				 color:#7b8f38;
			}	





	
	
	
