body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #2085a4;
	background-color: white;
}

li {
	background-color: #2085a4;
}

li:hover {
	background-color: #044569;
}

a {
	color: white;
}


h1 {
	color: #044569;
}

input,
select {
	background-color: #daebf0;
	border: 1px solid #daebf0;
}

select {
	height: 37px;

}

.bouton {
	color: white;
	background-color: #2085a4;
}

.bouton:hover {
	color: white;
	background-color: #044569;
}