html,body {
	position: abosolute;
	height: 100%;
}
.text-white {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.stroke-bleu {
	border: 1px solid #003d73;
}
.text-bleu {
	font-family: Verdana;
	color: #003d73;
	font-size: 11px;
}

.content {
	padding: 8px;
}
