BODY {	/*background-image: url(images/header.png);*/
		background-repeat: no-repeat;
		background-color: white;
		color: #333;
		}

.menu {	position: absolute;
		top: 2em;
		/*left: -5px;*/
		right: 2em;
		width: 17.5em;
		border-style: solid;
		border-right-style: none;
		border-top-style: none;
		border-bottom-style: none;
		border-color: #007700;
		border-width: 1px;
		padding-right: 0.5em;

		}

.menu UL {
		margin-left: 1.5em;
		margin-top: 1em;
		padding-left: 0;
	}
.menu LI {	margin-top: 0.4em;
		/*margin-left: -0.5em;*/
		}

.menu A { 	color: #007700;
		background-color: white;
		text-decoration: none;
		}

.menu A:hover{	color: blue;
		background-color: white;
		}

.menu_comment {
			font-size: 0.8em;
		}

.content {	
		position: absolute;
		top: 2em;
		right: 20em;
		left: 0em;
		margin-left: 2em;
		margin-right: 2em;
	}

.content H1 {
		margin-top: 0;
		text-align: center;
		color: #005500;
	}

.content H2 {
		color: #005500;
	}

.content H3 {
		color: #005500;
	}

.content P {
		line-height: 140%;
}

.title_image {
	float: left;
	margin: 1em 2em 1em 1em;
	width: 12em;
}

.logo {
	margin-left: 1em;
	margin-right: 0.5em;
	border-bottom-style: solid;
	border-width: 1px;
}

.last_update {
		margin-left: 1em;
		font-size: 0.6em;
	}

.looking_for {
	color: #666;
}

.cv_list {
	list-style: none;
}

.cv_title {
	text-decoration: underline;
}

@media print {
	.menu {
		display: none;
	}

	A {
		text-decoration: none;
	}

	.cv_image {
		display: none;
	}

	.cv_link_remark {
		display: none;
	}

	.content {
		left: 0em;
		right: 0em;
		margin-left: 2em;
		margin-right: 2em;
		font-size: 10pt;
	}

	.print_hide {
		display: none;
	}
}

@media screen {
	.screen_hide {
		display: none;
	}
}
