/* images des posts */
div#main div.postImage {
	text-align:center;
	padding:8px;
	border-color:#333;
	border-style:double;
	border-width:3px 0;
	background-color:#222;
	}				
	div#main div.postImage img {
		padding:1px;
		background-color:#111;
		}
		
		
#slideshow {
    position:relative;
    height:150px;
	width:100%;
	overflow:hidden;
	text-align:center;
	z-index:11;
	}	
	#slideshow IMG {
		position:absolute;
		top:0;
		left:0;
		z-index:8;
		opacity:0.0;
		padding-right:100px;
		background-color:#121315;
	}	
	#slideshow IMG.active {
		z-index:10;
		opacity:1.0;
	}	
	#slideshow IMG.last-active {
		z-index:9;
	}
	#fadeout {
		background:transparent url('../images/slideshowBG.png') repeat-y center top; 
		width:100%;
		right:0;
		position:absolute;
		top:0;
		height:150px;
		z-index:1000;
	}
	
div#main div.post div.title{
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 16px;
	width:97%;
	border-bottom:1px solid #222;
	padding-bottom:5px;
	_margin-top: 0;/*ie6 fix*/
	*+margin-top: 0;/*ie7 fix*/
	}
	
.entry img {
	padding:3px;
	border:1px solid #222;
	}
