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;
	font-size:17pt;
	line-height: 26px;
}
div#content-wrapper div#c-body-wrapper div#content div#articles_list h2 a{
	color: #333333;
	text-decoration: none;
	/*background-color:#f9b919;*/
	padding:0px 0px 0px 0px;
}
/*
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{
	/*color: #d4145a; #ff006e; */
/* 	font-size: 90%; */
	/*background-color: #222222;*/
    color: #c98930;
    font-size: 7pt;
    padding: 1px 3px 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
div#content-wrapper div#c-body-wrapper div#content div#articles_list a.read_more:hover{
	background-color: #f9b919;
    color: #222222;
}
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;
	/*background-color: #222222;*/
    color: #777777;
    padding: 1px 3px 2px;
}
div#content-wrapper div#c-body-wrapper div#content div#articles_list p.keyword a:hover{
	text-decoration: underline;
    color: #f9b919;
	background-color: #222222;
}
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: 1px solid #111111;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}
div.more_add h2{
	border-bottom: 3px solid #111111;
	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;
	text-align: center;
}
div#keyword_cloud h2{
	/*border-bottom: 3px solid #dddddd;*/
	margin-top: 0;
	padding-bottom: 2px;
	text-align: center;
	font-weight: normal;
	color:#FFFFFF;
	background-color: #111111;
}
div#keyword_cloud a{
	color: #111111;
	text-decoration: none;
	background-color: #e3e3e3;
}
div#keyword_cloud a:hover{
	text-decoration: none;
	background-color: #111111;
	color:#FFFFFF;
}