div.div_resultats { /* Div englobant les résultats (inclu le tableau dedans) */
	border: 1px solid #d8d8d6; 
	background-color: #fff;
	margin: 0 0 0 3px;
	padding: 0px;
	width: 780px;
	float: left;
	text-align: right;
}
table.table_resultats { /* le TABLE */
	font: normal 1em arial, verdana, sans-serif;
	background-color: #ffffff;
	border-top: 1px dotted red; 
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}
table.table_resultats .type { /* colonne de la date / théma */
	width:15%;
	margin-left:0px;
	font-size:1em;
	width:120px;
}
table.table_resultats .date { /* colonne de la date / théma */
	width:15%;
}
table.table_resultats .program { /* colonne de la date / théma */
	width:20%;
}
table.table_resultats .desc { /* colonne de la description */
	width:65%;
}
table.table_resultats th { /* les titres des colonnes */
	text-align: left;
	border-bottom: 1px dotted #a8a8a6; 
	margin: 0;
}

td.ligne_impaire, td.ligne_paire { /* ligne pointillée sous chaque cellule */
	border-bottom: 1px dotted #a8a8a6; 
}
td.ligne_impaire {
	background-color: #f6f6f4;
}
td.derniere_ligne { /* ligne pointillée différente sous la DERNIÈRE cellule */
	border-bottom: 1px dotted red;
}
td.ligne_impaire, td.ligne_paire, td.derniere_ligne { /* style propre à *toutes* les lignes */
	border-right: 1px dotted #a8a8a6; 
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
td.last_cell { /* pas de bordure à la cellule la plus à droite */
	border-right: none; 
}
span.table_res_type { /* style de la date */
	color: #484846;
	font-weight: bold;
	padding-left: 25px;
}
span.table_res_minutage { /* style de la date */
	font-weight: normal;
	color: #484846;
	padding-left: 25px;
}
span.table_res_date { /* style de la date */
	font-weight: bold;
	color: #484846;
}
span.table_res_thema { /* style de la théma */
	font-weight: bold;
	color: #fd1c00;
	padding-top: 3px;
}
span.icone_tv {
	background: transparent url(/images/tv_icon.gif) no-repeat 5px 0px;
}
span.icone_radio {
	background: transparent url(/images/audio_icon.gif) no-repeat 6px 0px;
}
span.icone_dossier {
	background: transparent url(/images/dossier_icon.gif) no-repeat 6px 0px;
}

.partie_normale {
	color: #484846;
	text-decoration: none;
}
div.div_res {
	float: right;
	vertical-align: middle;
	line-height: 2.5em;
	padding: 4px 8px 4px 0;
}
.res_pages {
	font-weight: bold;
}

