@import "layout.css";

/* Global style
********************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	background: #EEE
	color: #000;
	font-family: Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 0.8em;
}


/* Post
********************************************/
#meio p{
	text-align: center;
}

#content{
	color: #222;
	background: transparent;
}

.post{
	margin-top: 20px;
}

.post-title a{
	color: #000;
	background: transparent;
	text-decoration: none;
}

.post-info{
	padding-left: 20px;
	margin-top: 0;
	color: #666;
	background: transparent;
}

.post-info a{
	color: #666;
	background: transparent;
}

.post-content p{
	width: 480px;
	text-align: left;
	overflow: auto;
}

.post-content ul{
	list-style-image: url(./puce.png);
	margin : 0 0 0 -15px;
}

.post blockquote{
	font-style : italic;
	border-left : 5px solid #999;
	padding-left : 1em;
}

.post blockquote p{
	width: auto;
}

.post-info-co{
	clear: both;
	text-align: right;
	font-size: 0.8em;
	border: 1px solid #E0E0E0;
	background: #FFF url(img/postinfo.png) repeat-x;
	color: inherit;

	margin-top: 0.5em;
	margin-bottom: 3em;
	padding: 0.5ex;
	/* -moz-border-radius connu pour ne pas etre valide */
	-moz-border-radius: 5px;
}




