html {
    font-family: 'Impact', 'Haettenschweiler', 'Franklin Gothic Bold', 'Arial Black', 'sans-serif';
}
p, td {
	font-size:16px;
	font-weight: 400;
}
.txtBlanc {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
}
.txtTimer {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #cccccc;
	text-decoration: underline;
}
a:hover {
	color: #cccccc;
	text-decoration: underline;
}
a:active {
	color: #cccccc;
	text-decoration: underline;
}
.txtBlancPetit {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
}
.txtGrisPetit {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
}
.txtBlancToutPetit {
	color: #ffffff;
	font-size: 10px;
	font-weight: 400;
}
#console {
	height: 370px;
	width: 800px;
  	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	padding: 15px 15px;
	background-color: black;
}
#console pre {
	color: #fff;
	font-family: 'My Font', courier, monospace;
	line-height: 1.5;
}
#console pre a {
	color: #ffffff;
	text-decoration: none;
}
#console .function {
	color: #ffffff;
	text-decoration: none;
}