body {
	margin: auto;
	width: 90%;
}
a {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
}
.header {
	display: flex;
}
.header_img {
}
.header_info {
	margin-left: 20px;
}
.header_title {
	font-size: 50px;
	font-weight: bold;
}
.header_subtitle {
	font-size: 30px;
}
.header_details {
	display: flex;
	flex-direction: row;
}
.header_details > div {
	/*display: flex;*/
	margin-right: 50px;
}
.header_details img {
	height: 50px;
	vertical-align: middle;
}
.header_details span {;
	vertical-align: middle;
	margin-left: 10px;
}
.content {
}
.left_column {
	float: left;
	margin-left: 5%;
	width: 45%;
}
.right_column {
	float: left;
	margin-left: 10%;
	width: 40%;
}
.content .icon {
	height: 60px;
	vertical-align: middle;
}
.section_div {
	margin-bottom: 30px;
}
.section {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 30px;
}
.section_border {
	border-left: 2px solid black;
}
.section_title {
	font-size: 30px;
	font-variant: small-caps;
	vertical-align: middle;
	margin-left: 5px;
}
.section_main {
	margin-left: -30px;
	padding: 15px 0px;
}
.section_date {
	margin-right: 50px;
    margin-left: -75px;
    padding-right: 27px;
	width: 60px;
	min-width: 60px;
    min-height: 27px;
	text-align: center;
	background-image: url(../img/puce_date.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.section_name {
	font-size: larger;
	font-weight: bold;
}
.section_content {
	margin-bottom: 20px;
}
.competences_icon {
	max-height: 50px;
	max-width: 50px;
	vertical-align: middle;
	margin-left: -20px;
    margin-right: -10px;
	padding-bottom: 10px;
}
.section_competences {
	margin-left: 20px;
	padding-bottom: 10px;
}
.section_competences_title {
	font-size: 25px;
    margin: -27px 0px 10px 25px;
	font-variant: small-caps;
	vertical-align: middle;
}
.section_competences_border {
	margin-left: 30px;
	padding-top: 10px;
}
.section_competences_2sub {
	display: flex;
	justify-content: space-between;
}
.section_competences_sub {
	margin-left: 50px;
}
.section_competences img {
	height: 20px;
}
.section_interets {
	display: flex;
    justify-content: space-around;
}
.section_interets_border {
	margin-left: 30px;
}
.section_interets img {
	height: 60px;
}