/* CSS du tableau de tri par date */
#tableauTriParDate {
	border-collapse : collapse;
	font-size : 11px;
	background:#FFFFFF;
	padding : 5px;
	border : 1px solid black;
	margin-top : 1.5em;
	width : 100%;
}

#tableauTriParDate > thead {
	background-color : #FFFF99;
}

#tableauTriParDate .tableauTitreFlux {
	text-align : right;
	font-weight : bold;
	padding-right : 10px;
}

#tableauTriParDate a {
	text-decoration : none;
}

#tableauTriParDate a:hover {
	text-decoration : underline;
}

#tableauTriParDate .tableauTitreArticle, #tableauTriParDate .tableauTitreFlux {
/*	width : 45%; */
}

#ongletTriParDate{
	border : 1px solid black;
	background:#DADAD8;
    margin: 5px;
    padding: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tableauDate{
	white-space: nowrap;
}
