@charset "UTF-8";
body {
	background-image: url(fond.jpg);
}


#cv {
	margin-left: 200px;
	margin-top: 200px;
	width: 400px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 17px;
	color: #3F2B31;
	letter-spacing: 0.4px;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: #333;
	padding-left: 20px;
}


#cv h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}