@font-face {
     font-family: 'My font';
     src: url('../squelette/DS-DIGII.TTF') format('truetype');
}
html {
    font-family: 'My Font', 'Times New Roman';
}
p, td {
	font-size:16px;
	font-weight: 400;
}
.txtBlanc {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
}
.txtGris {
	color: #999999;
	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: 25px;
	font-weight: 400;
}
.txtGrisPetit {
	color: #999999;
	font-size: 25px;
	font-weight: 400;
}
.txtRouge {
	color: #ff0000;
	font-size: 30px;
	font-weight: 700;
}
.txtBleu {
	color: #0000ff;
	font-size: 30px;
	font-weight: 700;
}
.txtVert {
	color: #009933;
	font-size: 30px;
	font-weight: 700;
}
.txtBlancToutPetit {
	color: #ffffff;
	font-size: 10px;
	font-weight: 400;
}
#console {
	height: 350px;
	width: 900px;
	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;
	font-size: 25px;
	text-decoration: none;
}