.tabbed_content {
	width: 940px;
	height: 320px;
}

.tabs {
	position: relative;
	float: right;
  right: 8px;
  top: 240px;
	/*
	height: 56px;
  bottom: 90px;
  */
  z-index:150;

}

.tabs .moving_bg {
	padding: 2px;
	background: transparent ;
	position: relative;
	width: 48px;
	z-index: 210;
	left: 0;
	padding-bottom: 8px;
	margin-left: 8px;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 2px;
	margin-left: 8px;
	width: 48px;
	color: #ffffff;
	background-color: #d40028;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

.tabs .tab_item:hover {
	background-color: #790d16;
}

.tabbed_content .slide_content {
	overflow: hidden;
	position: relative;
	width: 940px;
	height: 320px;
	padding: 0;
	margin: 0;
	top: 0;
	z-index: 12;
	background-color: #d40028;
  background-position: 0 0;
}

.tabslider {
	width: 4700px;
}

.tabslider ul {
	float: left;
	width: 940px;
	height: 320px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

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

.tabslider ul a:hover {
	color: #790d16;
}

.tabslider ul li {
	top: auto;
	margin-top: auto;
	bottom: auto;
	margin-bottom: auto;
	padding-bottom: 0;
	height: 320px;
	position: relative;
}

.tabslider ul li img {
bottom: 0;
margin-bottom: 0;
}

.tabslider ul li .accroche {
  background: transparent url(images/white_80.png) repeat top center;
 	border-top: 1px solid #d40028;
 	position: absolute;
  margin: 0;
 	padding: 8px;
	bottom: 0;
	width: 940px;
   }

.tabslider ul li .accroche .titre, .tabslider ul li .accroche .intro {
  padding-left: 8px;
}

.tabslider ul li .accroche .titre {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: -1px;
  line-height: 1.2em;
}

.tabslider ul li .accroche .intro {
  padding-bottom: 4px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.5em;
 	color: #790d16;
 	width: 50%
 	}

