/* ---- TABLE DE RESULTAT ---- */

TABLE.result_table{
	width:100%;
	border-collapse: collapse;
}


TR.result_line2 {
	background-color:#FFFFFF;
	padding-left:4px;
}


TR.result_line {
	background-color:#EFEFEF;
	padding-left:4px;
}

.td_Title, .td_Picture, .td_Date {
	vertical-align: top;
	padding: 10px;
	text-align: justify;
}

.result_header a, .result_header a:hover {
	color: white;
}

.result_header {
	padding: 0 0 15px 0;
}

.grey_back {
	background: transparent url(../pic/bg_box_silver_title.gif) repeat-x;
	height: 25px;
	color: white;
	font-weight: bold;
}

.grey_back td {
	padding: 5px;
}