body {
	/*font-family: courier new;*/
	width:75%;
	margin:1em auto 0 auto;
	padding:0px 20px 20px 20px;
	border:solid 2px grey;
}
#enregistrements, #listes, #recherche {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 2em;
}
.autocompletion{
	width: 25.5%;
	background-color: white;
	line-height:1.5;
	position: absolute;
}

.autocompletion p {
	margin: 0 0 0 0;
	padding: 0 5px 0 5px;
}

.autocompletion p:hover {
	background-color:aliceblue;
	cursor:default;
}
#rechercheAuteur{
	width: 50%;
}
#chercherAuteur{
	width: 70%;
}

#ajoutAdherent {
	width:50%;
}
#ajoutLivre {
	width:50%;
}
#rechercheAdherent {
	width:50%;
}
#rechercheLivre {
	width:50%;
}
#adh, #auteur {
	width:20%;
}
#dispos, #empr {
	width:30%;
}

#adh fieldset, #dispos fieldset, #empr fieldset, #auteur fieldset {
	min-height:35em;
}

legend {
	font-size: 1.5em;
}
h2 {
	font-size: 2em;
	color:white;
	background-color: grey;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 4px 4px 4px black;
    text-align: center;
}
ul {
	padding-left: 20px;
}
li {
	cursor:pointer;
	background-color: white;
	line-height: 1.5em;
	padding-left: 10px;
	margin-left: 10px;
}

li:hover {
	background-color: lightgrey;
}
input {
	padding:5px;
	font-size: 1.2em;
}

input[type="button"] {
	width:25%;
}
input[type="text"] {
	width:70%;
}

input {
	min-height:1.2em;
}
