* {
  margin: 0;
  padding: 0;
  }

body
  {
  font: 11px/1.5 Verdana, Sans;
  color: #000000;
  background: #675446;
/*  text-align: center; */
  }

* html body
  {
  text-align: center;
  }
  


#header
  {
  margin: 0 auto;
  width: 800px;
  background: url('images/bg.jpg') repeat-y top left;
	}

#header img
  {
	 margin: 0 20px;
	}
	
#wrapper
  {
  width: 800px;
  margin: 0 auto;
  background: url('images/bg.jpg') repeat-y top left;
  }

#content
  {
  width: 590px; margin-right: 20px; margin-left: 0px;
  float: right;

  }
  
* html * div#content
  {
  width: 570px;
  margin-right: 10px;
  text-align: left;
  }

#nav
  {
  width: 155px; margin-left: 20px;
  float: left;
  padding-top: 10px;
  padding-left: 4px;
  background: url('images/kreska_pionowa.png') no-repeat top right;

  }

* html * #nav
  {
  width: 155px;
  margin-left: 10px;
  text-align: left;
  }



/* The following styles apply to lists and links within the navigation */
div#nav ul
  {
  list-style: none;
  margin-left: 1em;
  }

div#nav ul li
  {
  font-size: 1.3em;
  font-weight: bold;
  color: #675446;
  Margin-top: 3px;
  }
	
div#nav ul.sub li
  {
  font-size: 0.8em;
  margin-top: -1px;
  }
  
#wrapper #content ul {list-style: square; }
#wrapper #content ul ul {list-style: circle; }
#wrapper #content ul li
  {
   margin-left: 50px;
   margin-right: 50px;
   margin-top: 3px;
  }


/* The following styles apply to the footer and it's contents */
#footer
  {
  clear: both;
  text-align: center;
  padding: 10px 0 10px 0;
  margin-left: 20px; margin-right: 20px;
  border-top: dotted 1px #675446;
  font: 0.9em Sans-Serif;
  width: 760px;
  }



/* General styles */
img
  {
  border: none;
  margin: 0;
  }

img.left
  {
  float: left;
  margin: 1em 1em 1em 0;
  }

img.right
  {
  float: right;
  margin: 1em 0 1em 1em;
  }

p, h3
  {
  margin: 11px 11px 0 11px;
  font-family: Arial;
  font-size: 1.2em;
  }
	
span
  {
  font-family: Arial;
  font-size: 1.6em;	
	}	
h2
  {
  margin: 13px 11px 0 11px;
  font-family: Arial;
  font-size: 1.5em;
  font-weight: bold;
  }

#nav a
  {
  text-decoration: none;
  color: #675446;
  }

#nav a:hover
  {
  color: #b4d35e;
  }
  
.bleu
  {
  color: #2d90a0;
  font-weight: normal;
  }
a {
	color: #758738;
	text-decoration: none;
}
a:visited {
	color: #847837;
}
a:hover {
	color: #98AF49;
	text-decoration: underline;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
