﻿
table 
	{
	border-collapse: collapse;
	font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 20px;
	height: auto;	
	width: 1000px;
	}

td, tr, th
	{
	max-width: 15em;
	border: 1px solid grey;
	padding: 5px;
	}
	
th {
	color: grey;
	font-size: 22px;
}

tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.3);
	}

.titre, a.titre {
	color: #11165c;
	font-size: 24px;
	text-shadow: 1px 1px 1px  white ;
	}

a.titre:hover {
	color: white;
	font-size: 24px;
	text-shadow: 0px ;
	}
	
.mois {
	color: grey;
	font-size: 22px;
	text-align: center;
	}

.conteneur-filtre {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	}	
	
.filtre {
	display: inline-block;
	color: grey;
	font-size: 22px;
	text-align: center;
	border: 1px solid gray;
	border-radius: 5px;
	padding: 2px 8px ;
	margin: 5px;
	}
	
.scrollHorizontal {
	overflow-x:auto;
	overflow-y:hidden;
	width: 100%;
}