body {
	font-family: Calibri, serif;
	font-size: 1.5em;
}
h1, h2 {
	color: #ed008c;
	text-align: center;
}
h1 {
	font-size: 3em;
	margin-bottom: 0;
}
h2 {
	font-size: 2em;
}
#header {
	background-color: #000;
	text-align: center;
	color: #FFF;
	padding: 2px 0 10px 0;
}
.profession {
	color: #d9d9d9;
	font-size: 1.5em;
	margin-top: 0;
}
#main {
	background: #d9d9d9;
}
#timeline {
	float: left;
	width: 70%;
	background-color: #FFF;
}
#timeline dl {
	background: #fff url(img/pink-border.png) repeat-y center;
}
#timeline dt, #timeline dd {
	text-align: right;
	margin-right: 49.4%;
	padding-right: 20px; 
}
#timeline dt {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 90%;
	margin-bottom: .2em;
	background: transparent url(img/station.png) no-repeat right 5px;
}
#timeline dt .date {
	color: #ed008c;
}
#timeline dd.details {
	font-size: 0.8em;
}
#timeline .right {
	text-align: left;
	margin: 0 0 0 49.4%;
	padding-left: 20px;
}
#timeline dt.right {
	background: transparent url(img/station.png) no-repeat left 5px;
}
#autre {
	background-color: #D9D9D9;
	padding: 25px;
	margin-left: 71%;
}
#autre ul {
	list-style-type: none;
}
#cursus li {
	padding: 0;
	margin-bottom: 2em;
}
#cursus li .date {
	font-size: 1.3em;
	font-weight: bold;
	color: #ed008c;
}
#cursus dd {
	display: inline;
	margin: 0 0 1.5em 0;
}
#misc ul.social {
	text-align: center;
	margin: auto;
}
#misc ul.social li {
	display: inline;
}
hr.sep {
	clear:both;
	border: 2px solid #ed008c;
	background-color: #fff;
}
#contact {
	clear: both;
}
#contact ul {
/*	margin: 0 auto 1em;*/
	padding: .25em 0 1em; 
}
#contact li {
	display: inline;
	font-size: 2em;
	line-height: 2.25em;
	padding: 20px 12% 20px 60px; 
}
#contact li.tel {
	background: transparent url(img/phone.jpg) no-repeat left;
}
#contact li.mail {
	background: transparent url(img/mail.png) no-repeat left;
}
#contact li.geo {
	background: transparent url(img/localisation.png) no-repeat left;
}