@font-face {
     font-family: 'My font';
     src: url('../squelette/MONTSERRAT.TTF') format('truetype');
}
html {
    font-family: 'My Font', 'Times New Roman';
	}
p, td {
	color: #ffffff;
	font-size: 20px;
	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;
}
.txtBlancPlusPetit {
	font-size: 20px;
}	
.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;
}