/** HOME **/
#block-news {
	width: 980px;
	margin-top: 20px;
}

	#block-news h2 {
		background: url("../img/bg_title_home.png") repeat-x 0 0;
		height: 33px;
		display: block;
		margin: 0;
		padding: 0 0 0 20px;
		font-size: 13px;
		font-weight: bold;
		color: #f7f7f7;
		text-transform: uppercase;
		line-height: 33px;
	}

	#block-news #list_news {
		list-style: none;
		margin: 0;
		padding: 18px 20px 0;
		display: inline-block;
		width: 940px;
	}
	
		#block-news #list_news .news {
			float: left;
			width: 50%;
			padding: 0;
			font-family: Arial, Helvetica, sans-serif;
		}
		
			#block-news #list_news .news > div {
				float: left;
				padding: 0 5px 0 0;
			}
	
				#block-news #list_news .news h3 {
					font-size: 14px;
					font-weight: normal;
					color: #000;
					line-height: normal;
					margin: 0;
					padding: 0 0 17px;
					width: 300px;
				}
					
				#block-news #list_news .news .content {
					font-size: 11px;
					color: #000;
					line-height: 13px;
					width: 300px;
					text-align: justify;
				}
				
					#block-news #list_news .news .content p {
						padding: 0 0 14px;
					}
					
					#block-news #list_news .news .content p span {
						height: 16px;
						line-height: 16px;
						display: block;
					}
					
						#block-news #list_news .news .content p span img {
							vertical-align: top;
							margin: 0 6px 0 0;
						}
					
			#block-news #list_news .news .img_link {
				display: block;
				width: 145px;
				float: left;
			}

/** Listing && Details Actus **/
    body#news #center_column ul, body#news #center_column li
    {
        list-style: none;
        padding: 0;
        margin: 0
    }
    
    body#news #center_column > h1 {
    	margin: 15px 0;
    }
    
    body#news #center_column > h1 > span
    {
        float: left;
    }
    
    body#news #center_column > h1 span.navigation-pipe
    {
        background: url('../img/arrow_black.png') 0 0 no-repeat transparent;
        width: 5px;
        height: 8px;
        margin: 6px 10px 0;
    }
    
/** MENU LEFT **/
body#news #listing_cat_news {
	width: 235px;
	margin: 0 0 30px 10px;
	float: left;
}

	body#news #listing_cat_news .container {
		background: url("../img/bg_block_left.png") repeat-y 0 0;
		margin-bottom: 10px;
	}
	
		body#news #listing_cat_news .container .title {
			background: url("../img/top_block_left.png") no-repeat 0 0;
			display: block;
			width: 235px;
			height: 29px;
		}
	
			body#news #listing_cat_news .container .title img {
				float: left;
				width: 17px;
				height: 17px;
				margin: 4px 0 0 4px;
			}
		
			body#news #listing_cat_news .container .title strong{
				font-size: 12px;
				color: #fff;
				line-height: 24px;
				padding-left: 9px;
				float: left;
			}
		
		body#news #listing_cat_news .container ul {
			clear: both;
			list-style: none;
			background: url("../img/bg_block_left.png") no-repeat -235px bottom;
			padding: 5px 18px 8px 28px;
		}
		
			body#news #listing_cat_news .container ul li a:hover,
			body#news #listing_cat_news .container ul li.selected a {
				text-decoration: none;
				color: #feb700;
			}
			
        	body#news #listing_cat_news .container ul li a.link_special {
        		font-weight: bold;
        	}
        	
        		body#news #listing_cat_news .container ul li a.link_special span {
        			float: left;
        		}
        		
        		body#news #listing_cat_news .container ul li a.link_special img {
        			float: left;
        			margin: 5px 0 0 10px;
        		}

    /** Conteneur actu **/
        body#news #center_column div#block_news
        {
            float: right;
            margin: 0 20px 30px 0;
            width: 695px;
        }
        
        body#news #center_column #content_news > li
        {
            margin-bottom: 10px
        }
        body#news #center_column #content_news > li.last
        {
            margin-bottom: 0
        }
        body#news #center_column #content_news h2
        {
        	background: url("../img/bg_title_list_news.png") no-repeat 0 0;
            color: #fff;
            font-size: 14px;
            height: 32px;
            line-height: 32px;
            padding: 0 0 0 10px;
            font-weight: normal;
        }
        body#news #center_column #content_news div.left_block_actu
        {
            float: left;
            text-align: justify;
            position: relative;
            border: 1px solid #d8d8d8;
            border-top: none;
            background-color: #f6f6f8;
            width: 693px;
            height: 154px;
        }
        body#news #center_column #content_news div.left_block_actu .block_left
        {
			height: 116px;
            width: 489px;
            padding: 15px 0 23px 19px;
            float: left;
		}
        body#news #center_column #content_news div.left_block_actu span.date_new
        {
            display: block;
            font-size: 9px;
            color: #222;
        }
        
        body#news #center_column #content_news div.left_block_actu p
        {
            padding: 13px 0 0;
        }
        /*body#news #center_column #content_news div.commentaire
        {
            position: absolute;
            bottom: 0;
            left: 0;
            background: url("../img/comment_news_average.png") no-repeat 0 0;
            height: 18px;
        	display: block;
        	padding-left: 5px;
        }
        
        	body#news #center_column #content_news div.commentaire .average_star {
        		height: 18px;
        		display: block;
        		background: url("../img/comment_news_average.png") repeat-x 0 -18px;
        		float: left;
        	}
        	
        		body#news #center_column #content_news div.commentaire .average_star div.star {
        			margin: 2px 0 0 0;
        			cursor: default;
        		}
        		
        			body#news #center_column #content_news div.commentaire .average_star div.star a {
        				cursor: default;
        			}
        	
        		body#news #center_column #content_news div.commentaire .right_border {
        			background: url("../img/comment_news_average.png") repeat-x 0 -36px;
        			width: 5px;
        			height: 18px;
        			display: block;
        			float: left;
        		}
        		
        		body#news #center_column #content_news div.commentaire .average_star span {
        			background: url("../img/icon_news_comment.png") no-repeat 0 center;
        			display: block;
        			margin: 0 0 0 10px;
        			padding: 0 0 0 16px;
        			height: 18px;
        			float: right;
        			color: #fff;
        			font-size: 10px;
        			line-height: 18px;
        		}*/
        
        
        body#news #center_column #content_news img.img_princ_actu
        {
            float: right;
            margin: 5px 20px; 
        }
    
/** Listing Actus **/
        body#news #center_column div#block_news.listing_actu div.left_block_actu a.read_more
        {
            color: #0099ff;
            font-size: 11px;
            text-decoration: underline;
            padding: 7px 0 0;
            float: left;
        }
        
        	body#news #center_column div#block_news.listing_actu div.left_block_actu a.read_more:hover {
        		text-decoration: none;
        	}
        	
/** Details Actus **/
body#news #center_column div#block_news.detail_actu #content_news {
	margin: 0 0 40px 0;	
}

body#news #center_column div#block_news.detail_actu #content_news h2 {
	background: url("../img/bg_title_page_news.png") no-repeat 0 0;
	color: #202020;
}

body#news #center_column div#block_news.detail_actu .left_block_actu
{
   padding: 15px 20px 23px 19px;
   width: 654px;
   height: auto;
}

	body#news #center_column div#block_news.detail_actu .left_block_actu > img {
		margin: 10px 0 10px 20px;
	}
        
/*** COMMENTS **/
#actualites #blockcomments {
	margin-top: 0;
}

#actualites .new_comment_form_content {
	margin-top: 29px;
}

body#news #center_column #content_news div.commentaire.detail {
	position: inherit;
	display: block;
}

body#news #new_comment_form .product .product_desc {
	width: 356px;
}

/** PAGINATION **/
body#news #center_column div#block_news.listing_actu #pagination > ul {
	padding: 10px;
	width: 675px;
}

	body#news #center_column div#block_news.listing_actu #pagination .wrap-list {
		width: 367px;
	}

#block_news.detail_actu #pagination {
	height: 32px;
}

#block_news.detail_actu #pagination .wrap_list ul {
	width: 430px;	
}

body#news #center_column div#block_news.detail_actu #pagination {
	margin: 0 0 10px;
	height: auto;
}

body#news #center_column div#block_news.detail_actu #pagination ul {
	border: none;
	width: 696px;
	height: auto;
}

body#news #center_column div#block_news.detail_actu #pagination_previous a,
body#news #center_column div#block_news.detail_actu #pagination_previous span,
body#news #center_column div#block_news.detail_actu #pagination_next a,
body#news #center_column div#block_news.detail_actu #pagination_next span {
	width: auto;
}

body#news #center_column div#block_news.detail_actu #pagination_previous a,
body#news #center_column div#block_news.detail_actu #pagination_next a {
	text-decoration: underline;
}

body#news #center_column div#block_news.detail_actu #pagination_previous a:hover,
body#news #center_column div#block_news.detail_actu #pagination_next a:hover {
	text-decoration: none;
}

body#news #center_column div#block_news.detail_actu .title_actu_pagination {
	color: #666;
	background: none;
	padding: 0 0 0 10px;
}

body#news #center_column div#block_news.detail_actu .right_title_actu_pagination {
	padding: 0 10px 0 0;
}

#actualites #columns {
	border-bottom: 1px solid #e4e8ea;
	padding-bottom: 30px;
}