
.teamLink {}

	.teamLink a {
		display: block;
		width: 52px;
		height: 52px;
		float: left;
		border: 1px solid #404042;
	}

	.teamLink a:hover {
		border: 1px solid #b7cc1a;

		filter : alpha(opacity=70);
		-moz-opacity : 0.7;
	    opacity : 0.7;
	}

	.teamLink .separator {
		width: 1px;
		height: 1px;
		float: left;
	}

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

.leftSide {
	width: 340px;
	float: left;
}

.rightSide {
	width: 160px;
	float: right;
}

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

.btn_news {
	display: block;
	width: 260px;
	height: 55px;
	margin: 10px 0;
	background: url('images/customer/btn_news.jpg') 0 0 no-repeat;
}

.btn_news:hover {
	background-position: 0 bottom;
}

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

.backToTop {
	display: block;
	width: 10px;
	height: 10px;
	background: url('images/customer/arrow_top.gif') 0 0 no-repeat;
	float: right;
	
	text-decoration: none;
	color: #fff;
	text-align: center;
}

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

.siteMap {
}

	.siteMap a {
		display: block;
		padding: 3px 0 3px 20px;
		border-bottom: 1px solid #4f4f4f;
		background: url('images/customer/puce-link.gif') 5px 7px no-repeat #3f3f3f;
		
		text-decoration: none;
		color: #cccccc;
	}
	
	.siteMap a:hover {
		background-color: #b7cc1a;
		background-position: 5px -38px;
		
		color: #fff;
	}
	
	.siteMap .child {
		padding-left: 40px;
		background: url('images/customer/puce-link.gif') 25px 7px no-repeat #2f2f2f;
	}
	
	.siteMap .child:hover {
		background-position: 25px -38px;
	}
	
	.siteMap .subChild {
		padding-left: 60px;
		background: url('images/customer/puce-link.gif') 45px 7px no-repeat #1f1f1f;
	}
	
	.siteMap .subChild:hover {
		background-position: 45px -38px;
	}