* {
	font-family: terminal, courier, sans-serif;
	/*font-size: 1em;*/
}

body {
	background-color: #000;
	padding: 0px;
	display: block;
	width: 40em;
	margin: auto;
}

a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed;
	background-color: #fff;
	color: #000;
}
a.fr:before {
	content: "[fr] ";
}

#page {
	margin: 0em;
	padding: 0em;
	color: #fff;
}

#menu:before { content: "rixed@ob$ ls -d /\A "; }
#menu {
	font-weight: bold;
	text-align: left;
	margin-bottom: 1em;
}

#menu ul {
	padding: 0em;
}
#menu li:before {
	content: "lrwxrwxrwx    1	root	root		13 Jan	7 00:50 ";
}
#menu li {
	padding: 0em 0em;
	margin: 0em;
	font-weight: normal;
	font-style: normal;
	list-style-type: none;
}
#menu > ul > li {
	font-weight: bold;
	font-style: italic;
}

#banner	{
	position: fixed;
	top: 1em;
	left: 1em;
}

#news {
	display: block;
}
#news > div h1:before { content: "Date: "; }
#news > div h1,#news > div h2 {
	font-weight: bold;
	font-style: italic;
	margin: 0em;
}
#news > div h2:before { content: "Subject: "; }
#news > div p {
	clear: both;
}

#contenu {
	margin: 0.2%;
}
#contenu > p {
	text-align: justify;
}

#contenu > h1:before { content: "rixed@ob$ cat ./"; }
#contenu > h1:after { content: ".txt"; }
#contenu div#news:before {
	content: "rixed@ob$ tail -f /var/log/news";
	font-weight: bold;
	text-align: left;
}

#contenu > h1 {
	font-weight: bold;
	text-align: left;
}
#contenu > h2 {
	font-weight: bold;
	text-align: left;
}
#endpage {
	clear: both;
}
p.discussion {
	font-style: italic;
	margin-left: 2em;
}
img.logo {
	float: right;
}

.footer {
	margin: 0em 0.5%;
	color: #fff;
	padding: 0%;
}
.footer p {
	margin-right: 3em;
	margin-top: 0em;
	margin-bottom: 0em;
}

.footer p a:link, .footer p a:visited {
	text-decoration: none;
	font-weight: bold;
}
.footer p a:hover {
	text-decoration: underline;
	font-weight: bold;
}


