
#bannerHomepage {
	width: 728px;
	height: 90px;
	margin: 0 auto 15px auto;
	overflow:hidden;
}

.bannerZone {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

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

.findDealer {
	display: block;
	height: 70px;
	background: url('images/customer/bg_finddealer.jpg') 0 0 no-repeat;
}

.findDealer:hover {
}
	
	a.findDealer  {
		color: #0182d4;
		text-decoration: none;
	}

	.findDealer p {
		padding: 12px 10px 0 90px;
	}

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

.address {
}
	.address h1 {
		width: 211px;
		height: 20px;
		padding: 7px 0 0 16px;
		background: url('images/customer/bg_h1_mainleft.gif') 0 0 no-repeat;

		position: relative;
		left: -6px;
		margin-right: -6px;

		font-size: 14px;
		color: #ffffff;
		font-weight: normal;
	}

	.address p {
		margin: 0;
		padding: 10px;
	}

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

.macaron {
	width: 72px;
	height: 46px;
	margin: 5px;
	padding: 26px 0 0 0;
	background: url('images/customer/macaron.jpg') 0 0 no-repeat;

	font-size: 24px;
	color: #fff;
	text-align: center;
}

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

.encart_mediaLibrary {
	display: block;
	width: 220px;
	padding: 120px 0 0 0;
	background: url('images/customer/bg_medialibrary.jpg') 0 0 no-repeat;

	text-align: center;
	font-size: 18px;
	color: #cacaca;
	line-height: 22px;
	text-decoration: none;
}

	.encart_mediaLibrary b {
		font-size: 30px;
	}

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

.magasins{
	width: 332px;
	float: left;
	padding: 5px;
	margin: 0 15px 15px 0;
	border: 1px solid #dfdfdf;
}

	.magasins .leftMag{
		float: left;
	}
	
	.magasins .rightMag{
		float: right;
	}

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

.backToTop {
	display: block;
	margin: 10px 0 0 0;
	padding: 0 3px;
	float: right;
	background-color: #0182d4;

	position: relative;
	margin-bottom: -15px;

	font-size: 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.backToTop:hover {
	background-color: #fd8611;

	color: #fff;
}