@charset "utf-8";
body {
	font-family: "Myriad Pro";
	font-size: 1em;
	color: #000;
	line-height: 1.3em;
	font-weight: lighter;
}
/* CSS Document */

#container {
	width: 700px;
	overflow: hidden;
	background-color: #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 420px;
	padding: 30px;
}
#biographie {
	height: 390px;
	width: 650px;
}
#biographie h3{
	color: #990000;
	font-weight: normal;
}
#biographie h4{
	color: #990000;
	font-weight: lighter;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	position: relative;
	top: 10px;
}
