@charset "utf-8";
/* Section 2 part 1 layout */

		#title {
			position:absolute;
			margin-left: 34px;
			margin-top: 30px;
			margin-right: auto;
			
			background-image:url(/media/images/cadeaux/title_cadeau.png);
			background-position: left;
			background-repeat: no-repeat;
			width:115px;
			height:33px;
		}
	
#content{
	float:left;
	Xheight: 448px;
	width:554x;
	margin-top:50px;
	padding:36px 19px 0px 19px;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width:761px;
	height:770px;
	border-width:1px;
	border-style:solid;
	border-color:#cedeeb;
	background-color:#FFFFFF;
}

#illustration{
			padding: 0px 0px 0px 0px;
			margin-bottom: 0px;
			width:340px;
			height: 376px;
			
			background-image: url(/media/images/nosproduits/illustration.jpg);
			background-position: left;
			background-repeat: no-repeat;
			background-color: #e2edf3;
			float:left;
		}
		
#visitShop{
	float:right;
	padding-right:26px;
	position:relative;
	top:-50px;
}

		.product_thumb{
			float:left;
			width:148px;
			height:215px;
			margin:15px;
			padding-top:7px;
			border:#FFFFFF solid 1px;
			
		}

		
		.product_thumb img {
			padding-bottom:5px;
		}


		.product_thumb:hover{
			border:#d1c789 solid 1px;
		}
		



		
		
