/*onglets */
.tabs {
	margin-top : 20px ;
}

.tabs td {
	height : 48px ;
	text-align : center ;
}

.tab_title { /* only for IE 6 */
	/display : block ;
	/height : 38px ;
	/padding : 10px 10px 0 10px ;
	
}

.tab a, .tab_first a, .tab_last a{
	background : transparent url('/images/onglets/top.png') scroll no-repeat top center ;
	height : 48px ;
	border-left : 1px solid #E6E6E6 ;
	
	/text-decoration : none ; /*IE HACK */
	/color : #666666 ;
}

.tab.selected a, .tab_first_selected a, .tab_last_selected a, .tab a:hover, .tab_first a:hover, .tab_last a:hover{
	background : transparent url('/images/onglets/hover_top.png') scroll no-repeat top center ;
	font-weight : bold ;
}

.tab a, .tab_first a, .tab_last a {
	display : table-cell ;
	border : none ;
	margin : 0 ;
	padding : 0 ;
	padding : auto ;
}

.tab_first a, .tab_first_selected a, .tab_first a:hover{
	background-position : top left ;
	border : none ;
}

.tab_last a, .tab_last_selected a, .tab_last a:hover{
	background-position : top right ;
}
 
.tab_1, .tab_2, .tab_3,
.tab_4 , .tab_5, .tab_6, 
.tab_7, .tab_8, .tab_9 {
	vertical-align :middle ;
} 
 
.tab_1 a, .tab_2 a, .tab_3 a,
.tab_4 a , .tab_5 a, .tab_6 a, 
.tab_7 a, .tab_8 a, .tab_9 a {
	text-align :center ;
	font-size : 12px ;
	vertical-align :middle ;
	padding : 0 10px ;
} 

.tab_1, .tab_1 a {
	width : 700px ;
}

.tab_2, .tab_2 a {
	width : 350px ;
}

.tab_3, .tab_3 a {
	width : 233.3px ;
}

.tab_4, .tab_4 a {
	width : 175px ;
}

.tab_5, .tab_5 a {
	width : 140px ;
}

.tab_6 , .tab_6 a{
	width : 116.6px ;
}

.tab_7, .tab_7 a {
	width : 100px ;
}

.tab_8, .tab_8 a {
	width : 87.5px ;
}

.tab_9, .tab_9 a {
	width : 77.7px ;
}


/** Contenu des tabs **/


.tab-content-container {
	background : transparent url('/images/onglets/content.png') scroll repeat-y top left ;
	
}

.tab-content-container .bottom {
	background : transparent url('/images/onglets/bottom.png') scroll no-repeat bottom left ;
	padding-bottom : 10px ;
	position : relative ;
} 


.item-block {
	float : left ;
	width : 330px ;
	padding : 0 10px ;
	position : relative ;
}

.items_row_separator {
	border-top : 1px solid #E6E6E6 ;
	margin : 10px 0 10px 0;
	width : 100% ;
}

.home_picto {
	float : left ;
	margin : 10px ;
}

.item_text_block {
	width : 252px ;
	float : left ;
}
