body {
	background-color: #e1e8ef;
	//max-width: 1445px;
	margin: 0px;
	//overflow: hidden;
	color: #fff;
	font-size: 25px;
	padding:10px;
	//font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-family: 'Roboto', sans-serif;
	//font-family:Roboto-Medium;

	//color:#212629;
}


.tableaux{
	display:inline-block;
	vertical-align:top;
	
	//background-color:#e1e8ef;
}

titre {
	//font-family: 'Roboto', sans-serif;
	font-size:35px;
	color:#212629;
	//letter-spacing:-1.22px;
	text-align:left;
}

label{
	font-size:12px;
	color:#212629;
	font-weight: bold;
}

select{
	margin: 2px;
	padding: 0 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #212629;
	font-size:11px;
	height: 28px;
	width: 140px;
	background-color: #e1e8ef;
	font-weight: bold;
}

button{
	border:2px solid #f5ff00;
	border-radius:4px;
	width:125px;
	height:28px;
	font-size:12px;
	font-weight: bold;
	background-color: #e1e8ef
}

#textContainer {
	overflow:auto;
	font-family:Cardo-Regular;
	font-size:26px;
	color:#212629;
	line-height:39px;
	text-align:justify;
	height:400px
	
}
/*
fieldset {
    border:2px solid #212629;
	background-color: #212629;
    
	height:910px;
	width:502px;
	font-size:13px;
	text-align: left;
}
*/
canvas {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-bottom: -3px;
  box-shadow: 0 -2px 4px rgba(0,0,0,0.7),
              0 3px 4px rgba(0,0,0,0.7);
}

#preloader{
	position: absolute;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top:-20px;
	background:url(giphy.gif) center center no-repeat;
}