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

#bloc_produit{
	position:absolute;
	height:600px;
	width:576px;
	top:310px;
	left:250px;
	background-color:#FFFFFF;
	z-index:20;
}
#bloc_produit h4{
	color:#869A00;
	margin-top:10px;
}
#bloc_produit h3{
	color:#869A00;
	margin-top:-5px;
}

#fiche_produit a{
	color:#999999;
	font-weight:bold;
	text-decoration:underline;
}
#fiche_produit h3{
	font-size:1em;
}
.photo_produit{
	margin:0px 0 7px 7px;
	float:right;
}
#fiche_produit{
	width:407px;
	float:left;
}
#liste_produit{
	float:right;
	width:167px;
}
#bouton_fermer{
	background:url(../images/bouton-fermer.gif) no-repeat top right;
	padding-right:25px;
	text-decoration:none;
	display:block;
	text-align:right;
	color:#999999;
	font-weight:bold;
	font-size:1.2em;
}
#liste_produit ul{
	list-style-type:none;
	margin:0 0 0 0;
}
#liste_produit ul li{
	float:left;
	width:78px;
	margin:5px 0 0 5px;
	_margin:6px 0 0 3px;
	background-color:#F9F9F9;
	border-bottom:1px dashed #C1D72E;
	padding-bottom:3px;
	height:87px;
	_height:89px;
}
#liste_produit ul img{
	padding-bottom:3px;
}
#liste_produit ul li a{
	color:#000000;
	display:block;
	font-size:0.9em;
	/*filter:alpha(opacity=60);
   -moz-opacity:0.6;
   opacity: 0.6;*/
}
#liste_produit ul li a:hover{
	/*filter:alpha(opacity=100);
   -moz-opacity:1;
   opacity: 1;*/
}
.unproduit{
	margin-top:23px;
}
.unproduit h2.vert{
	margin:0;
	padding:0;
}
.description hr{
	margin:0;
}
#bloc_produit .loupe{
	position:relative;top:130px;left:392px;z-index:11;
}