@charset "utf-8";
/* CSS Document */

body
{
	width:100%;
	height:100%;
	background-color:#fff;
}

img a
{
	border:none;
}


p:first-letter /* La première lettre de chaque paragraphe */
{
   font-weight: bold; /* En gras */
   font-size: 1.2em; /* Ecrit légèrement plus gros que la normale */
   color: #b3b709; /* En vert */
}


h1
{
	color:#b7b309;
	text-align:left;
	font-size:26px;
}

h2
{
	font-weight:normal;
	padding-top:20px;
	margin:0;
	text-align:center;
	color:#b7b309;
	font-size:36px;
}

h2 a
{
	color:#b7b309;
	text-decoration:none;
}

h3
{
	font-size:12px;
	color:#b7b309;
	font-weight:normal;
}

h4
{
	font-size:12px;
	color:#b7b309;
	font-weight:normal;
	text-align:right;
	padding-right:35px;
	margin:0;
	margin-bottom:20px;

}

#choix_langue 
{
	float:left;
	font-weight:normal;
	margin:0;
	width:45%;
	height:95%;
	text-align:center;
	color:#b7b309;
	font-size:36px;
	background-color:#fff;
}

	.logo
	{
	text-align:center;
	width:100%;
	}


#animation_photos 
{
	background-color:#fff;
	width:50%;
	height:95%;
	margin:0;
	padding:2px;
	padding-left:10px;
	float:right;
}


#pied_page 
{
	width:98%;
	text-align:center;
	font-family:"Times New Roman", Times, serif, Georgia;
	padding:20px 0 0 0;
	background-color:#fff;
	clear:both;
}

#pied_page a
{
	text-decoration:none;
	color:#b3b709;
}

/* Id pour les pages du site */

#entete
{
	width:98%;
	text-align:right;
	background-image:url(logo_entete.jpg);
	background-repeat:no-repeat;
}

	.logo_entete
	{
		float:left;
	}
	
	.photo_entete
	{
		border:none;
	}

#corps_centre
{
	width:98%;
	margin: 0 auto;
}

#plan_site
{
	color:#b3b709;
	text-decoration:none;
	font-size:18px;
	list-style:none;
}

#plan_site a
{
	text-decoration:none;
	color:#b3b709;
}

#plan_site a:visited
{
	color:#000;
}


#menu
{
	width:40%;
	min-width:380px;
	margin-top:25px;
	float:left;
	
}


#texte_accueil
{
	width:55%;
	font-family:"Times New Roman", Times, serif, Georgia;
	float:right;
	padding: 0;
	margin:0;
}


#texte_historique
{
	width:55%;
	float:right;
	padding: 0;
}



/*pour le nouveau menu*/

/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 5px 0 5px 0;
	width: 140px; /*For KHTML*/
	list-style: none;
	}

/* pour que le sous-menu soit plus large que le menu*/	
ul#navmenu,
ul#navmenu ul li,
ul#navmenu li ul {
	margin: 0;
	border: 0 none;
	padding: 5px 0 5px 0;
	width: 240px; /*For KHTML*/
	list-style: none;
	}

ul#navmenu:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
	}

/* Root Menu */
ul#navmenu a {

	padding: 0 15px;
	display: block;
	color: #b3b709;
	font: normal 20px/20px "Times New Roman", Times, serif, Georgia;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	color: #b3b709;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	color: #b3b709;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {

	color: #b3b709;
	}

/* 3rd Menu 
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #fff;
	color: #b3b709;
	}
*/
/* 3rd Menu Hover Persistence 
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #fff;
	color: #b3b709;
	}
*/
/* 4th Menu 
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #fff;
	color: #b3b709;
	}
*/
/* 4th Menu Hover 
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #fff;
	color: #b3b709;
	}
*/
ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position:relative;
	top: 0;
	left: 140px;
	top:-1.8em;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	}

/* pour lightbox */

#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/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: 70px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; }


/*pour le tableau des pages des collections*/

caption /* Titre du tableau */
{
   /*margin: auto; /* Centre le titre du tableau */
   text-align:left;
   font-family: "Times New Roman", Time, serif, Georgia;
   font-weight: bold;
   font-size: 1.2em;
   color: #b3b700;
   margin-bottom: 10px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

th /* Les cellules d'en-tête */
{
   font-size: 1.1em;
   text-align:left;
   font-family: "Times New Roman", time, Georgia, serif;
   padding: 5px 30px 10px 0;
   
}

td /* Les cellules normales */
{
   font-family: "Times New Roman", Time, serif, Georgia;
   text-align: left; /* Tous les textes des cellules seront centrés*/
   padding: 5px 30px 10px 0;
}

.table1
{
   margin-bottom:30px;
   float:left;
}

.table2
{
   margin-bottom:30px;
   float: right;
}


