@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #FF0000;
}

#voodoo {
	width: 800px;
	margin: 0px auto 200px auto;
}

#logo {
	width: 127px;
	height: 70px;
	margin: 40px auto 40px auto;
	background-image: url(media/images/global/logo.png);
}

#logo a{
	width: 127px;
	height: 70px;
	display: block;
}

#menu {
	width: 300px;
	margin: 0px auto 0px auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}

#menu #list li {
	float: left;
	display: inline;
	padding-right: 20px;
}

.menuTarget {
	color: #9C0;
	font-size: 20px;
}

#menu #list li a{
	color: #9C0;
	text-decoration: none;
}

#menu #list li a:hover{
	color: #FF0000;
	text-decoration: none;
}

#content {
	width: 380px;
	margin: 75px auto 20px auto;
	color: #666;
	font-family: helvetica;
}

.highlight {
	font-size: 20px;
}

#reference {
	margin: 75px auto 0px auto;
}

.oe {
	width: 125px;
	height: 120px;
	margin-top: 0px;
	background-image: url(media/images/references/oe.png);
}

.udmark {
	width: 105px;
	height: 63px;
	background-image: url(media/images/references/udmark.png);
}

.ktd {
	width: 160px;
	height: 120px;
	background-image: url(media/images/references/ktd.png);
}

.khepri {
	width: 205px;
	height: 100px;
	background-image: url(media/images/references/khepriconsult.png);
}

.nuancer {
	width: 200px;
	height: 50px;
	background-image: url(media/images/references/nuancer.png);
}

#copyright {
	margin: 75px auto 0px auto;
	text-align: center;
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

.clear {
	clear: both;
}
