.tabbed_content {
	background: #3f3a4e url(../images/rechercher.jpg) center right no-repeat;
/*
	width: 620px;
*/
	width: 480px;
}

.tabs {
	height: 62px;
	position: relative;
}

.tabs .moving_bg {
	padding: 5px;
	background-color:#e920d4;
	background-image:url(../images/arrow_down.gif);
	position: absolute;
/*
	width: 125px;
*/
	width: 100px;
	z-index: 190;
	left: 0;
	padding-bottom: 29px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 10px 5px 0;
/*
	width: 125px;
*/
	width: 100px;
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #3f3a4e;
	padding: 10px 0 20px 30px;
	position: relative;
/*
	width: 600px;
*/
	width: 450px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
/*
	width: 560px;
*/
	width: 430px;
	margin: 0px;
	padding: 0px;
	margin-right: 35px;
/*
	list-style-image: url(../images/puce3.png);
*/
}

.tabslider ul a {
	color: #ffffff;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #e920d4;
}

.tabslider ul li {
	padding-bottom: 7px;
}
