a, a:focus, a:hover {
	color: #fff;
}
.container-fluid {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #005FA2;
	-webkit-box-shadow: inset 0 0 250px rgba(0,0,0,1.00);
	box-shadow: inset 0 0 250px rgba(0,0,0,1.00);
}
html, body {
	height: 100%;
	color: #fff;
	text-align: center;
	-webkit-text-shadow: 0 0 6px rgba(255,255,255,1.00);
	text-shadow: 0 0 6px rgba(255,255,255,1.00);
}
.row {
	margin-top: 10%;
	margin-bottom: auto;
}
.titre {
	font-size: 60px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 10px;
	letter-spacing: 0.15em;
	text-align: center;
	text-indent: 13px;
}
p {
	margin: 0px;
	padding: 0px;
}
.adress {
	letter-spacing: 0.05em;
}
.contact {
	margin-bottom: 35px;
}
.lead {
	text-align: justify;
}
.q {
	margin: 0px;
	padding: 0px;
	height: 40px;
	min-height: 40px;
	text-align: center;
}
hr {
	opacity: 0.2;
}
