body {
	background-color: #C3C4FD
}
#gallery {
	position: relative;
    margin-left: 15px;
	width: 750px;
}
#thumbs {
	width: 180px;
	float: left;
}
#thumbs a {
	display: block;
	float: right;
	margin: 0 0 5px 5px;
	width: 50px;
	height: 50px;
}
#thumbs a img {
    width: 50px;
	height: 50px;
	border: 0;
}
#thumbs a:hover {
	border-color: #ddd;
}
#thumbs a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	left: 205px;
	top: 0;
	border: 1px solid #333;
}
p#titre {
    font: bold 1.3em Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
    color: #4FA628;
    text-align: center;
	margin: 0 0 0 0;
}

/* ########### */
/*    Pied de page */
/* ########### */
.diaporama {
    width: 185px;
    font: 0.7em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;      
    margin: 17px 0 10px 15px;
    text-align: center
}

