#main{
	background: transparent url(../img/backMain.jpg) left top no-repeat;
}

#left{
	position: relative;
	float: left;
	margin: 30px 0 0 40px;
	_margin: 30px 0 0 20px;
	background: #f2ecd8;
	width: 219px;
	_width: 259px;
	padding: 20px 20px 0px 20px;
	text-align: justify;
	overflow: hidden;
	line-height: 1.7em;
	color: #492307;
}
#left a{
	color: #492307;
	text-decoration: none;
}
#left a:hover{
	text-decoration: underline;
}

#right{
	position: relative;
	float: right;
	width: 500px;
	_width: 540px;
	padding: 0 40px 0 0;
	margin-top: -50px;
}

.blockCollection{
	float: left;
	width: 500px;
	padding-bottom: 45px;
}
.blockCollectionImage{
	float: left;
	background: #492307;
	padding: 20px;
	width: 75px;
	_width: 95px;
}
.blockCollectionTexte{
	float: right;
	width: 345px;
	_width: 365px;
	background: #492307;
	min-height: 87px;
	_height: 117px;
	padding: 10px 15px;
}

.blockCollectionTexte h2{
	font-weight: normal;
	color: #f5d08a;
}
.blockCollectionTexte p{
	color: #f2ecd8;
	margin-bottom: 11px; 
}
.blockCollectionTexte .blockCollectionLink{
	text-align: right;
}
.blockCollectionTexte .blockCollectionLink a{
	color: #f5d08a;
	text-decoration: underline;
	padding-right: 25px;
	background: transparent url(../img/home/linkAllProduct.gif) right center no-repeat;
}

.blockCollectionTexte .blockCollectionLink a:hover{
	text-decoration: none;
}

