body
  {
  background-color:#474444;
  background-image:url('filigrane01.png');
  background-repeat:no-repeat;
  background-position:50% 0%; 
  font-size: 11pt;
  font-family: verdana, serif;
  font-style: italic;
  color:#111111;
  }

#encadrement			/* 1er encadrement */
  {
  width: 804px;
  background-image:url('degrade.png');  
  background-position: top left;  
  background-repeat: repeat-x;
  margin: auto;
  border-width:10px;
  border-style:solid;
  border-color:#797979;
  border-radius: 18px; 
  -moz-border-radius: 18px; 
  -webkit-border-radius:18px;
  }


#global				/* 2nd encadrement */
  {
  width: 800px;
  margin: auto;
  border-width:2px;
  border-style:solid;
  border-color:#cfff73;
  border-radius: 8px; 
  -moz-border-radius: 8px; 
  -webkit-border-radius:8px;
  }

#en_tete
  {
  height: 150px;
  width: 800px;
  background-image: url("banniere.png");
  background-repeat: no-repeat;
  background-position:center center;
  }

#menu
  {
  float: left;
  width: 125px;
  padding: 5px; 
  font-style: normal;
  font-size: 10pt;
  font-weight: bold ;
  }

ul 				/* listes à puces */
  {
  padding: 0px;			 /* Tous les côtés ont une marge intérieure de 0 pixels */
  margin: 0px;			 /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
  margin-bottom: 5px;		 /* on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
  }

li 
  {
  list-style-type: none;	/* type de puce */
  } 

#bordure_outside		/* contour extérieur du menu */
  {
  border: 2px solid;
  border-color: #474444;
  border-radius: 10px; 
  -moz-border-radius: 10px; 
  -webkit-border-radius:10px;
  width: 130px;
  height: 600px;
  }
 
#bordure_inside			/* contour intérieur du menu */
  {
  border:2px solid;
  border-color: #cfff73;
  border-radius: 8px; 
  -moz-border-radius: 8px; 
  -webkit-border-radius:8px;
  width: 116px;
  height: 586px;
  padding: 5px; 
  }

#corps				/* corps du site web */
  {
  margin-left: 140px; 
  margin-bottom: 20px; 	
  padding: 0px; 
  padding-left: 15px; 
  padding-right: 20px; 
  }

#corps h1
  {
  font-size: 9pt;
  }

#corps h2
  {
  font-size: 14pt;
  }

#corps h3
  {
  font-size: 18pt;
  }

#corps h4
  {
  font-size: 14pt;
  }


#pied_page
  {
  margin-bottom: 10px;
  font-size: 9pt;
  }



a:link			/* liens vers les pages qui n'ont pas encore été visitées */
  {
  text-decoration: none;
  color:#111111;
  }

a:visited 		/* liens vers les pages qui ont déjà été visitées */
  {
  text-decoration: none;
  color:#111111;
  }

a:hover 		/* liens survolés avec la souris */
  {
  text-decoration: underline;
  color:#cfff73;
  }

a:active 		/* liens en train d'être cliqués */
  {
  text-decoration: underline;
  color:#cfff73;
  }

a:focus 		/* liens qui deviennent actifs (lors de la navigation au clavier, par exemple) */
  {
  text-decoration:underline;
  color:#cfff73;
  }

#navigation #en-cours a 	/* liens en cours */
  {
  color:#cfff73;
  }

c
  {
  font-size: 26pt;
  font-weight: bold;
  }

d
  {
  font-size: 14pt;
  font-weight: bold;
  }


input			/* couleur des formulaires*/
  {
  background-color: #dedede;
  }

textarea		/* couleur des formulaires*/
  {
  background-color: #dedede;
  }



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}  		/*  lightbox  */
#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(../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/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; }		/* fin lightbox  */

