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

.zero {
	font-weight: 900;
	color: #ED1C24;
	font-size: 99px;
	line-height: 70px;
	width: 75px;
	float: left;
	text-shadow: 4px 3px 8px rgba(0, 0, 0, 0.5);
	margin: 0 0 25px 0;
}

.zero-stat {
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
}

.zero-stat span.bloc {
	font-weight: 400;
	display: block;
}

table.chiffres{
	margin: 0 0 50px 0;
}

table.chiffres td {
	width: 50%;
	vertical-align: top;
}

table.chiffres td:first-child {
	padding: 0 30px 0 0;
}

table.chiffres td span{
	text-shadow: 4px 3px 8px rgba(0, 0, 0, 0.5);
	display: block;
	color: #ED1C24;
	font-size: 50px;
	line-height: 40px;
	margin: 0 0 14px -3px;
	font-weight: 700;
}

table.chiffres.panneaux{
	margin: 25px 0 0 0;
}

table.chiffres.panneaux td.right{
	text-align: right;
}

table.chiffres.panneaux td div{
	margin: 0 0 0 9px
}

table.chiffres.panneaux td {
	vertical-align: middle!important;
}

table.chiffres.panneaux td img{
	margin: 14px 0 14px 0;
}

table.chiffres.panneaux td:first-child {
	padding: 0 30px 0 0;
}

table.chiffres.panneaux td strong{
	display: block;
	margin: 0 0 14px 0;
}