/********** CARACTERISTIQUES GENERALES **********/

body {
	width: 804px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: black;
	font: 12px "Trebuchet MS";
	color: white;
}

img {
	border: none;
}

h3 {
	color: white;
}

h5 {
	font: 14px "Trebuchet MS";
	text-decoration: none;
	color: white;
	}
h6 {
	font: 24px "Trebuchet MS";
	text-decoration: none;
	color: white;
}

/********** CARACTERISTIQUES DES LIENS **********/

a {
	color: gray;
}

a:hover {
	text-decoration: none;
}

a.sansdeco {
	text-decoration: none;
	color: gray;
}

/********** CARACTERISTIQUES DU CONTENEUR **********/

#conteneur {
	background-color: black;
	border: 2px solid rgb(0,0,0);
}

/********** CARACTERISTIQUES DE LA BANNIERE **********/

#banniere {
	height: 171px;
}

/********** CARACTERISTIQUES DU MENU **********/

#menu {
	width: 804px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background-color: rgb(0,0,0);
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 80px; /*80*/
	height: 15px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	background-color: rgb(0,0,0);
	
	font-size:11px;
	color: white;
}

#menu a:hover, #menu a.active {
	background: white;
	color: #00CED1;
}

/********** CARACTERISTIQUES DU CORPS **********/

.corps {
	width: 800px;
	padding: 20px 0px 20px 0px;
	
}

.corpscenter {
	width: 800px;
	padding: 20px 0px 20px 0px;
	text-align: center;
}

.italique {
	font: italic 10px "Trebuchet MS";
}

/********** CARACTERISTIQUES DES FORMULAIRES **********/

label {
	text-decoration: underline;
	color: white;
}

fieldset {
	border: 1px solid #A9A9A9;
	padding: 15px 15px 15px 15px;
}

legend {
	color: white;
	font-size: 14px;
}

/********** CARACTERISTIQUES DU PIED DE PAGE **********/

#pied {
	width: 800px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#xiti-logo {
	text-align: center;
}

/********** CARACTERISTIQUES DES TABLEAUX **********/

table.Photos {
	border-collapse: collapse;
	width: 760px;
	border: none;
}

tr.Photos {
	text-align:center;
	width: 760px;
	border: none;
}

td.Photos {
	text-align:center;
	width: 190px;
	height: 100px;
	padding-left: auto;
	padding-right: auto;
	border: 1px solid black;
	background-color: black;
}

td.Photos img {
	border: 1px solid white;
}

/********** CARACTERISTIQUES DE LA LIGHTBOX EN JS **********/

#lightbox{
	position: absolute;
	top: 40px;
	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: 14px Trebuchet MS, Verdana, Helvetica, sans-serif;
	background-color: rgb(10,10,10);
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
