#pgBios > header li a.active
{
	color: rgb(117,19,65);
}

#pgBios #mainL
{
	float: left;
	width: 150px;
	margin-top: 20px;
	margin-left: 30px;
	text-align: right;
}

#pgBios #mainL li
{
	margin-bottom: 18px;
	color: rgb(117,19,65);
	letter-spacing: 1px;
	
	/*font-size: 13px;*/
}

#pgBios #mainL li a
{
	color: rgb(117,19,65);
	/*font-weight: bold;*/
	
	font-family: "PT Sans Caption Bold";
}


#pgBios #mainR
{
	width: 540px;
	margin-top: 18px;
	/*background-color: red;*/
	float: right;
}

#pgBios #mainR img
{
	float:left;
	margin-right: 10px;
	margin-bottom: 6px;
}

#pgBios #mainR h4
{
	color: rgb(117,19,65);
	font-weight: bold;
	margin-bottom: 10px;
}

#pgBios #mainR p
{
	line-height: 1.3;
	margin-bottom: 10px;
	text-align: justify;
}

#pgBios #barre
{
	background-color: rgb(117,19,65);
}