html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(jpg/mainBG.jpg);
	font: 12px Arial, sans-serif;
	color: #C1AC84;
}
#centered {
	position: relative;
	margin: auto;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #1A1307;
	background: #161007;
}
#header {
	position: relative;
	height: 200px;
	width: 900px;
	background: url(jpg/headerBG.jpg) no-repeat;
}
#topMenu {
	position: absolute;
	top: 131px;
	height: 30px;
	width: 900px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
#topMenu a {
	margin: 0 10px 0 10px;
}
#content {
	padding: 0 20px 110px 20px;
}
#leftContent {
	float: left;
	width: 600px;
}
#rightContent {
	float: right;
	width: 230px;
}
#simpleContent {
	
}
#footer {
	padding: 50px 0 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 900px;
	background: url(jpg/footerBG.jpg) no-repeat;
	text-align: center;
	color: #82653C;
}
#compteur {
	position: absolute;
	top: 60px;
	right: 10px;
}
#clear {
	clear: both;
	height: 110px;
}
.restauration { margin: 0 0 10px 0; text-align: center; }
/*==================================================================== EVENEMENTS */
.evenement {
	padding: 5px;
	border: 1px solid #82653C;
	background: #0D0802;
	text-align: center;
}
.evenement a:hover {
	color: orange;
}
.evenement img {
	padding: 3px;
	margin: 0 0 10px 0;
	max-width: 200px;
	border: 1px solid #82653C;
}
.contentImg {
	padding: 3px;
	border: 1px solid #82653C;
}
.floatLeft {
	float: left;
	margin: 0 20px 20px 0;
}
.floatRight {
	float: right;
}
.Disponible {
	color: green;
}
.Indisponible {
	color: red;
}
.video {
	text-align: center;
}
.blanc {
	color: #FFF;
}
/*==================================================================== HTML */
h1 {
	clear: both;
	padding: 0 0 0 25px;
	margin: 0 0 20px 0; 
	background: url(gif/h1BG.gif) left no-repeat;
	font: 22px Times New Roman, Times, serif;
	color: orange;
}
h2 {
	margin: 0 0 10px 0;
	font: 18px Times New Roman, Times, serif;
	color: orange;
}
h3 {
	margin: 0;
	font:  italic 12px Arial, sans-serif;
	color: #FFF;
}
h4 {
	text-decoration: underline;
	text-indent: 10px;
	font: bold 11px Times New Roman, Times, serif;
}
p {
	margin: 0 0 20px 0;
	text-align: justify;
	line-height: 20px;
}
a {
	outline: none;
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #82653C;
}
ul {
	margin: 0 0 20px 10px;
	padding: 0;
	list-style-type: none;
}
li {
	padding: 0 0 0 20px;
	width: auto;
	background: url(gif/liBG.gif) left no-repeat;
	line-height: 17px;
}
/*==================================================================== GALERIES */
#gallery {
	text-align: center;
	line-height: 0;
}
#preview {
	float: left;
	margin: 0 10px 0 0;
	text-align: left;
	line-height: 0;
}
#fiche {
	margin: 0 0 0 10px;
	float: left;
	width: 400px;
	text-align: left;
}
#classiques {
	float: left;
	width: 420px;
	text-align: center;
}
#anciens {
	float: right;
	width: 420px;
	text-align: center;
}
.plaquette {
	margin: 10px 0 0 0;
	border: none;
}
.thumbs {
	margin: 3px;
	cursor: pointer;
}
.thumbs:hover {
	border-color: #fff;
}
.noBorder {
	border: none;
}
.tdFiche {
	padding: 0 0 0 10px;
	vertical-align: top;
}
/*==================================================================== TABLEAU */
table {
	margin: 0 0 10px 0;
	border-collapse: collapse;
}
/*==================================================================== FORMS */
form {
	margin: 10px 0 0 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	margin: 0 0 10px 0;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: orange;
}
label {
	display: block;
	margin: 0 0 3px 0;
}
.textInput {
	display: block;
	margin: 0 0 5px 0;
	width: 200px;
	border: 1px solid #82653C;
	background: #000;
	font: 12px Arial, sans-serif;
	color: #C1AC84; 
}
.commandBtn {
	margin: 10px 0 0 0;
	border: none;
}
