/* Style général */

#top {
	background-image : url("ngml-velum.jpg");
	background-repeat: repeat;
	height: 80px;
	width: 100%;
}

#intro {
    text-align: justify;
    padding-top: 30px;
	width: 60%;
    margin: auto;
}

* {
    font-family: Junicode, Georgia, "Times New Roman", serif;
}

form {
	text-align: center;
    padding: 20px;
}

h1 {
	background-color: darkseagreen;
    text-align: center;
    line-height: 80px;
	height: 80px;
    margin: auto;
}

ul {
    padding-left: 10px;
    margin-left: 10px;
}

/* Table */

table {
    border: solid darkgreen;
    width: 95%;
    margin: auto;
}

tr.oeuvres {
	background-color: honeydew;
}
tr.auteurs {
	background-color: darkseagreen;
}
tr.biblio {
	background-color: floralwhite;
}
tr.renvois {
	background-color: honeydew;
}

th {
	background-color: seagreen;
    text-align: center;
	font-variant: small-caps;
	font-weight: bolder;
}

td {
    border: 1px solid darkgreen;
    padding: 2px;
}
td.Date {
    width: 8%;
}
td.Sigle {
    width: 16%;
}
td.Source {
}
td.Edition {
	text-align: center;
}
td.Url {
    width: 12%;
}
