.titre {
    text-align			: center;
    font-size			: 16px;
	font-style			: italic;
	line-height			: 40px;
	background-color	: #AAB2E3;
	margin				: 0px;
}

.sousTitre {
    font-size			: 14px;
	font-style			: italic;
	line-height			: 30px;
	background-color	: #DDE5F6;
	text-indent			: 20px;
}

.sousSousTitre {
    font-size			: 14px;
	font-style			: italic;
	line-height			: 30px;
	text-indent			: 20px;
	border-width        : 1px 1px 1px 1px;
	border-style        : dashed none none none;
	border-color        : black;
}

.corps {
	display				: flex;
	flex-direction		: nowrap;
	justify-content		: flex-start;
	height				: 100%;
}

#hamburger {
	cursor: pointer;
	background: none;
	border: 0px;
	font-size: 22px;
	padding: 0;
	vertical-align: top;
	float:left;
	margin: 4px;
	margin-left: 8px;
}


.score {
    display: inline-block;
    border: 1px solid #aaa;
    background-color: #ddd;
    width: 100%;
    max-width: 320px;
    table-layout: auto;
    margin: 10px;
}
  
.score th, .score td {
    border: none;
    padding: 3px;
    text-align: center;
    min-width: 100px;
}
  
/*
.score tr:nth-child(even) {
    background-color: #f2f2f2;
}
/* */