div#content-wrapper div#c-body-wrapper div#content{
	overflow: hidden;
	zoom: 1;
}

/* Articles list */
div#content-wrapper div#c-body-wrapper div#content div#articles_list{
	float: left;
	width: 420px;
	margin-left: 20px;
	margin-right: 10px;
}
div#content-wrapper div#c-body-wrapper div#content div#articles_list div.head_border_bottom{
	border-bottom: 2px solid #dddddd; /* #e6fe61; */
	margin-bottom: 20px;
	overflow: auto;
	zoom: 1;
}
div#content-wrapper div#c-body-wrapper div#content div#articles_list h2{
	margin-top: 0;
}
div#content-wrapper div#c-body-wrapper div#content div#articles_list h2 a{
	color: #333333;
	text-decoration: none;
}
/*
div#content-wrapper div#c-body-wrapper div#content div#articles_list h2 a:hover{
	text-decoration: underline;
}
*/
div#content-wrapper div#c-body-wrapper div#content div#articles_list a.read_more{
	text-transform: uppercase;
	color: #d4145a;/* #ff006e; */
/* 	font-size: 90%; */
}
div#content-wrapper div#c-body-wrapper div#content div#articles_list p.head_buttons{
	font-size: 90%;
}
div#content-wrapper div#c-body-wrapper div#content div#articles_list p.keyword{
	font-size: 90%;
/* 	color: #ff006e; */
}
div#content-wrapper div#c-body-wrapper div#content div#articles_list p.keyword a{
	color: #d4145a; /* #ff006e; */
	text-decoration: none;
}
div#content-wrapper div#c-body-wrapper div#content div#articles_list p.keyword a:hover{
	text-decoration: underline;
}
div#content-wrapper div#c-body-wrapper div#content div#articles_list p.head_buttons img{
	margin-right: 4px;
}
div#content-wrapper div#c-body-wrapper div#content div#articles_list p.head_buttons:first-letter{
	text-transform: capitalize;
}
/* Article list end */


/* Right col */
div#content-wrapper div#c-body-wrapper div#content div#more{
	width: 530px;
/* 	background: purple; */
	overflow: hidden;
	zoom: 1;
}
/* Top box */
div#content-wrapper div#c-body-wrapper div#content div#more div#more_top{
	width: 530px;
/* 	background: red; */
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
}
div#content-wrapper div#c-body-wrapper div#content div#more div#more_top div#sommaire{
	width: 160px;
	background: #dddddd;
	height: 300px;
}
div#content-wrapper div#c-body-wrapper div#content div#more div#more_top div#video{
	width: 360px;
/* 	background: fuchsia; */
	float: right;
	margin-left: 10px;
}
div#content-wrapper div#c-body-wrapper div#content div#more div#more_top div#twitterapi{
	width: 360px;
	float: right;
	margin-left: 10px;
}
/* Top box end */

/* Bottom box */
div#content-wrapper div#c-body-wrapper div#content div#more div#more_left{
	width: 360px;
/* 	background: green; */
}
div#content-wrapper div#c-body-wrapper div#content div#more div#more_right{
	width: 160px;
/* 	background: yellow; */
	float: right;
	margin-left: 10px;
}
/* Bottom box end */
/* Right col end */



div.more_add{
	border: 3px solid #dddddd;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}
div.more_add h2{
	border-bottom: 3px solid #dddddd;
	margin-top: 0;
	padding-bottom: 10px;
	text-align: center;
	font-weight: normal;
}



div#keyword_cloud{
	border: 3px solid #dddddd;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}
div#keyword_cloud h2{
	border-bottom: 3px solid #dddddd;
	margin-top: 0;
	padding-bottom: 10px;
	text-align: center;
	font-weight: normal;
}
div#keyword_cloud a{
	color: #808080;
	text-decoration: none;
}
div#keyword_cloud a:hover{
	text-decoration: underline;
}
