#news .content .block_content {
	list-style-type: none;
}

#news .content .block_content > li {
	padding: 15px 10px;
	border: 2px solid #dedddb;
	margin-bottom: 20px;
	background: white;
	position: relative;
}

#news .content .block_content > li > ul {
	margin-left: 20px;
}

#news .content .block_content > li .savoir_plus {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: url('../../../img/bpuce.jpg') no-repeat right;
	padding-right: 15px;
}

#news .content .separator {
	height: 0px;
	background: #dedddb;
	margin-top: 30px;
/* 	margin-bottom: 20px; */
}

.left {
	float: left;
}

.line {
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#comment_add label{
	display: inline-block;
    font-size: 12px;
    padding: 6px 15px;
    text-align: right;
    width: 150px;
}

#comment_add p.text input, #comment_add p.select input {
	border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 12px;
    height: 22px;
    padding: 0 5px;
    width: 260px;
}

#comment_add textarea {
	height: 65px;
    width: 270px;
}

.commentaire {
	margin-bottom: 20px;
}

.commentaire ul li {
	list-style-type: none;
}

.commentaire h4 {
	padding: 10px 0 10px 10px;
	background: #f2f2f2;
}

.linked_products {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 19px;
	color: #565350;
	width: 100%;
	border-bottom: 1px solid #E5E3E1;
	display: block;
}

.block_contenu {
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #F3F2F2;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.block_contenu li {
	list-style-type: none;	
}

.block_contenu .block_news {
	float: right;
	width: 250px;
}
.block_contenu .block_news p{
	padding-bottom: 5px;
}
.block_contenu .see_more {
	float: right;
}
.block_contenu .puce {
	margin-left: 5px;
}
.block_contenu .block_news h4 {
	width: 80%;
	background: url(../../../img/blog.png) no-repeat;
	padding-top: 3px;
	padding-left: 35px;
	padding-bottom : 0;
	height : 24px; 
	font-size :16px;
	font-weight : normal;
	color : #6f6a62;
	font-family: 'Questrial', sans-serif;
}

.block_contenu .block_news hr {
	border : 0;
	border-bottom: 1px solid #E5E3E1;
	margin-bottom: 13px;
	margin-top : 0;
	width : 215px;
}

.block_contenu .block_cms {
	float: left;
	width: 430px;
}

.block_contenu .block_cms h4 {
	width: 80%;
	padding-bottom: 5px;
	background: url(../../../img/did_you_know.png) no-repeat;
	padding-top: 5px;
	padding-left: 35px;
	font-size :16px;
	font-weight : normal;
	color : #6f6a62;
	font-family: 'Questrial', sans-serif;
	
}
.block_contenu .block_cms hr {
	border : 0;
	border-bottom: 1px solid #E5E3E1;
	margin-left : 35px;
	margin-bottom: 13px;
	margin-top : 0;
	width : 400px;
}

.block_contenu div.big {
	width: 700px
}
