@charset "UTF-8";
/* CSS Document */

.titre_page {
	color:#fff;
	font-size:42px;
}

* {
  margin: 0;
  padding: 0;
}
html, body {
  background-color: #000;
  font-family: Century Gothic,Tahoma, Calibri, Verdana, Arial;
  font-size: 12px;
  color: #fff;
  width: 100%;
  /*height: 99%;*/
}

.upline{
  width:100%;
  background-color:#FFFFFF;
  color:#000000;
  font-size: 12px;
}

#page {
  position: absolute;
  height: 100%;
  width: 100%;
  font-family: Century Gothic,Tahoma, Calibri, Verdana, Arial;
  
}

#main {
	margin-top:40px;
  /*
   position: absolute;
  top: 50%;
  width: 100%;
  height: 640px;
  margin: -260px auto auto 0;
  */
}

#header {
  width: 918px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
}

#header img {
  margin: 10px 0 0 0;
}

.info {
  display: none;
}

#texte_accueil {
	/*position: absolute;
	top: 420px;
	left: 980px;*/
	width:250px;
	height:120px;
	font-size:10px;
	line-height:12px;
	overflow:auto;
	padding-right:7px;
}

#container {
  width: 950px;
  height: 530px;
  margin: 0 auto;
  background-color: #000000;
  /*margin-top:-40px; */
}

#content {
  position: relative;
  margin: 0 auto;
  width: 918px;
  /*height: 580px;*/
}

#baseline {
	/*position: absolute;
	top: 543px;
	left:749px;*/
	color: #a7794b;
	text-transform: uppercase;
	font-size: .9em;
}

#baseline a {
  color: #a7794b;
}

#copyright {
	/*position: absolute;
	top: 538px;
	left:28px;*/
	color: #a7794b;
	text-transform: uppercase;
	font-size: .9em;
}

#language {
	/*position: absolute;
	top: 540px;
	left:475px;*/
	color: #a7794b;
	text-transform: uppercase;
	font-size: .9em;
}

.body a:hover {
  text-decoration: underline;
}

/* @end */
/* @group MENU */
#menu {
  /*position: absolute;
  float: left;
  top: 450px;*/
  width: 200px;
  line-height: 1em;
}
#menu ul,
#menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
#menu ul {
  margin: 0 0 20px 0;
}
#menu ul ul {
  margin: 0 0 8px 0;
}
#menu ul li a {
  display: block;
  text-transform: uppercase;
  margin: 6px 0 2px 0;
  padding: 2px 0 3px 6px;
  color: #59483e;
  background-color: #fff;
  font-size: 1.1em;
  border: 1px solid #fff;
}
#menu ul ul li a {
  text-transform: none;
  margin: 0 0 0 0;
  padding: 3px 0 3px 14px;
  color: #fff;
  background-color: transparent;
  font-size: .9em;
  border: none;
}
#menu ul li a.active {
  background-color: transparent;
  color: #9fc240;
  border-color: #9fc240;
}
#menu ul li a:hover,
#menu ul li a.active:hover {
  background-color: #9fc240;
  color: #fff;
  border-color: #9fc240;
}
#content.home #menu ul {
  margin: 0 0 6px 0;
}
#content.home #menu ul li a {
  text-transform: none;
  margin: 0 0 0 0;
  padding: 3px 0 3px 4px;
  color: #fff;
  background-color: transparent;
  font-size: 1.1em;
  border: none;
}
#content.home #menu ul li a:hover {
  background-color: #9fc240;
  color: #fff;
  border-color: #9fc240;
}
#content.home #menu ul ul {
  display: none;
}

/* @group CONTENT */
#content div.body,
#content div.image,
#content div.dropshadow,
#content div.legend {
  position: absolute;
}
#content h1 {
  margin-bottom: 12px;
  font: italic small-caps 2.4em "Arial Narrow", Tahoma, Arial;
}
#content p {
  text-align: justify;
  line-height: 1.35em;
  font-size: .95em;
}
#content .legend {
  display: block;
  font-size: .9em;
  font-style: italic;
  line-height: 1.2em;
  color: #ad9789;
  margin: 0;
  padding: 0;
}

.body h2 {
  font-size: 1em;
  margin-top: 14px;
}
.case, .detail {
  position: absolute;
  background-color: #aa9e96;
  padding: 4px;
}
.noscript {
  text-align: center !important;
  color: #9fc240;
  margin: 4px 80px 0 80px;
}
/* @end */
/* @group ACCUEIL */
#accueil {
  position: absolute;
  top: 60px;
top:30px;
  left: 0;
  height: 407px;
  width: 918px;
  display: none;
}

#accueil .panneau {
  position: relative;
  float: left;
  height: 320px;
  margin: 0;
  padding: 0;
  cursor : pointer;
}
#accueil #terre,
#accueil #atlas {
  width: 185px;
}
#accueil #plantes,
#accueil #eau {
  width: 183px;
}
#accueil #golf {
  width: 182px;
}
#accueil .panneau img {
  position: absolute;
  top: 0;
  left: 0;
}	

#legendes {
	position:absolute;
	top: 370px;
top:350px;
	left:20px;
	width:880px;
	height:20px;
	z-index:100;
	opacity:0;
	filter:alpha(opacity=0);
}

.legende {
	width:870px;
	height:20px;
}
/* @end */

