/* CSS Document */
.portrait_titre {
	position:relative;
	margin-left:25px;
	height:40px;
	width:670px;
	/*border:1px solid #FF0000;*/
}
.portrait_une {
	position:relative;
	float:left;
	margin-left:15px;
	height:335px;
	width:295px;
	/*border:1px solid #FF0000;*/
	overflow:auto;
	scrollbar-arrow-color:#000000;
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#ffffff;
}
.portrait_liste {
	position:relative;
	float:right;
	height:335px;
	width:345px;
	/*border:1px solid #FF0000;*/
	overflow:auto;
	scrollbar-arrow-color:#000000;
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#ffffff;
}
.cellule_liste {
	position:relative;
	float:none;
	height:75px;
	width:345px;
	/*border:1px solid #663399;*/
}
.cellule_vignette {
	position:relative;
	float:left;
	height:71px;
	width:58px;
	/*border: 1px solid #FF0000;*/
}
.cellule_texte {
	position:relative;
	float:right;
	height:75px;
	width:275px;
	/*border:1px solid #0000FF;*/
}
.portrait_details_gauche {
	position:relative;
	float:left;
	margin-left:15px;
	width:340px;
	height:365px;
	/*border:1px solid #0000FF;*/
}
.portrait_details_droit {
	position:relative;
	float:right;
	width:295px;
	height:365px;
	text-align:center;
	/*border:1px solid #FF00FF;*/
}
