.tabs {
	width: 100%;
	float: left;
}

UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.tabNavigation LI {
	display: inline;
}

UL.tabNavigation LI A {
	background: transparent url(../images/tab.gif) no-repeat scroll left;
	text-decoration: none;
	height: 50px;
	display: inline-block;
	padding-left: 24px;
}

UL.tabNavigation LI A span {
	background: transparent url(../images/tab_right.gif) no-repeat scroll
		right;
	color: #ffffff;
	height: 35px;
	display: inline-block;
	padding-right: 28px;
	padding-top: 15px;
	font-size: 14px;
	text-shadow: 0px 1px 1px #000000;
}

UL.tabNavigation LI A.selected,UL.tabNavigation LI A:hover {
	background: transparent url(../images/tab_active.gif) no-repeat scroll
		left;
	color: #883893;
}

UL.tabNavigation LI A.selected span,UL.tabNavigation LI A:hover span {
	background: transparent url(../images/tab_active_right.gif) no-repeat
		scroll right;
	color: #883893;
	text-shadow: none;
}

UL.tabNavigation LI A.selected span.last_span,UL.tabNavigation LI A:hover span.last_span
	{
	background: transparent url(../images/tab_active_right_last.gif)
		no-repeat scroll right;
}

UL.tabNavigation LI A:focus {
	outline: 0;
}

.tab_cont {
	background-color: #f5f5f2;
	/*	background-image: url(../images/tab_bottom.gif) no-repeat bottom ;*/
	background: #f5f5f2 url(../images/tab_top.gif) no-repeat top;
	padding-bottom:3px;
	margin-bottom:-2px;
	width: 574px;
	float: left;
}

.tab_mention-legale li {
	margin: 10px;
}

.tab_mention-legale {
	background: #f5f5f2;
	margin: 10px;
	width: 574px;
	float: left;
	font-size: 1.1em;
}

.top_tab {
	background: #f5f5f2 url(../images/tab_top.gif) no-repeat top;
	width: 550px;
	position: relative;
	top: -1px;
	padding-left: 24px;
	padding-top: 53px;
}

.top_tab_simple {
	background: #f5f5f2 url(../images/tab_top.gif) no-repeat top;
	width: 550px;
	position: relative;
/*	top: -1px;*/
	padding-left: 24px;
	padding-top: 53px;
	height: 100px;
	padding-bottom:3px;
	margin-bottom:-2px;
}

.top_tab_padding {
	padding-top: 37px;
}

#fichier .top_tab {
	background: #f5f5f2 url(../images/tab_top.gif) no-repeat top;
	width: 554px;
	position: relative;
	top: -1px;
	padding-left: 20px;
	padding-top: 37px;
}

.top_tab_first {
	background: #f5f5f2 url(../images/tab_top_first.gif) no-repeat top;
}

.top_tab_last {
	background: #f5f5f2 url(../images/tab_top_last.gif) no-repeat top;
}