/* déjà défini dans main.css */

div.vf_right_col div.vf_right_content{
	text-align:justify;
}


/* ------------------  */
div#vf_about_photo{
	/*border:1px dashed orange;*/
	float:left;
	width:120px;
	text-align:right;
}



div#vf_about_photo p{
	margin:0;
	text-align:right;
	font-style:italic;
	color:#333333;
}

div#vf_about_quote{
	float:left;
	width:500px;
	margin-left:16px;

}



div#vf_about_quote p {
	margin:0;
	margin-bottom:1em;
	color:#333333;
	font-style:italic;
	text-align:justify;

}


/* la legende photo */

#legend{
	position:absolute;
	color:white;
	left:500px;
	bottom:10px;
}





