body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868686;
	background-color: black;
	margin-top: 0px;
	letter-spacing: 1px;
}

#prelude {
	margin-left: 170px;
	}


#top {
	height: 85px;
	width: 735px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(img/header.gif);
}
	
#page {
	width: 70%;
	padding-top:0px;
	}
	
#content {
	padding-left: 100px;
	}
	
#sidebar {
	position: absolute;
	top: 200px;
	right: 0px;
	width: 220px;
	text-align: left;
	padding: 0px;
	font-size: 80%;
	}
	
#prelude {
	font-size: 10px;
	}

#sidebar h2 {
font-size: 130%;
}

h1, h1 a {
	text-decoration: none;
	font-size: 25px;
	color: #868686;
	background: url(img/titre.jpg) bottom left no-repeat;
	font-weight: normal;
	margin-left: 100px;
}

		
a {
	color: #0BD2C9;
	text-decoration: none;
}

a:hover {
	color: #91F8F4;
}
	
code,pre { 
	font-family : "Courier New",monospace; 
	font-size : 1.1em; 
	background:#f7f7f7;
}

pre {
	margin : 0 auto;
	margin-bottom : 1em;
	padding : 0.5em;
	text-align:left;
	white-space:normal;
	/* caché pour IE 5 Mac qui sait pas faire \*/
	white-space:pre;
	width: 95%;
	height: 50px;
	overflow : auto;
	/* Fin hack */
}
.post {
	margin-top: 50px;
}
	
.post-title {
	font-size: 18px;
	text-transform: uppercase;
	background: url(img/title.gif)  left no-repeat;
	padding-left:  30px;
	padding:O;
	margin: 0;
	padding-bottom: 0px;
	}
	
.post-info {
	padding-left: 0px;
	color: #BBBBBB;
	padding: O;
	margin: 0;
	font-size: 10px;
}
	
.post-info-co {
	padding-left: 22px;
	color: #D3D3D3;
	padding:O;
	margin: 0;
	font-size: 10px;
	background: url(img/comm.gif) left no-repeat;
	}

h3 {
	color: #868686;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 20px;
}

fieldset {
	border: none;
	}
	
input , textarea {
	display: block;
	}

#comments blockquote {
	margin-left: 10px;
	}

#comments .comment-info {
	font-style: italic;
	color: #868686;
	padding-left: 10px;
	margin-bottom: 0px;
}
	
.com {
	border: 10px solid #000000;
	border-left: 10px solid #000000;
	margin: 10px;
	margin-left: 30px;
}

h2 {
	color: #868686;
	text-transform: uppercase;
	font-size: 16px;
}
	
ul li {
	list-style-type: none;
	}
	
#sidebar ul {
	padding-left: 0px ;
	margin-left: 0px;
	}
	
#sidebar ul li {
	background: url(img/arrow.png) no-repeat top left;
	padding-left: 20px;
	margin-left:0px;
}
