/* Created by Wikiwi.be - Raphael De Naeyer */
/* Le Briquemont */

/* General style */

* { margin:0; padding:0; border:0;}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  FONT-SIZE: 12px;
  COLOR: #3B1C13;
  background-color: #1a171b;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  min-width: 1000px;
  min-height: 710px;
	background: url(images/bg_home_le_briquemont_rochefort.jpg) no-repeat  center center #1a171b;
}
A {
  COLOR: #3B1C13;
}
A:hover {
  COLOR: #c2cf08;
}

/* Content style */

TABLE#table_principal {
	height: 100%;
	width: 100%;
	text-align: center;
}
div#principal1 {
	position:relative;
	width: 100%;
	height: 615px;
	margin: auto;
}
div#principal {
	position:relative;
	margin: 0px;
	width: 900px;
	height: 615px;
	text-align: left;
	margin: auto;
}
div#zone_lng {
	position:absolute;
	text-align: center;
	margin: 530px 0px 0px 0px;
	width: 900px;
	height: 50px;
	color: #AAA1A0;
	letter-spacing: 3px;
	font-size: 17px;
}
div#zone_lng a {
	color: #ffffff;
	letter-spacing: 6px;
	text-decoration: none;
}
div#zone_lng a:hover {
	color: #c2cf08;
}
div#zone_logo {
	position:absolute;
	width: 304px;
	height: 169px;
	margin: 340px 0px 0px 298px;
  	background: url(images/logo_le_briquemont_maison_d-hotes_rochefort.png)  no-repeat top left;
  	z-index: 999;
}
div#zone_centre {
	position:absolute;
	width: 900px;
	height: 500px;
	margin: 20px 0px 0px 0px;
	/*border: 1px solid red;*/
  	background: url(images/bg_le_briquemont_maisons_dhotes_home.jpg)  no-repeat top left;
	z-index: 1;
}
div#zone_photo {
	position:absolute;
	width: 880px;
	height: 480px;
    list-style-type: none;
	margin: 10px 0px 0px 10px;
	z-index: 1;
}
h1#maisons-dhotes-rochefort {
	position:absolute;
	text-align: center;
	margin: 0px 0px 0px 0px;
	width: 900px;
	height: 15px;
	line-height: 15px;
	letter-spacing: 3px;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
}
div#copyright{
	position:absolute;
	text-align: center;
	margin: 580px 0px 0px 0px;
	width: 900px;
	height: 30px;
	line-height: 12px;
	color: #898180;
	font-size:9px;
}
div#copyright a{
	color: #898180;
	text-decoration: none;
}
div#copyright a:hover{
	color:#c2cf08;
}


