/* ******************************************************** GESTION DU LISTE ********************************** */
#line li {
	margin: 2px 0;
	padding: 1px 6px;
}
.clients_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 28px;
	font-weight : normal;
	color : #dce1dc;
	letter-spacing : -0.8pt;
}
.clients_m {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000;
}
.clients_new {
	background: url(/design/images/ico_new.png) no-repeat right top;
}
.clients_cadre, .clients_cadre_roll, .portfolio_cadre_roll {
	border: 1px solid #d3d3d3;
}
.line_port_date {
	float:left;
	width:50px;
}
.line_port_titre {
	float:left;
	width:190px;
	line-height:13px;
	margin:1px 0;
	cursor: pointer;
}
a.clients_lien {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a.clients_lien:hover {
	color: #d33701;
	text-decoration: underline;
}
/* ******************************************************** GESTION LISTING  ********************************** */
a.clients_menu, a.clients_menu1, a.clients_menu2  {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding:0 4px 0 4px;
}
a.clients_menu:hover {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #dddddd;
	padding:0 4px 0 4px;
}
a.clients_menu1:hover {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #7e7e7a;
	text-decoration: none;
	padding:0 4px 0 4px;
}
a.clients_menu2:hover {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background: #f6f6f6 url(/design/images/bg_menu2.gif) repeat-x top;
	padding:0 4px 0 4px;
}
a.clients_menu_on, a.clients_menu_on:hover  {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color: #252525;
	padding:0 4px 0 4px;
}
/* ******************************************************** GESTION DES ONGLETS  ********************************** */
ul.aks_onglets {
	list-style-type: none;
}
ul.aks_onglets li {
	float: left;
}
.onglet, .onglet_on{
	padding-top:4px;
	height:17px;
	border-top: solid 1px #c6cacb;
	border-bottom: solid 1px #c6cacb;
}
a.onglet {
	display: block;
	font-size: 10px;
	text-decoration:none;
	border-bottom: solid 1px #c6cacb;
}
a.onglet_on {
	display: block;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
}
#onglet_contenu {
	width:271px;
	float:left;
}