body {
    background-color: #fda13f;
	color: #ffffff;
    font-family: "Lucida Grande","Verdana","Arial";
    font-size: small;
}

a:link, a:visited {
    color: #100516;
    text-decoration: none;
	font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

p {
	padding: 0px 32px;
}

img {
	border: 1px solid #ffffff;
}

table {
    width: 100%;
}

td {
    padding: 10px;
    text-align: center;
}

h1 {
	font-size: xx-large;
}

h2 {
	font-size: x-large;
	margin: 20px 0px 0px 5px;
}

h3 {
	font-size: x-small;
	margin: 0px 5px;
}

hr {
	border: 1px solid #fda13f;
	margin: 20px auto 8px auto;
    width: 97%;
}

.centre {
	text-align: center;
}

img.flotte_gauche { 
    float: left; 
    margin: 10px 20px 0px 30px;
}

img.gauche { 
    margin: 10px 10px 10px 30px;
    vertical-align: middle;
}



#entree {
    margin: 16px;
	text-align: center;
}

#bienvenue {
	/*background-color: #100516;*/
    background-image: url(../images/Bienvenue.jpg);
    border: 1px solid #ffffff;
    font-size: large;
    line-height: 1.5;
    margin: 0px auto;
    padding: 0px 8px;
    text-align: center;
    width: 734px;
}

#entete {
    margin: 0px auto;
    width: 750px;
}

#menu {
    border: 0px;
    color: #100516;
    margin: 5px auto;
    text-align: center;
    width: 750px;
}

#contenu {
    background-color: #100516;
    border: 1px solid #ffffff;
	font-size: medium;
    margin: 0px auto;
    padding: 0px 8px;
	text-align: justify;
    width: 734px;
}

#contenu a:link, #contenu a:visited {
	color: #ffa191;
	font-weight: normal;
    text-decoration: none;
}

#droits {
    border: 0px;
    color: #100516;
    margin: 15px auto;
    text-align: center;
    width: 750px;
	font-size: x-small;
}

/*
 * LightBox Styling
 */

#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; overflow: auto; width: 100% ; }

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-size: small; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }           
#imageData #bottomNavClose{ float: right; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
