.panel {
	clear: both;
	display: none;
	padding: 5px;
	width:252px;
	font-size:14px;
	color:#333333;
	background-color:#EEEEEE;
	background-image:url('../images/tab_fond.gif');
	background-repeat:repeat-y;
	background-position:top right;
}
.tab_ombre_bottom {
	width:259px;
	height:5px;
	background-image:url('../images/tab_ombre_bottom.gif');
	background-repeat:repeat-y;
	background-position:top right;
}
.tab_ombre_bottom_corner {
	float:right;
	width:2px;
	height:5px;
	background-image:url('../images/tab_ombre_bottom_corner.gif');
	background-repeat:repeat-y;
	background-position:top right;
}
.panel.active-tab-body {
	display: block;
}

#tabs {
	width:260px;
	height: 20px;
	list-style:none;
	margin:0;
	padding:0;
}

#tabs li {
	width:125px;
	display:inline;
}

#tabs a{
	float:left;
	display:block;
	width:130px;
	height:20px;
	text-decoration: none;
	background-image:url('../images/tab.gif');
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding-top:1px;
	line-height:16px;
}
#tabs a.active-tab {
	float:left;
	display:block;
	width:130px;
	text-decoration: none;
	background-image:url('../images/tab_select.gif');
	background-repeat:no-repeat;
	color:#ffffff;
	font-weight:bold;
}


/****tab multimedia ****/
#tabs_multi {
	width:260px;
	height: 20px;
	list-style:none;
	margin:0;
	padding:0;
}

#tabs_multi li {
	width:125px;
	display:inline;
}

#tabs_multi a{
	float:left;
	display:block;
	width:130px;
	height:20px;
	text-decoration: none;
	background-image:url('../images/tab.gif');
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding-top:1px;
	line-height:16px;
}
#tabs_multi a.active-tab {
	float:left;
	display:block;
	width:130px;
	text-decoration: none;
	background-image:url('../images/tab_select.gif');
	background-repeat:no-repeat;
	color:#ffffff;
	font-weight:bold;
}
#tab_general{
	width:270px;
	float:left;
	margin:0;
	padding:0;
}
#tab_general p{
	background-image:url('../images/tab_select_general.gif');
	background-repeat:no-repeat;
	font-weight:bold;
	width:250px;
	height:20px;
	padding:3px 0 0 10px;
	margin:0;
	color:#FFFFFF;
}
.panel_general {
	clear:both;
	padding: 5px;
	width:252px;
	font-size:14px;
	font-weight:bold;
	background-color:#EEEEEE;
	background-image:url('../images/tab_fond.gif');
	background-repeat:repeat-y;
	background-position:top right;
	float:left;
}