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

/* Style for all bodies. */
html {  
	scrollbar-3d-light-color:#111111;
	scrollbar-arrow-color:#FFEFD2;
	scrollbar-base-color:#F39E77;
	scrollbar-dark-shadow-color:#773C3C;
	scrollbar-face-color:#773C3C;
	scrollbar-track-color:#F39E77;
	scrollbar-shadow-color:#111111;
	scrollbar-highlight-color:#333333;
}


body {
	background-color: #FFEFD2;
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #660000;
	margin:5;
/*	line-height: 130%; */
		scrollbar-3d-light-color:#111111;
	scrollbar-arrow-color:#FFEFD2;
	scrollbar-base-color:#F39E77;
	scrollbar-dark-shadow-color:#773C3C;
	scrollbar-face-color:#773C3C;
	scrollbar-track-color:#F39E77;
	scrollbar-shadow-color:#111111;
	scrollbar-highlight-color:#333333;
	background-image: url(chocolat_total.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}

/* Style for all table cells. */
td {
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 14px;
	color: #660000;
}

/* Put a border on all generated images */
.image {
	border-width: 3;
	border-color: white;
	border-style: solid;
	margin: 10;
}

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

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 8;
	margin-right: 8;
	margin-bottom: 16;
}

/* 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;
}

/* Style the grey horizontal line */
hr {
	border: 0;
	width: 600px;
	color: #660000;
	background-color: #66000;
}


/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #660000
}

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


