body {
	color: #4a5868;
}

a {
	color: #0a23a5;
}

.title-bar {
	letter-spacing: 0.2em;
	text-align: center;
	background: #9DBBDF;
	color: white;
	padding: 20px;
	margin: 30px 0;
}

#banniere {
	box-shadow: 0 0 10px silver;
}

#banniere img {
	width: 100%;
	height: 0;
}

#menu a {
	color: #9DBBDF;
	cursor: pointer;
}

#corps .bas,
.intro > div {
	background: #9DBBDF;
}

.intro > div {
	color: white;
	line-height: 1.6em;
}

.reviews {
	background: #9DBBDF url('./images/cross.webp') center center repeat;
	padding: 50px 0;
}

#menu a.selection {
	border-top: 5px solid #9DBBDF;
	cursor:default;
}

#menu a.highlighted {
	margin-top: 4px;
	border: 1px solid transparent;
	background: #9DBBDF;
	color: white;
}

#menu a.highlighted:hover {
	border: 1px solid #788CA5;
	background: #b5cbe5;
	color: #788CA5;
}

#menu a:not(.selection):not(.highlighted):hover {
	color: #788CA5;
	border-top: 5px solid #788CA5;
}

.contact-field {
	border: 1px solid #c0d7ea;
	padding: 4px 10px;
}

.contact-button {
	background: #c0d7ea;
	font-weight: bold;
	border: 1px solid #9DBBDF;
}
