/* -- Positionemment -- */
body {
text-align : center;
cursor : url("curseur.cur"),default;
background-color: rgb(83, 50, 28);
color: black;
font-family: Andy, Arial, "Times New Roman", Verdana, serif;
font-size: 16px;
}

img {
border: 0px;
}

#titre {
position : absolute;
top : 10px;
width: 158px;
height: 50px;
}

#texte {
position : absolute;
left : 150px;
top : 50px;
right : 0px;
text-align : left;
background-color : white;
width:auto;
margin : 20px;
border: solid #F2E622 10px;
}

.gauche {
display:block;
height :100%;
position : absolute;
width:10px;
left : -10px;
top : 0px;
}

.droite {
display:block;
height :100%;
position : absolute;
width:10px;
right : -10px;
top : 0px;
}

.haut {
position : absolute;
right : 0px;
top : -10px;
width : 100%;
height : 10px;
}

.bas {
position : absolute;
right : 0px;
bottom : -10px;
width : 100%;
height : 10px;
}

#menu {
text-align : center;
width: 130px;
height: 250px;
position : absolute;
left : -10px;
top : 100px;
background-color : white;
margin : 20px;
border: solid #F2E622 10px;
}

.tableau {
width: 20%;
}
/* -- Fin de Positionemment -- */



/* -- Couleurs, Liens -- */
h1 {
text-align: center;
color: black;
font-family: Andy, Arial, "Times New Roman", Verdana, serif;
}

.centre {
text-align : center;
}

.gros {
font-size: 18px;
color: black;
font-family: Andy, Arial, "Times New Roman", Verdana, serif;
}

.petit {
text-align: center;
font-size: 10px;
font-family: Andy, Arial, "Times New Roman", Verdana, serif;
}

.decale {
margin-left : 30px;
color: black;
font-family: Andy, Arial, "Times New Roman", Verdana, serif;
font-size: 16px;
}

.imageflottante {
float: right;
}
.dessous {
clear: both;
}

a:link {
cursor : url("lien.ani"),url("lien.cur"),url("curseur.cur"),default;
color: #53321C;
text-decoration: none;
}

a:visited {
cursor : url("lien.ani"),url("lien.cur"),url("curseur.cur"),default;
text-decoration: none;
color: #53321C;
}

a:hover {
cursor : url("lien.ani"),url("lien.cur"),url("curseur.cur"),default;
text-decoration: none;
color: #F2E622;
}

a:active {
cursor : url("lien.ani"),url("lien.cur"),url("curseur.cur"),default;
text-decoration: none;
color: #53321C;
}
/* -- Fin de Couleurs, Liens -- */



/* -- LightBox -- */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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: #53321C;
}

#imageData #imageDetails {
width: 100%;
float: left;
text-align: center;
}

#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;
}	
		
#overlay {
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #000;
	}
/* -- Fin de LightBox -- */

