html{
	font-family: Arial, sans-serif;
	color: #FFF;
	background: #333 url(/custom/img/fondplanet.jpg) top left no-repeat;
	font-size: 62.5%;
}

body{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5em;
	background: transparent url(/custom/img/planetzombie.jpg) bottom center no-repeat;}

a{
	color: #CCC;
}

a:visited{
	color: #AAA;
}

a:hover{
	color: #FFF;
}

a img{
	border: none;
}

pre, code{
	font-size: 1.2em;
}
/* Top
*******************************************************************************/
#page{
	width: 660px;
	margin: 0 auto;
}
/* Top
*******************************************************************************/
#top{padding: 2%; margin: 3em; line-height: 2em; color: #FFF; text-align: center}
#top h1{margin: 0; letter-spacing: -1px; font-family:Georgia, serif; font-size: 30px}
.soustitre {margin: 2px 0 0 0; font-size:16px; font-weight:bold}


/* Content
*******************************************************************************/
#content{
	width: 66%;
	padding: 0 2%;
	margin: 0;
	float: right;}

.post{margin-bottom: 3em;  background: transparent url(/custom/img/post.png) top left no-repeat; }

.post img {}

.post-title, .post-title a{font-family: Georgia, serif;	color: #CC0000;	text-decoration: none;}
.post-title{padding: 15px 0 0 15px; }

.post-info{color: #999; margin-top: -10px;font-style:italic; margin-left: 25px}
.post-info a{color: #999; text-decoration : none;border-bottom: 1px solid #444; }

.post-content {display: inline}
.post-content img{display:none}
.post-content fieldset {margin:0; border:0}
.post-content fieldset ul{margin:0; padding:2px}
.post-content fieldset li{ list-style:none; text-decoration:none}

.lirelasuite { font-style: italic; text-decoration:none; display:inline }


/* Top
*******************************************************************************/
#sidebar{
	width: 26%;
	padding: 0 2%;
	margin: 0;
	float: left;
}

	#sidebar div{
		font-size: 0.8em;
	}

	#sidebar h2{
		font-family: Georgia, serif;
		color: #999;
	}

	#sidebar a{
		text-decoration: none;
	}

	#sidebar ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
/* Footer
*******************************************************************************/
#footer{
	margin: 0;
	padding: 1ex 1em;
	clear: both;
	color: #999;	
	width: 100%;
	height: 450px}
	
#footer p{
	padding: 1ex 1em;
	border: 3px solid #444;
	background:#666666;
	text-align: center;
	color: #999;
	width: 90%;
	margin: 400px 5% auto;
-moz-border-radius: 15px;
-webkit-border-radius: 15px
}