#page {
	background-image: url('/images/frontend/fond_produit.jpg');
	color: white;
}
#page h1
{
	position: absolute;
	font-size: 20px;
	color: black;
	left: 278px;
	top: 113px;
}
#page #photog
{
	position: absolute;
	left: 0px;
	top: 141px;
}
#page #photod
{
	position: absolute;
	left: 743px;
	top: 141px;
	text-align: center;
	width: 256px;
}
#marque
{
	position: absolute;
	left: 760px;
	top: 134px;
	width: 225px;
	height: 280px;
	text-align: center;
}
#page #marque #sousmarque
{
	width: 100%;
	height: 190px;
	margin-top: 10px;
	text-align: left;
}
#page #marque #sousmarque li
{
	line-height: 12px;
	list-style: none;
	font-weight: bold;
	margin: 0px 0px 1px 0px; !important;
	margin: -2px !important!;
	
	padding: 0px;
}
#page #marque #sousmarque li ul
{
	margin-left: 20px;
	
}

#page #marque #sousmarque li.selected ul li a
{
	color: white;
}
#page #marque #sousmarque li.selected a, #page #marque #sousmarque li ul li.selected a
{
	background-color: #8F8784;
}

#page #marque #sousmarque a
{
	line-height: 12px;
	width: 98%;
	padding-left: 5px;
	display: block;
	color: white;
	font-size: 11px;
	height: 12px;
	margin: 0px;
}
#page #marque #sousmarque a:hover
{
	background-color: #8F8784;
}

#page #produits
{
	position: absolute;
	width: 475px;
	height: 265px;
	top: 145px;
	left: 265px;
}
#page .produit
{
	float: left;
	height: auto;
	width: 114px;
	margin: 4px 2px 2px 2px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;

}
#page .produit .vignette, #page .produit .label
{
	width: 100%;
	height: 90px;
	background-color: #38302E;
	margin-bottom: 2px;
}

#page .produit .vignette
{
	background-color: white;
	border: 1px solid #C9C8C6;
	width: 112px;
}


#page .produit .label
{
	height: 38px;
	font-size: 10px;
}
#page #pager
{
	position: absolute;
	width:460px;
	left: 267px;
	top: 458px;
	font-size: 14px;
	text-align: right;
	color: black;
	font-weight: bold;
	line-height: 39px;
	height: 39px;
}
#page #slug
{
	display: block;
	float: left;
	width: 300px;
	text-align: left;
	font-size: 11px;
}
#page #produit	
{
	position: absolute;
	width: 257px;
	height: 317px;
	top: 140px;
}
#page #produit #photo
{
	margin: 2px 9px 3px 13px;
	width: 230px;
	background-color: white;
	height: 160px;
	text-align: center;
}
#page #produit #resume
{
	width: 100%;
	height: 105px;
}
#page #produit .label
{
	line-height: 14px;
	margin-top: 7px;
	margin-left: 9px;
}
#page #produit .prix
{
	width: 240px;
	text-align: right;
	margin-left: 9px;
}
#page #produit .text
{
	font-size: 16px;
	line-height: 14px;
	margin-left: 5px;
}
#page #produit h2
{
	display: block;
	width: 240px;
	height: auto;
	line-height: 18px;
	font-size: 13px;
	border-bottom: 1px white solid;
	border-top: 1px white solid;
	margin-left: 9px;
	font-weight: normal;
}
#page #produit p
{
	font-size: 12px;
	margin-top: 1px;
	margin-left: 9px;
	margin-bottom: 2px;
	line-height: 12px;
	height: 70px;
	overflow: auto;
	width: 245px;
	text-align:justify;
}
#page #produit p span
{
	color: #ae8c72;
	display: block;
	width: 220px;
	line-height: 13px;
	margin-bottom: 2px;
}
#page #panier
{
	position: absolute;
	height: 40px;
	line-height: 40px;
	width: 256px;
	text-align: center;
	top: 456px;
	left: 0px;
	color: #ae8c72;
	font-weight: bold;
	
}
#page #panier input
{
	width: 30px;
}
#page #panier #acheter
{
	height: 25px;
	width: 120px;
	vertical-align: middle;
}
#page #panier a img
{
	vertical-align: middle;
	margin-right: 5px;
}


#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(/images/frontend/catalogue/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(/images/frontend/catalogue/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/images/frontend/catalogue/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/images/frontend/catalogue/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}





