#tabs {
	height: 260px;
	width: 700px;
}

#tabs .inner {
	display: none;
}

/* cadre */
#tabs .ui-tabs {
	border: solid #e0e0e0 1px;
}

/* onglets */
#tabs .ui-tabs-nav {
	clear: both;
	margin: 0;
	padding:0;
	float: right;
	overflow: hidden;
	border-collapse: collapse;
}

#tabs .ui-tabs-nav a:hover {
	border:none !important;
}

/* onglet */
#tabs .ui-corner-top {
	background-color: #F6F6FF;
	border: solid #e0e0e0 1px;
	list-style-type:none;
	margin: 0;
	margin-top: -1px;
	overflow: hidden;
}

#tabs .ui-corner-top a {
	padding: 10px 10px;
	font-weight: bold;
	width: 187px;
	height: 44px;
	display: block;
	vertical-align: middle;
	border-bottom: none !important;
	font-size: 13px;

}

/* onglet sélectionné */
#tabs .ui-state-active {
	border: solid #000248 1px;
	background-color: #000248;
}
#tabs .ui-state-active a {
	color: white !important;
	cursor: default;
}

/* contenu */
#tabs .ui-tabs-panel {
	padding: 0px;
	height: 260px;
	overflow: hidden;
}
#tabs .ui-tabs-hide {
	display: none;
}
#tabs .ui-tabs-panel .photo {
	display: block;
	width: 489px;
	height: 260px;
}
#tabs .ui-tabs-panel .texte {
	font-size: 14px;
	line-height: 14px;
	color: black;
	background: white; /*#000248;*/
	width: 456px;
	height: 100px;
	padding: 0px 25px 10px 10px;
	margin: 0;
	overflow: hidden;
	position: relative;
	bottom: 110px;
	z-index: 5;
	zoom: 1;
	opacity: .80;
	filter: alpha(opacity=80);
}

#tabs .ui-tabs-panel a {
	font-weight:bold;
}
