@charset "UTF-8";
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	margin:0;
	padding:0;
	border:0;
  overflow-y: scroll;
}
#wrapper{
	position:relative;
	width:1000px;
	margin: 0 auto;
	vertical-align:top;
  background: #ffc;
	}
a:link, a:visited {
	text-decoration:none;
  color:#999;
  border-width:0;
}
a:hover {
	text-decoration:none;
  color:#000;
  border-width:0;
}
a:active {
	text-decoration:none;
  color:#999;
  border-width:0;
}
#content {
	position:absolute;
	width:1000px;
	top:80px;
  left: 25px;
  background: #cff;
}
#logo {
	position:absolute;	
	top:0px;
	z-index:20;
	left:0px;
	text-align:left;
}
#slides {
	position:absolute;
	left:140px;
	z-index:0;
}
#reportagesTable {
	position:absolute;
	left:140px;
	z-index:0;
}
#reportagesTable table tr td {margin:-3px;}
#navbar ul {
	position:absolute;
	top: 70px;
 	left:-41px;
	text-align:left;
  line-height: .1;
	z-index:30;
}
#navbarList li {
  margin: 0;
  padding: 0;
  margin-top: -5px;
}
#navbarList a {
	display: block;
  height: 26px;
  width: 110px;
  padding: 0;
}
#navbarList a[href="naturemortes.html"]:hover {
  background: url("media/menu/natureOverFR.gif");
  background-repeat: no-repeat;
}
#navbarList a[href="naturemortes.html"] {
  background: url("media/menu/natureUp.gif");
  background-repeat: no-repeat;
}
#navbarList a[href="portraits.html"]:hover {
  background: url("media/menu/portraitsOver.gif");
  background-repeat: no-repeat;
}
#navbarList a[href="portraits.html"] {
  background: url("media/menu/portraitsUp.gif");
  background-repeat: no-repeat;
}
#navbarList a[href="reportages.html"]:hover {
  background: url("media/menu/reportagesOver.gif");
  background-repeat: no-repeat;
}
#navbarList a[href="reportages.html"] {
  background: url("media/menu/reportagesUp.gif");
  background-repeat: no-repeat;
}
#navbarList a[href="presse.html"]:hover {
  background: url("media/menu/presseOver.gif");
  background-repeat: no-repeat;
}
#navbarList a[href="presse.html"] {
  background: url("media/menu/presseUp.gif");
  background-repeat: no-repeat;
}
#navbarList a[href="contact.html"]:hover {
  background: url("media/menu/contactOver.gif");
  background-repeat: no-repeat;
}
#navbarList a[href="contact.html"] {
  background: url("media/menu/contactUp.gif");
  background-repeat: no-repeat;
}
#arrows {
	position:absolute;
	top:450px;
	left:20px;
	margin-left:0px;
	margin-bottom:0px;
	text-align:left;
	letter-spacing:-1px;
}
#prev {
	position: absolute;
  	left: -25px;
}
#next {
	position: absolute;
  	left: 35px;  	top: 0;
}
.imgCntr {
	color: #999;
  	display: block;
  	width: 35px;
  	text-align: center;
  	cursor: default;
  	position: absolute;
  	top: 5px;
}
#caption {position:absolute; top:480px; left:-50px; color:#999; z-index:100; width:174px; text-align:center; letter-spacing:1px;}
#contactpage {
	position:absolute;
	background-color:#BA0000;
	left:140px;
	width:700px;
	height:432px;
	padding-top:80px;
}
#contactpage a:link, #contactpage a:visited {text-decoration:none; color:#FFF; border-width:0px;}
#contactpage a:hover {text-decoration:none; color:#000; border-width:0px; font-weight:bold;}
#contactpage a:active {text-decoration:none; color:#FFF; border-width:0px;}
