/* ExhibitPlus V1.3 01.05.2004. Author: Mark Fyvie. Official site: http://www.fyvie.net/photos/info_exhibitplus.html

    This is basestyle.css - a darker style with #3B3B3B left and right margins around a dark purple background
    Even though colour information is specified here, each HTML page actually calls a second style sheet, and this style sheet contains just the colour information for the various styles. In this way the dark style is modified into other styles */
 
 body,tbody {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
	color: #FFFFFF; 
	font-weight: normal; 
	font-style: normal; 
	/*background-color: #990000; */
	background-image: url(http://www.fotonomade.org/images/images_site/fond_autour_page.jpg);
	margin: 0px;
	font-size: 10pt ; 
	}

	
	
 p {
	margin:0px 10px 10px 10px;
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal;
	}
 p.indent { 
	margin-left: 30pt;
	font-size: 10pt ; 
	}
 table,tr,td,tbody,map,area {	
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
	clear: left;
	font-size: 10pt; 
	}
 img {
	border: 0px;
	font-size: 10pt ; 
	}
/* Used to setup the main page structure with borders on the left and right */
 #centercontent {

	margin-left: 0px;
	margin-right: 0px;
	font-size: 10pt ; 
	background-image: url(http://www.fotonomade.org/images/images_site/fond_droite_thumbnails.jpg);
	}

/* Used to setup the main page structure with borders on the left and right */
 #slidecentercontent {

	margin-left: 0px;
	margin-right: 0px;
	font-size: 10pt ; 
	background-image: url(http://www.fotonomade.org/images/images_site/fond_droite_thumbnails.jpg);
	}


/* Styles assosicated with index pages */
 #indexframe {
	width: 80%;
	padding: 0px; /* 4px; correction du pb sous FireFox (debordement des thumbails à droite)*/
	border: 0px;  /* Netscape 4.x friendly */
	margin: 0px;
	font-size: 10pt ; 
	background-image: url();
	}
 .folderData { 
 	font-size: 10pt ; 
	/*font-size: xx-small; */
	color: #666666; 
	line-height: 90%; 
	}
 .folderDescription { 
	color: #666666; 
	line-height: 110%;
	margin-top: 10px;
	font-size: 10pt ; 
	}
 .folderNavigation {
	position: relative; 
	/*font-size: x-small;*/
	font-size: 10pt ; 
	}
 .folderNavigation a { 
	text-decoration: none;
	color: white;
      }
.folderNavigation a:link { 
	text-decoration: none;
	color: white;
      }
.folderNavigation a:visited { 
	text-decoration: none;
	color: white;
      }
.folderNavigation a:hover { 
	text-decoration: none;
	color: white;
      }
 .float {           /* Used to allow captions under the thumbnails, while at the same time preserving the "free flow" nature of thumbs when the browser is resized */
	float: left;
	} 
 .float p {
	text-align: center;
	margin: 0px 10px 2px 10px;
	font-size: 10pt ; 
	}
 .float p.thumbComment  {
	font-size: x-small;
	}
 .thumbName a { 
	color: white;
	text-decoration: none; 
	font-size: 10pt ; 
	}
 .thumbDate {
	color: #616161;
	font-size: x-small;
	font-size: 10pt ; 
	}
 #w3clogosright {
	float: right;
	position: relative;
	right: -20px;
	}






/* Styles assosciated with slide pages */
 #frame {
	font-size: 10pt ; 
	position: relative;
	margin: 0px auto;
	margin-bottom: 0px;
	text-align: center;
	border: 0px;  /* Netscape 4.x friendly */
	margin: 0px;
	/*background-image: url(http://www.fotonomade.org/images/images_site/planisphere_gris_fond.jpg);*/
	}
 .minithumb {
	padding: 0px;
	font-size: 10pt ; 
	}
 .minithumbCurrent {
 	font-size: 10pt ; 
	border: 1px dotted white;
	padding: 0px;
	}
 .minithumbBox {
 	font-size: 10pt ; 
	float: right;
	}
 .photoName { 
	position: relative;
	float: left;
	font-size: 10pt ; 
	/*font-size: medium; */
	color: white; 
	font-weight: bold;
	}
 .photoPosition { 
	position: relative;
	font-size: 10pt ; 
	/*font-size: small; */
	color: white; 
	font-weight: normal;
	}
 .photoComments {  
	position: relative;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
	font-size: 10pt ; 
	/*font-size: medium;*/ 
	font-weight: bold; 	
	font-style: normal; 
	font-variant: normal; 
	text-align: center; 
	}
 .photoData { 
 	font-size: 10pt ; 
	position: relative;
	/*font-size: x-small; */
	color: white;
	}
 .photoData b { /* This is the bolding used for the fields in the EXIF data. To remove bolding use font-weight:normal here */ 
	font-weight: bold;
	}
 .photoData i { /* This is not used for italics, but to provide the | separator character inside the photoData clase */
	color: silver; 
	font-weight: bold; 
	font-style: normal;
	}
 .photoDataPopupBase {
	position: absolute; 
	text-align: center;
	margin: 0 auto; 
	visibility: visible;
	width: 90%;
	background: #3B3B3B;
	}
 .photoDataPopup {
	position: absolute;
	left: 0;
	bottom: 160px;
	background: #3B3B3B;
	z-index: 3; 
	border: 1px outset #777;
	padding: 2px;
	font-size: x-small; 
	color: white;
	visibility: hidden; 
 	}
 .keyboardDataPopup {
	width: 250px;
	position: absolute;
	top: -150px;
	left: 0;
	background-color: silver;
	color: #3B3B3B;
	text-align: left;
	z-index: 10; 
	border: 1px solid #3B3B3B;
	padding: 5px;
	font-size: x-small; 
	visibility: hidden; 
	float: left;
 	}
 .slideFrameButtons {
	width: 350px; 
	position:absolute; 
	right: 3px; 
	}
 #buttonbox_portrait {
 	font-size: 10pt ; 
	position: absolute;
	z-index: 25;
	}
 #photonavbar_inside_portrait {
 	font-size: 10pt ; 
	position: absolute;
	right: 75px;
	z-index: 15;	
	}
 #w3clogosleft {
	float: left;
	position: relative;
	left: -30px;
	}

/* Styles assosciated with additional files, e.g. news.inc, footer.inc etc */
 .dateline { 
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
	/*font-size: x-small;*/
	font-size: 10pt ; 
	color: rgb(191,191,191); 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal;
	}
 .header { 
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
	font-size: large; 
	color: white; 
	font-weight: bold; 
	font-style: normal; 
	font-variant: normal;
	}
 .footer { 
	font-size: xx-small; 
	color: white; 
	text-align: center; 
	}