body {
	background-color: #000000;
}
#page {
}
#contenant {
	width: 788px;
	background-color: #FFFFFF;
	color: #000000;
	border-color: #00FF7F;
	border-width: 2px;
	border-style: solid;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}
#bandeautitre {
	width: 788px;
	height: 100px;
}
#bandeautitre .gauche {
	width: 133px;
	height: 100px;
	background-image: url(images/livres-a-gauche.jpg);
	background-repeat: none;
	background-position: left;
	float: left;
}
#bandeautitre .droite {
	width: 133px;
	height: 100px;
	background-image: url(images/livres-a-droite.jpg);
	background-repeat: none;
	background-position: right;
	float: right;
}
#bandeausoustitre {
	text-align: center;
	font-family: garamond;
	font-style: italic;
}
#contenu {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	text-align: justify;
	font-family: verdana;
	color: #000000;
}
#centrer {
	text-align: center;
}
#formulaire {
	margin-right: auto;
	margin-left: auto;
	width: 250px;
	border-color: #FF0000;
	border-width: 1px;
	border-style: dotted;
	background-color: #FFFACD;
}
#bandeaupub {
	width: 728px;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
}
#copyright {
	color: #C0C0C0;
	font-size: 0.8em;
	text-align: center;
}
#copyright a {
	color: #C0C0C0;
}

