body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #5D5D5D;
	border-color: white;
	margin-top: 0px;
	padding-top: 0px; 
}
.menugauche:link { 
	color: #333333;
	background-color: #cfd1ce;
	text-decoration: none;
	}
.menugauche:visited { 
	color: #333333;
	text-decoration: none;
	}
.menugauche:hover { 
	color: #FFFF99;
	background-color: #696b7c;
	text-decoration: none;
	} 
.menugauche:active  {
	color: black;
	background-color: #696b7c;
	text-decoration: none;
	} 
.menu {
	font-family: sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 12px;
	line-height: 125%;
	word-spacing: normal;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color: #333333;
	background-color: #cfd1ce;	  /*old cccc99*/
	border-color: white;
	margin-left: auto;
	margin-right: auto;
	}
.gallery {
	padding-left:5px;
    font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	background-color: #FFFFFF} 
td.td1 {
	font-variant: small-caps;
	text-align: right;
	letter-spacing: 2px;
	background-color: #cfd1ce;
	}
td.td2 {
	width: 200px;
	font-variant: small-caps; 
	text-align: right; 
    background-color: #cfd1ce;
	}
td.td3 {
	font-variant: small-caps;
	text-align: left;
	letter-spacing: 2px;
	background-color: #cfd1ce;
	}
div.center {
    text-align: center;
}					

a.notitle {
	display: none;
}

div.center table {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	letter-spacing: 2px;
}
.espace {
	line-height: 2px;
}
.menuhaut {
	border: thin solid #000;
}
.gallerie {
	font-variant:small-caps;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#FFF;
}
.gallerie:link {
	font-family: arial;
	font-size: 10px;
	color: #393977;
	background-color: #FFFFFF;
	font-variant: small-caps;
	text-decoration: none;
}
.gallerie:hover { 
	color: #FFFF99;
	background-color: #696b7c;
	text-decoration: none;
	text-decoration: none;
	}
.texte {
	font-family: arial;
	font-size: small;
	color: #393939;
	background-color: #ffffff;
	text-indent: 25px;
}
.texte2 {
	font-family: arial;
	font-size: 350%;
	font-weight: 900;
	font-variant: normal;
	letter-spacing: 0.4ex;
	color: white;
	text-indent: 25px;
}
.texte3 {
	font-family: arial;
	font-size: 290%;
	font-variant: normal;
	color: #8f9691;
	text-indent: 75px;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            black;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            black;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  color:            blue;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  color: blue;
  } 

/* Style pour les thumbnail grids*/
div.gridfloat {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  }
  
div.gridfloat p {
   text-align: center;
   }

.clearboth { clear: both; }

.astele { 
font-variant: normal;
color:#666666; 
font-size:22px; 
font-weight:bold}


/*Lightbox CSS ici*/
#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; }


