/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #d8f8ed url(../img/img01.jpg) repeat-x left top;
  font-family: Times, "Times New Roman", "Liberation Serif", FreeSerif, serif;
	font-size: 13px;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Menu */

#menu {
  clear: both;
	width: 940px;
	margin: 15px auto 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
  padding: 10px 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
  border: dotted 1px;
	color: #000;
}

#menu .current_page_item a {
border-top: solid 1px;
border-left: solid 1px;
border-right: solid 1px;
	background: #e3e3e3;
	color: #000;
}

/* subMenu */

#submenu {
  border-top: solid 1px;
  border-left: solid 1px;
  border-right: solid 1px;
	width: 900px;
	margin: 9px auto 0 auto;
  background-color: #d8f8ed;
}
#submenu ul{
  width: 700px;
  margin: 0 auto -10px auto;
  padding: 10px 0 10px 0;
  list-style: none;
}
#submenu li {
  display: inline;
}

#submenu a {
  padding: 13px 10px 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#submenu a:hover {
  border: dotted 1px;
}
#submenu .current_page_item a {
  background:#e3e3e3;
  border-left: solid 1px;
  border-right: solid 1px;
}
/* Languages */

#languages {
  float: left;
}

#languages li {
  display: inline;
}

#languages li img {
  border: none;
}

/* Logo */

#logo {
	width: 778px;
	margin: 0 auto;
  text-align: center;
}

#logo h1 {
display: inline;
  margin: 0 auto;
	font-family: Chancery;
	font-size: 50px;
}

#logo h2 {
display: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
  background-color: #e3e3e3;
	width: 900px;
	margin: 9px auto 0 auto;
	padding: 20px;
  border: solid 1px;
}

/* Content */

#content {
  background-color: #e3e3e3;
	float: left;
	width: 300px;
  margin: auto;
}
#equipement ul {
  float: left;
  margin: 0;
  padding: 0;
}
#equipement ul li {
  float: left;
  width: 140px;
  margin-left: 10px;
}

#illu {
  background-color: #e3e3e3;
  float: right;
  width: 550px;
  overflow: hidden;
}

#illu img {
}

#galerie {
  float: right;
  width: 550px;
  overflow: hidden;
  }

#galerie a {
  text-decoration: none;
}
#galerie img {
  border: solid black 2px;
}

#fullPage {
  width:800px;
  margin: auto;
}

ul.partners {
  list-style: none;
}
ul.partners img{
  border: none;
}
ul.partners li {
  margin: 10px;
  text-align: center;
}
/* Footer */

#footer {
  clear: both;
  height: 56px;
  padding: 15px 0 0 0;
  background: url(../img/img02.jpg) repeat-x left bottom;
}

#footer p {
  text-align: center;
}

.cleaner {
  clear: both;
}
/* lightbox */
#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(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/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; }

