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

#biographie {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap : 25px;
	-moz-column-gap : 25px;
	column-gap : 25px;
}

#biographie img {
	float: left;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}

#page h2,
#page h3 {
	font-size: 1.500em; /* 18px */
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: none;
}

#page h2 {
	font-weight: bold;
}

#page h3 {
	color: #63b6b6;
	text-transform: uppercase;
}

#page p {
	line-height: 1.25em;
	text-align: justify;
	margin-bottom: 20px;
}

#page p strong {
	margin-bottom: 10px;
	font-size: 1.167em; /* 14px */
	color: #63b6b6;
}
