
/* ------------------------------------------------------------------ */
/* ----- GALLERY ---------------------------------------------------- */
/* ------------------------------------------------------------------ */

div#subnav{
	text-align:center;
	font-size:16px;
	padding:5px 0px;
}

div#subnav a{
	color:#F19300;
	text-decoration:none;
	padding:0px 4px;
}
div#subnav a.separator:hover{color:#F19300;}
body.gallery_papier div#subnav a.gallery_papier,
body.gallery_autre div#subnav a.gallery_autre,
div#subnav a:hover{text-decoration:underline;}

/*--------------------------------------------------------------------*/


div#catalog{
	text-align:center;
}
div#product{
	position:relative;
	margin:20px 20px ;
	text-align:right;
	width:370px;
	background-image : url('../images/accessory_bg.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	color:#fff;
	float:left;
padding:5px 15px;
	
}
div#product a{color:#fff;}
/*
div#product img.product_image{
	position:absolute;
	right:546px;
	top:25px;
}
*/
div#product h1{
	color:#f7b234;
	font-weight:bold;
	font-size:22px;
margin:4px 0px;
}


div#product img{
border-width:0px;
margin:4px 0px;
}

div#product a.backToTop_link{
	color:#F19300;
	text-decoration:none;
	font-size:16px;
	display:block;
	text-align:left;
}
div#product a.backToTop_link:hover{font-weight:bold;}
/*--------------------------------------------------------------------*/
