.bannerZone {
	/*height: 236px;*/
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden; 
}

.page {
	padding: 20px;
	background: url('images/customer/bg_page.gif') 0 0 repeat-x #f8f8f8;
	position: relative;
}

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

.contact {
	width: 205px;
	padding: 20px;
	background-color: #eaeaea;

	font-size: 11px;
}

.welcome {
	width: 454px;
	float: left;
	padding: 20px;
}

#services-categories {
	width: 245px;
	min-height: 152px;
	margin-left: 4px;
	background: url('images/customer/bg_services.jpg') 0 0 no-repeat ;
	float: left;
	margin-bottom: 3px;
}

	#services-categories ul {
		width: 245px;
		height: 152px;

		list-style-type: none;
		margin: 0px;
		padding: 0px;

		overflow: hidden;
	}

		#services-categories ul li {
			width: 245px;
			height: 152px;

			margin: 0px;
			padding: 0px;
		}

	#services-categories ul li a  {
		display: block;
		width: 245px;
		height: 152px;

		margin: 0px;


		color: white;
		font-weight: bold;
		background: url('images/customer/bg_services_a.png') bottom no-repeat;
		overflow: hidden;
	}

		#services-categories ul li a:hover {
			background: url('images/customer/bg_services_a_hover.png') bottom no-repeat;
		}

			#services-categories .text {
				position: relative;
				top: 4px;
				left: 30px;
			}

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

.vente,
.location,
.fabrication {
	width: 205px;
	height: 250px;
	float:left;
	padding: 20px;

	font-size: 11px;
	color: #fff;
}

.vente .photo,
.location .photo,
.fabrication .photo {
	width: 207px;
	height: 150px;
	margin: 17px 0 0 0;
	float: left;
	border: 1px solid #e7e7e7;
	text-align: center;
	background-color: white;

	margin-left: -3px;
}

.vente {
	margin: 0 4px 0 0;
	background: url('images/customer/bg_vente.gif') 0 0 repeat-x;
}

.location {
	margin: 0 4px 0 0;
	background: url('images/customer/bg_location.gif') 0 0 repeat-x;
}

.fabrication {
	background: url('images/customer/bg_fabrication.gif') 0 0 repeat-x;
}

	.vente .text,
	.location .text,
	.fabrication .text {
		height: 44px;
		margin: 0 0 4px -3px;
		overflow: hidden;

		position: relative;
		top: 5px;
	}

	.vente a.knowMore,
	.location a.knowMore,
	.fabrication a.knowMore {
		display: block;
		width: 82px;
		height: 21px;
		padding: 6px 0 0 0;

		position: relative;
		top: 10px;
		left: -4px;

		font-size: 11px;
		color: #737373;
		font-weight: bold;
		text-align: center;
	}

	.vente a.knowMore { background: url('images/customer/btn_vente.gif') 0 0 no-repeat; }
	.location a.knowMore { background: url('images/customer/btn_location.gif') 0 0 no-repeat; }
	.fabrication a.knowMore { background: url('images/customer/btn_fabrication.gif') 0 0 no-repeat; }

		.vente a.knowMore:hover {
			color: #fe000b;
		}

		.location a.knowMore:hover {
			color: black;
		}

		.fabrication a.knowMore:hover {
			color: #5f93d5;
		}

	.vente .contour,
	.location .contour,
	.fabrication .contour {
		display: block;
		width: 209px;
		height: 152px;

		position: relative;
		top: -200px;
		left: -3px;
		margin-bottom: -150px;
	}

	.vente .contour {background: url('images/customer/bg_vente_contour.png') 0 0 no-repeat;}
	.location .contour {background: url('images/customer/bg_location_contour.png') 0 0 no-repeat;}
	.fabrication .contour {background: url('images/customer/bg_fabrication_contour.png') 0 0 no-repeat;}

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

.verticalSeparator {
	display: block;
	width: 1px;
	height: 5px;
}

.horizontalSeparator {
	display: block;
	width: 5px;
	height: 1px;

	float: left;
}


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

.btn_categories_small {
	display: block;
	height: 15px;
	padding: 3px 5px 3px 20px;
	text-align: left;
	color: white;
	font-size: 11px;
	text-transform: uppercase;
}

.btn_categories_small:hover {
	color: white;
	filter : alpha(opacity=70);
    -moz-opacity : 0.7;
    opacity : 0.7; 
}

.btn_categories_small_vente {
	background: url('images/customer/btn_categories_small_vente.jpg') 0 0 no-repeat #e31922; 
}

.btn_categories_small_location { 
	background: url('images/customer/btn_categories_small_location.jpg') 0 0 no-repeat #616161; 
}

.btn_categories_small_fabrication {
	background: url('images/customer/btn_categories_small_fabrication.jpg') 0 0 no-repeat #9bc1e9;
}

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

#devis .btn {
	display: block;
	width: 231px;
	height: 154px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 0px;

	text-align: center;
	color: #525252;
	float: left;
}

	#devis .btn:hover {color: white;}

	#devis .echelles {
		background: url('images/customer/btn_devis_echelles.jpg') 0 25px no-repeat #ebebeb;	
	}

		#devis .echelles:hover {
			background: url('images/customer/btn_devis_echelles_hover.jpg') 0 25px no-repeat #ef0000;	
		}

	#devis .echafaudages {
		background: url('images/customer/btn_devis_echafaudages.jpg') 0 25px no-repeat #ebebeb;	
	}

		#devis .echafaudages:hover {
			background: url('images/customer/btn_devis_echafaudages_hover.jpg') 0 25px no-repeat #ef0000;	
		}

	#devis .monteMateriaux {
		background: url('images/customer/btn_devis_monteMateriaux.jpg') 0 25px no-repeat #ebebeb;	
	}

		#devis .monteMateriaux:hover {
			background: url('images/customer/btn_devis_monteMateriaux_hover.jpg') 0 25px no-repeat #ef0000;	
		}

	#devis .fabricationsSpeciales {
		background: url('images/customer/btn_devis_fabricationsSpeciales.jpg') 0 25px no-repeat #ebebeb;	
	}

		#devis .fabricationsSpeciales:hover {
			background: url('images/customer/btn_devis_fabricationsSpeciales_hover.jpg') 0 25px no-repeat #ef0000;	
		}

	#devis .libre {
		background: url('images/customer/btn_devis_libre.jpg') 0 25px no-repeat #ebebeb;	
	}

		#devis .libre:hover {
			background: url('images/customer/btn_devis_libre_hover.jpg') 0 25px no-repeat #ef0000;	
		}

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

span.red {
	color: #da0000;
}

