html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #000 url(jpg/mainBG.jpg) center repeat-y;
	text-align: center;
	font: 12px Arial, serif;
	color: #EEE;
}
#centered {
	position: relative;
	margin: 0 auto;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-width: 0 1px;
	border-style: solid;
	border-color: #000;
	background: #111 url(jpg/centeredBG.jpg) bottom no-repeat;
	text-align: left;
}
#header {
	position: relative;
	width: 100%;
	height: 200px;
	background: url(jpg/headerBG.jpg) no-repeat;
}
#content {
	padding: 20px 20px 60px 20px;
	background: url(jpg/contentBG.jpg) top repeat-x;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url(jpg/footerBG.jpg) no-repeat;
	text-align: center;
	line-height: 40px;
}
#copyright {
	float: left;
	width: 600px;
}
#compteur {
	float: right;
	width: 50px;
}
#topMenu {
	position: absolute;
	top: 50px;
	right: 75px;
}
#topMenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 15px;
}
#topMenu li {
	padding: 0;
}
#topMenu li a {
	padding: 0 0 0 20px;
	text-decoration: none;
	font-weight: bold;
	color: #cccccc;
}
#topMenu li a:hover {
	background: url(jpg/topMenuLIBG2.jpg) left no-repeat;
}
.inactive {
	background: url(jpg/topMenuLIBG.jpg) left no-repeat;
}
.active {
	background: url(jpg/topMenuLIBG3.jpg) left no-repeat;
}
.yellow {
	color: yellow;
}

h1 {
	margin: 0 0 10px 0;
	font: 20px Tahoma, Geneva, sans-serif;
	color: #F6E72D;
}
p {
	margin: 0 0 10px 0;
	text-align: justify;
	line-height: 20px;
}
a {
	outline: none;
	color: #F6E72D;
}
ul {
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
}
#galInfo {
	padding: 10px;
	margin: 0 0 10px 0;
	background: #000;
	border: 1px dashed #3C3A34;
	text-align: left;
	line-height: 20px;
}
#gallery {
	text-align: center;
}
#thumbList {
	text-align: center;
}
.thumbnails {
	padding: 3px;
	margin: 5px;
	border: 1px solid #000;
	background: url(jpg/thumbnailsBG.jpg);
}
.bigImg {
	margin: 0 0 20px 0;
}
.textCenter { text-align: center; }

/*================================================================ Book styles */
form {
	margin: 0 0 10px 0;
}
fieldset {
	margin: 0;
	padding: 10px;
	border: 1px solid #3C3A34;
}
label {
	clear: both;
	margin: 0 0 5px 0;
	display: block;
}
input {
	padding: 2px;
	margin: 0 10px 5px 0;
	width: 200px;
	background: #000;
	border: 1px solid #3C3A34;
	font: 11px Arial, sans-serif;
	color: #FFF;
}
textarea {
	padding: 2px;
	margin: 0 0 5px 0;
	background: #000;
	border: 1px solid #3C3A34;
	font: 11px Arial, sans-serif;
	color: #FFF;
}
/*================================================================ LinkList styles */
.linkList {
	margin: 0 0 10px 0;
	width: 100%;
	border: 1px solid #111;
	border-collapse: collapse;
	background: #000;
}
.linkList th {
	padding: 0 0 0 5px;
	height: 20px;
	background: url(jpg/linkListH2BG.jpg) repeat-x;
	text-align: left;
}
.linkList td {
	padding: 3px;
	border: 1px solid #111;
}
.linkList h2 {
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
	height: 20px;
	background: url(jpg/linkListH2BG.jpg) repeat-x;
	line-height: 20px;
	font-size: 12px;
}
.linkList a {
	text-decoration: none;
}
