
/* boutique.css : use for "boutique" */

#Boutique
{
	float: left;
	width: 924px;
	height: 646px;
	color: #FFFFFF;
	font-size: 0px;
	text-align: left;
	line-height: 0px;
	background-repeat: repeat-xy;
	background: url("../images/sable_clair_01.jpg");
}

#Boutique #BoutiqueZone
{
	position: relative;
	left: 12px;
	top: 33px;
	width: 904px;
	height: 585px;
	border: 1px solid #C1D63A;
	overflow: auto;
	background: transparent;
}

#Boutique #BoutiqueZone .Article
{
	float: left;
	width: 100%;
	height: 148px;
	background: #6A5E2C;
	border-bottom: 1px solid #CAD23E;
}

#Boutique #BoutiqueZone .Article .Wood
{
	float: left;
	width: 166px;
	height: 148px;
	border-right: 1px solid #CAD23E;
	background: url("../images/boutique_bois.jpg");
}

#Boutique #BoutiqueZone .Article .Wood .Picture
{
	position: relative;
	//left: 18px;
	//top: 10px;
	//text-align:center;
	//vertical-align:center;
	float:middle;
	//align:center; 
	//width: 126px;
	//height: 126px;
	border: 1px solid #CAD23E;
	//background: #FFF;
}

#Boutique #BoutiqueZone .Article .Name
{
	float: left;
	width: 490px;
	height: 148px;
	background: transparent;
}

#Boutique #BoutiqueZone .Article .Name .Title
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 470px;
	height: 20px;
	font-family: Verdana;
	text-decoration: underline;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #dff519;
	background: transparent;
	display:inline;
}

#Boutique #BoutiqueZone .Article .Name .Description
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 470px;
	height: 100px;
	font-family: Verdana;
	text-decoration: none;
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color:#dff519;
	background: transparent;
	display:inline;
}

#Boutique #BoutiqueZone .Article .Price
{
	float: right;
	width: 220px;
	height: 148px;
	border-left: 1px solid #CAD23E;
	background: #54451E;
}

#Boutique #BoutiqueZone .Article .Price .PriceTitle
{
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	width: 110px;
	height: 20px;
	font-family: Verdana;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color:#dff519;
	background: transparent;
	display:inline;
}

#Boutique #BoutiqueZone .Article .Price .PriceValue
{
	float: left;
	margin-top: 20px;
	width: 90px;
	height: 20px;
	font-family: Verdana;
	text-decoration: none;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color:#dff519;
	background: transparent;
	display:inline;
}

#Boutique #BoutiqueZone .Article .Quantity
{
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	width: 210px;
	height: 30px;
	background: transparent;
	display:inline;
}

#Boutique #BoutiqueZone .Article .Quantity .Text
{
	float: left;
	width: 70px;
	height: 20px;
	margin-top: 5px;
	font-family: Verdana;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #DCDAC5;
	background: transparent;
	display:inline;
}

#Boutique #BoutiqueZone .Article .Quantity .Input
{
	float: left;
	width: 30px;
	height: 20px;
	margin-top: 5px;
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	display:inline;
	background: #FFF;
}

#Boutique #BoutiqueZone .Article .Quantity .ZoneMoreLess
{
	float: left;
	margin-left: 3px;
	width: 10px;
	height: 30px;
	background: transparent;
	display:inline;
}

#Boutique #BoutiqueZone .Article .Quantity .More
{
	float: left;
	margin-top: 3px;
	width: 10px;
	height: 10px;
	background: transparent;
	display:inline;
}

#Boutique #BoutiqueZone .Article .Quantity .Less
{
	float: left;
	margin-top: 4px;
	width: 10px;
	height: 10px;
	background: transparent;
	display:inline;
}

#Boutique #BoutiqueZone .Article .Quantity .Button
{
	float: left;
	width: 82px;
	height: 21px;
	margin-left: 10px;
	margin-top: 4px;
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	display:inline;
	border: 0px;
	background: url("../images/boutique_bouttonajouter.jpg");
}
	
