#MiniPanier{
	position: absolute;
	top: 248px;
	right: 20px;
	font: 12px Verdana,Arial,Verdana;
}
#MiniPanier a{
	color: white;
	padding: 0 0 0 25px;
	background: url(images/bg-mini-panier.png) no-repeat;
	text-decoration: none;
}
#MiniPanier a:hover{
	color: #4b2a1b;
	background: #a0d04b url(images/bg-mini-panier.png) no-repeat;
}


#Boutique{
	position: relative;
}

#Boutique h1{
	background: url(images/bg-boutique-titre.png) no-repeat;
	font: bold 16px georgia,garamond,serif;
	color: #4b2a1b;
	padding: 29px 0 20px 80px;
	clear: both;
}
#Boutique h1 span{
	text-transform: uppercase;
}
h2.Route{
	position: absolute;
	top: 5px;
	left: 80px;
	font: 11px Verdana,Arial,Tahoma;
	color: #9a6736;
}
h2.Route a{
	color: #9a6736;
	text-decoration: none;
}
ul.Listing{
}
ul.Listing li{
	float: left;
	width: 30%;
	height: 210px;
	text-align: center;
	margin: 10px 1%;
	cursor: pointer;
}
ul.Listing li.n0{
	clear: both;
}
ul.Listing li:hover{
	background: #f2e4c2;
}

ul.Listing img{
	border: 1px solid #c7a978;
}

ul.Listing a.LienImage{
	position: relative;
	display: block;
	width: 107px;
	margin: auto;
}
ul.Listing img.pictoNouveau{
	position: absolute;
	border: none;
	left: 1px;
	top: 1px;
}

ul.Listing h3{
	font: bold 14px Verdana,Arial,Tahoma;
}
ul.Listing h3 a{
	color: #4b2a1b;
	text-decoration: none;
}
ul.Listing p{
	font: 12px Verdana,Arial,Tahoma;
}


ul.Listing.Gros li{
	float: left;
	width: 45%;
	height: 350px;
	text-align: center;
	margin: 10px 1%;
	cursor: pointer;
}

ul.Listing.Gros li a.LienImage{
	width: 252px;
}


span.Prix{
	display: block;
	font: bold 18px Verdana,Arial,Tahoma;
	color: #4b2a1b;
	
}
span.PrixOld{
	text-decoration: line-through;
}
span.PrixPromo{
	color: red;
}

#FicheProduit{
}
#col1{
	width: 252px;
	float: left;
	margin: 0 15px;
	position: relative;
}	
#col2{
	width: 300px;
	float: left;
}
#FicheProduit h2{
	font: bold 18px Verdana,Arial,Tahoma;
	border-bottom: 1px solid #9a6736;
	color: #9a6736;
	margin: 0 0 10px 0;
}
#FicheProduit img{
	border: 1px solid #c7a978;
}
#FicheProduit p{
	font: 12px Verdana,Arial,Tahoma;
	color: #4b2a1b;
	
}
#FicheProduit form p{
	clear: both;
	padding: 10px;
}
#FicheProduit form label{
	float: left;
	width: 70px;
	text-align: right;
	margin: 0 10px 0 0;
}
#FicheProduit .btAjouter{
	width: 258px;
	height: 33px;
	border: none;
	background: url(images/bg-ajout-panier.png) no-repeat 0 0;
	cursor: pointer;
}
#FicheProduit .btAjouter:hover{
	background: url(images/bg-ajout-panier.png) no-repeat 0 -33px;
}

#OptionPhoto .Zoom{
	color: #c7a978;
	text-decoration: none;
	font: 12px Verdana,Arial,Tahoma;
	padding: 0 0 0 20px;
	background: url(images/bg-zoom.png) no-repeat;
}
#BlocPrix{
	position: absolute;
	left: 150px;
}

.PaginationAuto{
	clear: both;
	float: right;
	padding: 20px;
	font: 12px Verdana,Arial,Tahoma;
}
.PaginationAuto a{
	text-decoration: none;
	color: #a0d04b;
	border: 1px solid #a0d04b;
	padding: 0 4px;
	
}
.PaginationAuto a.Current{
	background: #a0d04b;
	color: white;
}
.PaginationAuto a:hover{
	background: #f2e4c2;
	color: #4b2a1b;
}

div.Rupture{
	aborder: 1px solid red;
	margin: 15px;
	padding: 5px;
	background: #f9baac;
	color: red;
	text-align: center;
}
#AnimPanier{
	border: 5px solid #a0d04b;
}

