
/* Styles pour le svg */
svg {
	width:25px;
	height:240px;
}
svg rect {
	fill:red;
	stroke:black;
}
svg text {
	fill: black;
	font-weight: bold;
}

header {
    height: 340px; margin-right: 18px
}
main {
    height: calc(100vh - 454px); overflow-y: scroll
}


/* Styles pour le HTML */
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	text-align:center;
    text-shadow: 2px 2px 2px grey;
    font-size: 3em;
}

td, th {
	border:none;
	border-right:solid #999 1px;
	border-bottom:solid #000 1px;
}
td {
	text-align: center;
	height:25px;
	width:25px;
    color: darkgreen;
}
th {
	text-align:left;
	padding-left:10px;
	padding-right:4px;
	width:300px;
}

main tr:nth-child(odd) {
 	background-color:#DDD;
}
main tr:nth-child(even) {
 	background-color:#EEE;
}

main td {
    font-size: 20px;
    color: darkgreen;
    font-weight: bold;
}
main em {
	font-style:normal;
	background-color:#900;
	color:#FFF;
	padding:0 3px 0 3px;	
}

a {
	text-decoration:none;
	color:#036;
}
a:hover {
	color:#36C;
}

footer {
    text-align: center;
    margin: 0px auto;
    background-color: white;
    width: 320px;
}