/* ######### CSS for Shade Tabs. Remove if not using ######### */
.tabcontent{
	overflow: hidden;
	zoom: 1;
	padding: 20px 0;
}

.tabcontent:nth-of-type(1) {
	background: #FFF url(../../../images/pictos/boxe_fleche_long.png) no-repeat 0 0;
}

.tabcontent:nth-of-type(2) {
	background: #FFF url(../../../images/pictos/boxe_fleche_long.png) no-repeat -869px 0;
}

.tabcontent:nth-of-type(3) {
	background: #FFF url(../../../images/pictos/boxe_fleche_long.png) no-repeat -1738px 0;
}

.tabcontent:nth-of-type(4) {
	background: #FFF url(../../../images/pictos/boxe_fleche_long.png) no-repeat -2607px 0;
}

.tabcontent:nth-of-type(5) {
	background: #FFF url(../../../images/pictos/boxe_fleche_long.png) no-repeat -3476px 0;
}

/* DEBUT ie8 */
.s1 {
	background: #FFF url(../../../images/pictos/boxe_fleche_long.png) no-repeat 0 0;
}

.s2 {
	background: #FFF url(../../../images/pictos/boxe_fleche_long.png) no-repeat -869px 0;
}

.s3 {
	background: #FFF url(../../../images/pictos/boxe_fleche_long.png) no-repeat -1738px 0;
}

.s4 {
	background: #FFF url(../../../images/pictos/boxe_fleche_long.png) no-repeat -2607px 0;
}

.s5 {
	background: #FFF url(../../../images/pictos/boxe_fleche_long.png) no-repeat -3476px 0;
}
/* FIN ie8 */

.shadetabs{
	list-style:none;
	margin:0;
	padding:0;
	z-index:20;
}

ul.shadetabs {
	margin:0;
	padding:0;
}

.shadetabs li{
	display:inline-block;
	*display:inline;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	margin-right: 23.5px;
}

.shadetabs li.last-child{
	margin-right: 0;
}

.shadetabs li a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color:#FFFFFF;
	cursor:pointer;
	margin:0;
	background-color: #555555;
	text-transform: uppercase;
	text-align: center;
	height: 145px;
	line-height: 25px;
}

.shadetabs li a.selected{
	background-color: #EE9612;
}

.shadetabs li a div {
	cursor:pointer;
	margin:0;
}

.shadetabs li a:hover div {
	text-decoration:none;
	color: #FFFFFF;
}

.shadetabs li a.selected:hover div {
	text-decoration:none;
	color: #FFFFFF;
}

.shadetabs li a.selected div {
	text-decoration:none;
	color: #FFFFFF;
}