	
#pageRight .leftSide{
	width:393px;
	float:left;
	padding-right: 5px;
}

#pageRight .rightSide{
	width:192px;
	float:right;
}


/*----------------------- Liquid division --------------------------------*/

.liquidLeft{
	width:49%;
	float:left;
}

.liquidRight{
	width:49%;
	float:right;
}


/*----------------------- Link --------------------------------*/
.link{
	background-color:#f8f6f6;
}

	.link A{
		display:block;
		padding:2px 2px 2px 23px;
		border-bottom:1px solid #ece9e7;
		font-size:11px;
		color:#665953;
		background:url('images/puce_link.gif') no-repeat 0px 0px;
	}

		.link A:hover{
			padding:2px 2px 2px 25px;
			color:#ffffff;
			background-color:#ff8021;
			background-image:none;
		}


/*----------------------- Cadre--------------------------------*/

.cadre{
	border:1px solid #dad3d0;
	padding:10px;
	margin-bottom:15px;
}

/*cadre*/ .style1{
	border:2px solid #ff8021;
}

/*cadre*/ .style2{
	border:2px solid #b7ce24;
}

	/*cadre*/ .style2 H3{
		color:#b7ce24;
	}

/*----------------------- Important ---------------------------*/

.important{
	padding:10px;
	border:2px solid #ff8021;
	color:#ff8021;
	font-size:120%;
	text-align:justify;
	background-color:#ffeddf;
	margin-bottom:15px;
}

/*----------------------- Liste ---------------------------*/

.liste{
	font-size:11px;
	margin-bottom:15px;
	border-left:1px solid #ece9e7;
	border-right:1px solid #ece9e7;
}

.liste TD{
	border-bottom:1px solid #ece9e7;
}

.liste TH{
	color:#ffffff;
	background-color:#ff8021;
}


/*..................................................................................*/

.deliveryLink{
	width:218px;
	height:30px;
	padding:53px 10px 0px 0px;
	display:block;
	color:#ffffff;
	font-size:11px;
	text-align:right;
	background:url('images/bg_delivery.jpg') 0px 0px no-repeat;
}

.customersLink{
	width:218px;
	height:30px;
	padding:53px 0px 0px 10px;
	display:block;
	font-size:11px;
	color:#ffffff;
	background:url('images/bg_customers.jpg') 0px 0px no-repeat;
}

.contactLink{
	width:208px;
	height:50px;
	padding:10px;
	display:block;
	font-size:14px;
	color:#ffffff;
	background:url('images/bg_contact.gif') 0px 0px repeat-x #bdd131;
}

.proLink{
	width:208px;
	height:13px;
	padding:7px 10px 10px 10px;
	display:block;
	font-size:14px;
	color:#ffffff;
	background:url('images/bg_pro.gif') 0px 0px repeat-x #f16702;
}

.carreLink{
	width:168px;
	height:110px;
	padding:18px 30px 0px 30px;
	display:block;
	font-size:14px;
	color:#ffffff;
	background:url('images/bg_boutique_liege.jpg') 0px 0px repeat-x #f16702;
}

	.carreLink .subText {
		display: block;
		padding: 5px;
		color: white;
		font-size: 11px;

		background:url('images/corner_btn.gif') bottom right no-repeat #f16801;
	}

.deliveryLink:hover, 
.customersLink:hover, 
.contactLink:hover,
.proLink:hover,
.carreLink:hover{
	color:#ffffff;
	filter:alpha(opacity=80);  
	-moz-opacity:0.80;
	opacity: 0.80;
}


/*-----------*/

.orangeClair {
	color: #ff984a;
}




/*-----------*/
.miniGallery{
	width:200px;
	float:left;
	margin-right:10px;
}

	.miniGallery A{
		padding:3px;
		float:left;
		margin-left:5px;
		margin-bottom:5px;
		
	}

		.miniGallery A IMG{
			width:80px;
			border:2px solid orange;
		}

