/***********************************************/
/* Basic style sheet                           */
/* GT 05/2019						           */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #D7D7D7;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#masthead a {
	color: black !important;
}

td, th {
    border: 1px solid black;
	font-weight: normal;
	width: 14%;
}

table {
    border-collapse: separate;
    font-size: small;
	table-layout: fixed ;
  	width: 100%;
}

#upbar {
	height:1.4em;
	padding:0px;
	margin:0px;
	font-size:90%;
	border-bottom:1px solid #cccccc;
	margin-bottom: 5px;
	margin-left: 5px;
}

.chart-container { 
	width: 750px;
	height: 400px;
/*	background-color:#FFFFFF; */
	}
	
	

canvas {
    padding-left: 0;
    padding-right: 0;
/*	margin-left: auto;
    margin-right: auto; */ 
    display: block;
/*    position:relative; */
/*	top: 0;
    bottom: 0; 
    left: 200px;
    right: 50%; */ 
	background-color:#FFFFFF;
	border-color:#000000;
	border:10 px solid black;
} 

.center {
/*	top: 50%;
    left: 50%; */
/*	transform: translate(-50%, -50%); */
	margin: 0 auto;
	}

.topgraph {
	width: 60%;
	height:auto;
	
/*	height:300px; */
	}

.smallgraph {
	width:400px;
height:500px; 
	}

.maxgraph {
	width: 90%;
	}
	
.footer {
	font-size: x-small;
	}
	
.categorie-title {
    align-self: center;
    text-align: center;
    font-size: x-large;
}

