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

#Menu
{
	float: left;
	width: 1004px;
	height: 646px;
	color: #FFFFFF;
	font-size: 0px;
	text-align: left;
	line-height: 0px;
	background: transparent;
}

#Menu #LeftWood
{
	float: left;
	width: 36px;
	height: 646px;
	background-repeat: repeat-y;
	background: url("../images/menu_bois.jpg");
}

#Menu #LeftTableCloth
{
	float: left;
	width: 151px;
	height: 646px;
	background-repeat: repeat-y;
	background: url("../images/menu_nappe_01.jpg");
}

#Menu #Middle
{
	float: left;
	width: 628px;
	height: 646px;
	background-repeat: repeat-xy;
	background: url("../images/sable_clair_03.jpg");
}

#Menu #RightTableCloth
{
	float: left;
	width: 153px;
	height: 646px;
	background-repeat: repeat-y;
	background: url("../images/menu_nappe_02.jpg");
}

#Menu #RightWood
{
	float: left;
	width: 36px;
	height: 646px;
	background-repeat: repeat-y;
	background: url("../images/menu_bois.jpg");
}

#Menu #Titre
{
	float: left;
	width: 242px;
	height: 49px;
	margin-left: 192px;
	margin-top: 10px;
	display: inline;
	background: url("../images/menu_titre.jpg");
}

#Menu #ScrolledZone
{
	margin-top: 40px;
	float: left;
	width: 628px;
	height: 545px;
	overflow: auto;
	display: inline;
	background: transparent;
}

#Menu #ScrolledZone .FirstArticleSeparator
{
	float: left;
	width: 100%;
	height: 40px;
	display: inline;
	border-bottom: 1px solid #BDBA71;
	background: transparent;
}

#Menu #ScrolledZone .Article
{
	float: left;
	width: 100%;
	height: auto;
	display: inline;
	border-bottom: 1px solid #BDBA71;
	background: transparent;
}

#Menu #ScrolledZone .Article .Picture
{
	float: left;
	width: 130px;
	height: 90px;
	background: transparent;
}

#Menu #ScrolledZone .Article .PictureMiddle
{
	float: left;
	width: 110px;
	height: 80px;
	margin-left: 10px;
	margin-top: 5px;
	display: inline;
	background: #FFF;
}

#Menu #ScrolledZone .Article .Description
{
	float: left;
	width: 350px;
	height: auto;
	background: transparent;
}

#Menu #ScrolledZone .Article .Description .Title
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 350px;
	height: 20px;
	font-family: Verdana;
	text-decoration: underline;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #75592C;
	background: transparent;
	display:inline;
}

#Menu #ScrolledZone .Article .Description .Text
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 460px;
	height: auto;
	font-family: Verdana;
	text-decoration: none;
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #75592C;
	background: transparent;
	display: inline;
}

#Menu #ScrolledZone .Article .Price
{
	float: right;
	width: 120px;
	height: 110px;
	display: inline;
	background: transparent;
}

#Menu #ScrolledZone .Article .Price .PriceTitle
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 100px;
	height: 20px;
	font-family: Verdana;
	text-decoration: underline;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #75592C;
	background: transparent;
	display:inline;
}

#Menu #ScrolledZone .Article .Price .PriceValue
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 100px;
	height: 20px;
	font-family: Verdana;
	text-decoration: none;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #75592C;
	background: transparent;
	display:inline;
}


