/* ---- 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;
}

.div_img_gallery {
	position: absolute;
	background-image: url("../pic/icone_loupe.gif");	
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;	
	top: 320px;
	left: 486px;
	cursor: pointer;	
}

.div_img_article_gallery {
	position: absolute;
	background-image: url("../pic/icone_loupe.gif");	
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	top: 94px;
	left: 148px;
	cursor: pointer;
}