@import "style.css";
@import "bcright.css";

.inlist_footer {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: dotted 1px #999999; 
}

	.keywords {
		color:#CCCCCC;
		font-weight:bold;
	}
	
	.date {
		color:#CCCCCC;
		font-weight:bold;
	}

div#body_listing {
	margin: 0px 0px 0px 5px;
}

	div#body_listing .body_listing_element {
		display: block;
	}

	/***********************/
	/* STYLE DES VIGNETTES */
	/***********************/

	div#body_listing img.body_feed_thumb {
		border: none;
		margin: 0px 5px 5px 0px;
		width: 98px;
		height: 98px;
	}

	/********************/
	/* STYLE DES TITRES */
	/********************/

	div#body_listing a.title, div#body_listing a.title:visited {
		display:block;
		font-weight: bold;
		color: #CC3366;
		text-decoration: underline;
		margin: 0px 0px 10px 0px;
	}
	
	div#body_listing a.title:active, div#body_listing a.title:hover {
		display:block;
		font-weight: bold;
		color: #CC3366;
		text-decoration: none;
		margin: 0px 0px 10px 0px;
	}
	
	div#body_listing span.summary {
		display:block;
	}

/****************/
/* REDEFINITION */
/****************/

div#pagination {
	color:#999999;
	font-weight:bold;
	text-align: center;
}

	div#pagination a.page, div#pagination a.page:visited {
		color:#CC3366;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
	
	div#pagination a.page:active, div#pagination a.page:hover {
		color:#CC3366;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}

div#more {

}

	div#more_know_title,
	div#more_company_title {
		background-color:#ffcccc;
	}

	div#more_know_content,
	div#more_company_content {

	}
