/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);

body {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-family: 'Questrial';
	font-size: 15px;
	height: 100%;
/*	font-family: verdana, arial, helvetica, sans-serif;*/
	background-color: #FFFFFF;
	text-align: left;
	color: rgba(0,0,0,1);

	}
#centre {
        padding: 5px 5px 5px 5px;
	position: relative;
	top: 10px;
	margin: 0 auto;
	width: 90%;
}
#gauche {
        padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	width: 33%;
	min-height: 100%;
	float: left;
	border: 0px solid black;
	background-color: white;
}
#droite {
        padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	width: 33%;
	min-height: 100%;
	float: right;
	border: 0px solid black;
	background-color: white;
}
#milieu {
        padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	float: left;
	width: 33%;
	min-height: 100%;
	border: 0px solid black;
	background-color: white;
}

a {
	text-decoration: none;
}
.pdf {
	color: black;
	font-weight: none;
	font-size: 13px;
}
.plan {
	color: green;
	font-weight: none;
	font-size: 11px;
}
.csv {
	color: red;
	font-weight: none;
	font-size: 10px;
}
.quand {
	color: blue;
	font-size: 9px;
	font-weight: none;
}
.cor {
	color: cyan;
	font-size: 9px;
	font-weight: none;
}
.note {
	color: gray;
	font-size: 9px;
	font-weight: none;
}
@font-face {
    font-family: 'Questrial';
    src: url('fonts/Questrial-Regular.woff2') format('woff2'),
         url('fonts/Questrial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


