@charset "UTF-8";
/* CSS Document */

/* Grands chiffres (header) */

.n0 {
	width: 137px;
	height: 192px;
	background-image:url(numeros_maxi/0.png);
	text-indent:-9999px;
	float:left;
}
.n1 {
	width: 137px;
	height: 192px;
	background-image:url(numeros_maxi/1.png);
	text-indent:-9999px;
	float:left;
	margin-right: -30px;
}
.n2 {
	width: 137px;
	height: 192px;
	background-image:url(numeros_maxi/2.png);
	text-indent:-9999px;
	float:left;
}
.n3 {
	width: 137px;
	height: 192px;
	background-image:url(numeros_maxi/3.png);
	text-indent:-9999px;
	float:left;
}
.n4 {
	width: 137px;
	height: 192px;
	background-image:url(numeros_maxi/4.png);
	text-indent:-9999px;
	float:left;
}
.n5 {
	width: 137px;
	height: 192px;
	background-image:url(numeros_maxi/5.png);
	text-indent:-9999px;
	float:left;
}
.n6 {
	width: 137px;
	height: 192px;
	background-image:url(numeros_maxi/6.png);
	text-indent:-9999px;
	float:left;
}
.n7 {
	width: 137px;
	height: 192px;
	background-image:url(numeros_maxi/7.png);
	text-indent:-9999px;
	float:left;
}
.n8 {
	width: 137px;
	height: 192px;
	background-image:url(numeros_maxi/8.png);
	text-indent:-9999px;
	float:left;
}
.n9 {
	width: 137px;
	height: 192px;
	background-image:url(numeros_maxi/9.png);
	text-indent:-9999px;
	float:left;
}


/* Petits chiffres (content) */

.n0s {
	width: 38px;
	height: 55px;
	background-image:url(numeros_mini/0.png);
	text-indent:-9999px;
	float:left;
	margin-left:-5px;
}
.n1s {
	width: 38px;
	height: 55px;
	background-image:url(numeros_mini/1.png);
	text-indent:-9999px;
	float:left;
	margin-left:-5px;
}
.n2s {
	width: 38px;
	height: 55px;
	background-image:url(numeros_mini/2.png);
	text-indent:-9999px;
	float:left;
	margin-left:-5px;
}
.n3s {
	width: 38px;
	height: 55px;
	background-image:url(numeros_mini/3.png);
	text-indent:-9999px;
	float:left;
	margin-left:-5px;
}
.n4s {
	width: 38px;
	height: 55px;
	background-image:url(numeros_mini/4.png);
	text-indent:-9999px;
	float:left;
	margin-left:-5px;
}
.n5s {
	width: 38px;
	height: 55px;
	background-image:url(numeros_mini/5.png);
	text-indent:-9999px;
	float:left;
	margin-left:-5px;
}
.n6s {
	width: 38px;
	height: 55px;
	background-image:url(numeros_mini/6.png);
	text-indent:-9999px;
	float:left;
	margin-left:-5px;
}
.n7s {
	width: 38px;
	height: 55px;
	background-image:url(numeros_mini/7.png);
	text-indent:-9999px;
	float:left;
	margin-left:-5px;
}
.n8s {
	width: 38px;
	height: 55px;
	background-image:url(numeros_mini/8.png);
	text-indent:-9999px;
	float:left;
	margin-left:-5px;
}
.n9s {
	width: 38px;
	height: 55px;
	background-image:url(numeros_mini/9.png);
	text-indent:-9999px;
	float:left;
	margin-left:-5px;
}
