/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #000000;
	color: #FFE8B7;
}

img {
	border-color: #C0C0C0;
}

/* Custom link styles */
a.indexPage{
	text-decoration: underline;
	font-weight:bold;
	color: #FFE8B7;
}

a:hover {
	text-decoration: underline;
	color: #FFE8B7;
}

a{
	text-decoration: none;
	color: #FFE8B7;
}

.comment {
	color: #FFE8B7;

}

/* Put a border on all generated images */
.image {
	border-width: 0px;
	border-style: solid;
	margin: 5px;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

td.imageAccueil {
	text-align: center;
	vertical-align: bottom;
	padding: 0px 10px 0px 10px;
}

td.commentaireAccueil {
	text-align: center;
	vertical-align: top;
	padding: 0px 10px 10px 10px;
}

/* Style for all table cells. */
td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:13px;
}

.camera {
	font-size: 11px;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	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: 24px;
	font-weight: bold;
}

h2 {
	font-size:20px;
}

#imageinfo {

	font-size: 11px;
}

.slideTitre {
	text-align:center;
	padding: 5px 0px 10px 0px;
}

.slideBoutons {
	position:absolute;
	right:10px;
	top:5px;
	text-align:right;
}

.slideDescription {
	width: 580px;
	margin:0px;
	padding:0px;
}

