#content {
	border-top: 6px solid #91714a;
	border-bottom: 6px solid #91714a;
}
#navBox {
	padding-top: 10px;
    background: #91714a;
}
ul#nav {
	overflow: hidden;
	width: 100%;
}
	ul#nav li.Parent {
		background: #9f8361;
		width: 100%;
		overflow: hidden;
		border-bottom: #91714a solid 3px;
	}
		ul#nav li.Parent span {
			background: url(../images/decor/illus_arrow_Normal_vendre.gif) no-repeat 6px 13px;
			display: block;
			width: 207px;
			padding: 8px 0px 2px 23px;
			font-size: 1.4em;
			color: #654232;
			cursor: pointer;
			
		}	
		ul#nav li.LastItem05 {
			border-bottom: none;
			padding-bottom: 3px;
		}

		ul#nav li.Parent span.Modifier {
			width: auto;
			background: none;
			padding: 0px 5px 4px 23px;
			font-size: 0.94em;
			font-weight: normal;
		}	
			ul#nav li ul {
				background: #91714a;
				padding: 10px 8px;
			}
				ul#nav li ul li {
					margin: 2px 0px;
					font-weight: normal;
					border-bottom: none;
					padding-top: 0px;
				}
					ul#nav li ul li a {
						color: #fff;
						padding-left: 10px;
						padding-right: 3px;
						background: url(../images/decor/illus_arrow_brown.gif) no-repeat left 2px;
						font-size: 0.86em;
						margin-left: 0px;
						text-decoration: none;
					}
					ul#nav li ul li a:hover,
					ul#nav li ul li.Active a {
						font-weight: bolder;
						text-decoration: none;
						background: url(../images/decor/illus_arrow_brown.gif) no-repeat left -67px;
						font-size: 0.78em;
					}
	
	/*-CHANGE STATE-*/
	ul#nav li.Parent ul {
		display: none;
	}
	ul#nav li.ParentActive ul {
		display: block;
	}
			ul#nav li.ParentActive span {
				background: url(../images/decor/illus_arrow_Active_vendre.gif) no-repeat 6px 13px;
				display: block;
				padding: 8px 0px 8px 23px;
				font-size: 1.4em;
				color: #fff;
				cursor: pointer;
			}	
			ul#nav li.ParentActive span.Modifier {
				background: none;
				padding: 0px 5px 4px 23px;
				font-size: 0.94em;
				font-weight: normal;
				color: #cd5c00;
			}	
						
/*--MAIN CONTENT--*/
    #mainContent {
		padding: 0px 10px;
    }
		#mainContent  #contentBox { /*-CAN BE CHANGED WHEN ADDING MODULE CONTENT-*/
			margin: 9px 20px 20px 20px;
		}						
						
/*--SUB CONTENT--*/
	.Info h3 {
		color: #91714a;
		font-size: 1.25em;
	}
	.Info h4 {
		font-size: 1em;
	}
	.Info p {
		font-size: 0.86em;
	}
	.Info {
		padding: 10px 5px;
	}

/*-PROMOTION BOX-*/
.WrapPromoLoop {
	background: url(../images/decor/illus_box_brown_loop.gif) repeat-y left center;
	width: 230px;
}
.WrapPromoTop {
	background: url(../images/decor/illus_box_brown_top.gif) no-repeat left top;
}
.WrapPromoBottom {
	background: url(../images/decor/illus_box_brown_bottom.gif) no-repeat left bottom;
	padding: 10px;
	position: relative;
	overflow: hidden;
}
* html .WrapPromoBottom {
	height: 1%;
}

	.Flyer {
		width: 172px;
		font-size: 0.78em;
		color: #FFFFFF;
		padding: 2px 0px 2px 10px;
		background: #91714a url(../images/decor/illus_box_brown_arrow.gif) no-repeat left top;
		position: absolute;
		right: 0px;
		top: 19px;
	}

	.WrapPromoBottom img {
		float: left;
	}
	p.Promotion {
		margin-top: 30px;
		float: right;
		margin-right: 15px;
		display: inline;
		color:#a1a1a1;
	}
		p.Promotion span.Decor1 {
			font-size: 2em;
			font-weight: bolder;
		}
		p.Promotion span.Decor2 {
			font-size: 1.4em;
			font-weight: bolder;
		}
		
.Banner {
	background: url(../images/decor/ph_header_5.jpg) no-repeat left top;
}	
.PromoBox {
	position: relative;
	width: 230px;
	height: 140px;
	margin-top: 11px;
}
.PictShowController {
				position: absolute;
				right: 10px;
				bottom: 7px;
				width: 30px;
				height: 14px;
				z-index: 100;
			}
				.PictShowController a {
					display: block;
					width: 14px;
					height: 14px;
					float: left;
				}
				.PictShowController a.Previous {
					background: url(../images/decor/illus_prev_D.gif) no-repeat left top;
					margin-right: 2px;
				}
				.PictShowController a.Next {
					background: url(../images/decor/illus_next_D.gif) no-repeat left top;
				}
					.PictShowController a span {
						display: none;
					}