@charset "utf-8";
/* CSS Document */

#bio-gauche {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 450px;
	width: 344px;
	float: left;
	text-align: center;
	padding: 5px;
}
#bio-separation{
	position: absolute;
	height: 470px;
	width: 1px;
	left: 350px;
	top: 125px;
	background-color: #E5E5E5;
}
#bio-droit {
	height: 445px;
	width: 530px;
	float: left;
	margin-top: 15px;

}
#bio-contenu {
	height: 420px;
	width: 500px;
	top: 10px;
	left: 17px;
	overflow: visible;
	color: #FFFFFF;
	padding-right: 30px;

}
