@charset "UTF-8";
body {
	background:#111111;
	background-color:#111111;
}
.row {
	background-color:#fefefe;
}
.rowcritiques {
	background-color:#eaeaea;
}
.contenant {
	padding:1rem;
}
.callout {
	border-top-left-radius:0px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background:#eaeaea;
	background-color:#eaeaea;
}
.callout.secondary {
	background:#e0e0e0;
	background-color:#e0e0e0;
}
.label {
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}
.img20 {
	height:20px;
}
.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-36 { font-size: 36px; }
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }
.orbitHeight {
	height:60px;
	background:#eaeaea;
	text-align:center;
}