<style>

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

body {
  padding: 0px;
  margin: 0px;
  background: #1B300E;
  font-size: 12px;
  font-family: Verdana;
}

p {
  padding-bottom: 10px;
}

h1 {
  font-weight: normal;
  font-size: 16px;
}

a:hover {
  text-decoration: none;
}


#languages-switch {
  width: 100%;
  border-top: 4px solid #CEE2C2;
  padding: 0px;
  margin: 0px;
}

#languages-switch a {
  position: relative;
  left: 50%;
  margin-left: 160px;
}

#container {
  position: relative;
  left: 50%;
  width: 760px;
  margin-left: -380px;
}

#header {
  margin: 0px;
  padding: 0px;
  width: 734px;
  height: 343px;
}

a.hide-this {
  position: absolute;
  top: -100px;
  left: -2500px;
}

#content {
  background: url(images/content_background.jpg) top left repeat-y;
}

#navigation {
  background: url(images/navigation_background.jpg) top left repeat-x;
  width: 709px;
  margin-left: 14px;
  text-align: center;
}

#navigation a {
  margin-right: 14px;
  margin-left: 14px;
}

#content-footer {
  background: url(images/content_footer.jpg) top left no-repeat;
  width: 734px;
  height: 17px;
}

#footer {
  font-size:10px;
  text-align: center;
  color: #ccc;
}

#footer a {
  color: #ccc;
  margin-left: 10px;
  margin-right: 10px;
}

#left {
  width: 390px;
  margin-left: 20px;
  text-align: justify;
  float: left;
}

#right {
  width: 285px;
  float: right;
  background: #F3EFD0;
  margin-right: 38px;
}

#right p {
  margin-left: 15px;
  margin-right: 15px;
}  

h2#services {
  margin-top: 5px;
  margin-left: 10px;
  text-indent : -2500px;
  background: url(images/titles/services.jpg) no-repeat;
  width: 167px;
  height: 32px;
}
h2#geographie {
  margin-top: 5px;
  margin-left: 10px;
  text-indent : -2500px;
  background: url(images/titles/geographie.jpg) no-repeat;
  width: 167px;
  height: 32px;
}
h2#autres-infos {
  margin-top: 5px;
  margin-left: 10px;
  text-indent : -2500px;
  background: url(images/titles/autres-infos.jpg) no-repeat;
  width: 167px;
  height: 32px;
}

p.intro {
  font-family: Trebuchet MS;
  font-weight: bold;
  font-size: 14px;
  color: #5B7E25;
}

p.signature {
  font-family: Brush Script MT, Trebuchet MS;
  font-size: 14px;
  color: #333;
}

#gmap-space {
  margin-left: 20px;
  margin-right: 20px;
  width: 250px;
  font-size: 10px;
  color: #666;
}

small { 
  font-size: 10px;
  color: #666;
}

.thumbnail {
  border: 1px solid #666;
  padding: 1px;
  margin: 5px;
  float: left;
}

.image {
  border: 1px solid #666;
  padding: 1px;
  margin-left: 10px;
  margin-right: 10px;
}


/* Light box styles */
#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; }

</style>


  