div#portefeuille {
	width: 770px;
	height: 653px;
}

div#portefeuille_top {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	height: 30px;
}

div#portefeuille_complexe {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
}

div#portefeuille_liste {
	position: relative;
	display: none;
	width: 100%;
	heigth: auto;
	text-align: left;
}

div#portefeuille_form {
	position: relative;
	display: block;
	float: left;
	width: 358px;
	height:623px;
}

div#portefeuille_fiches {
	position: relative;
	display: block;
	float: left;
	height:623px;
	width: auto;
}

div#portefeuille_tabs {
	position: relative;
	display: block;
	float: left;
	height:623px;
	width: 30px;
}

div.portefeuille_fiche {
	width: 420px;
}

