* {
	margin: 0;
	padding: 0;
}
body {
	background: black url(data/mihozu.jpg) center top no-repeat;
	text-align: center;
	font-family: "Arial", "Verdana", sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: 500;
	color: white;
}

a {
	color: #5fca00;
	text-decoration: none;
}

a:hover {
	color: #ff8400;
	
}

img {
	border: 0;
}

div#backlink {
	float: right;
	padding-top: 1em;
	clear: both;
}

div#conteneur {
	width: 675px;
	margin: 0 auto;
	text-align: left;
	border: 4px solid #333;
	border-top: 0;
	background: #333 url(data/background.gif);
	overflow: hidden;
	font-size: 1em;
}
#container {
	margin-top: 1em;
}
#footer {
	text-align: left;
}

#header a {
	height: 80px;
	width: 100%;
	background: url(data/header.gif) top left no-repeat;
	display: block;
}
#header span {
	display: none;
}

ul#navbar {
	list-style-type: none;
	color: #ff8400;
	overflow: hidden;
}

ul#navbar li {
	float: left;
}
ul#navbar a {
	padding: 0.5em 1em;
}
* html ul#navbar {
	height: 1%;
}

#corpusindex {
	clear: both;
	padding: 0.5em;
}
#corpusindex h2 {
	margin-bottom: 1em;
	text-align: right;
}

.things {
	float: right;
	margin-left: 15px;
}

.soundList {
	height: 40px;
	list-style-type: none;
}

.soundList li {
	float: right;
}

.thingList {
	height: 85px;
	list-style-type: none;
	overflow: hidden;
	text-align: right;
}

.thingList li {
	float: right;
	margin-left: 5px;
}

* html .thingsList {
	height: 1%;
}

ul#links {
	list-style-type: none;
	overflow: hidden;
	text-align: right;
}
* html ul#links {
	height: 1%;
}
ul#links li  {
	padding: 0.2em 0.5em;
}
.lien {
	margin: 4px;
	width: 20px;
	height: 20px;
	background: url(data/soundLinkHover.jpg) no-repeat;
}

.soundtext {
	margin: 6px;
	height: 20px;
}

.lien a {
	display: block;
	height: 100%;
	width: 100%;
	background: url(data/soundLink.jpg) no-repeat;
}

.lien a:hover {
	background: transparent none;
}

img.right {
	float: right;
	margin-left: 5px;
	margin-top: 2px;
}
