body {
	background-color: #000;
	color: #c7c8cc;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

h1 {
	/*background: url(../design/h1bg.png) no-repeat center left;
	padding-left: 8px;*/
	font-size: 16px;
	margin: 20px 0;
}

/*h1 span {
	background: #000;
	padding-left: 6px;
	padding-right: 6px;
}*/

h1, strong, a {
	color: #fff;
}

img {
	border: none;
}

hr {
	visibility: hidden;
	clear: both;
}

#wrapper {
	position: relative;
	width: 1000px;
	height: 600px;
	margin: 0 auto;
}

#subwrapper {
	position: relative;
	height: 560px;
}

#leftcolumn {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 560px;
}

#logo, #misc {
	text-align: center;
}

#logo {
	height: 230px;
}

#misc {
	height: 330px;
}

#home #logo, #news #logo, #products #logo {
	height: 300px;
}

#home #misc, #news #misc, #products #misc {
	height: 260px;
}

#rightcolumn {
	width: 750px;
	margin-left: 250px;
}

#tagline {
	text-align: right;
	height: 75px;
}

#languages {
	font-size: 10px;
	text-align: right;
	height: 15px;
}

#navbar {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0 0 20px;
}

#navbar ul {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 10px 0;
}

#navbar ul li {
	float: left;
	margin-right: 4px;
}

#navbar ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 0 6px;
}

#navbar ul li a:hover, #navbar ul li a:active, #navbar ul li a:focus {
	background: #343434;
}

#navbar ul li a.actif {
	color: #000;
	background: #fff;
}

#footer {
	font-size: 10px;
	text-align: right;
	height: 39px;
	border-top: 1px solid;
}

