/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family : Arial;
	font-size: 13px;
	background: #D4B298 url("fond.jpg");
  color : #ffff99;
}

A:visited, A:link, A:active {
	font-size : 13px;
	font-weight : bold;
  font-family : Arial;
 	color : #33ffff;;
  text-decoration : none;
}

	
A:hover {
		font-size : 13px;
   	font-weight : bold;
   	font-family : Arial;
   	color : #280099;
   	background : transparent;
   	text-decoration : underline;
   	font-weight: bold
	}

a.jalbum:visited, a.jalbum:link, a.jalbum:active  {
   					font-weight : normal;
   					font-size : 12px;
   					color : gray;
					}		
a.jalbum:hover {text-decoration : underline;}					


.comment {
	text-align: center;
	padding-top : 7px;
	padding-right : 30px;
	padding-left : 30px;
	font-size: 11px;
	color : navy;

}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}


.camera {
	font-size: 10px;
}

.introduction {
	font-size: 13px;
}

.auteur {
					position : relative;
					font-size: 10px;
					font-family : Arial;
					color : gray;
					text-align : right;
				}

.auteur span {
								position: absolute; /* on superpose le SPAN sur auteur */
								top: -1px; /* on	 décale le SPAN */
								left: -1px;
								color: white;
								font-weight: bold;
						}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
	color : #ffbe00;
}


#imageinfo {

	font-size: 11px;
}

