body
{
	width: 1000px;
	height: 100%;
	margin: auto;
	background: url(../images/diaporamas/artwork-akoosni-sonerezh.jpg) no-repeat center top;
	font-family: "century Gothic", verdana;
	font-size: 0.75em;
	
}
a
{
	color: #999999;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #333333;
}
#contenu
{
	position: relative;
	margin: auto;
	top: 0px;
	left: 0px;
	width: 630px;
	height: 505px;
	
}
#miniatures
{
	position: relative;
	margin: auto;
	top: 30px;
	left: 15px;
	width: 300px;
	height: 70px;
}
#boutons
{
	position: relative;
	margin: auto;
	left: 0px;
	top: 40px;
	width: 120px;
	height: 32px;
	padding:0px;
}
#bouton_next
{
    position: absolute;
    width: 32px;
    height: 32px;
	right: 0px;
	top: 0px;
    cursor: pointer;
	background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}
#bouton_next:hover {
    background-position: -32px 0;
}
#bouton_next:active {
    background-position: -64px 0;
}
#bouton_prev
{
    position: absolute;
    width: 32px;
    height: 32px;
	left: 0px;
	top: 0px;
    cursor: pointer;
	background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}
#bouton_prev:hover {
    background-position: -32px 0;
}
#bouton_prev:active {
    background-position: -64px 0;
}
#footer
{
	position: absolute;
	left: inherit;
	top: 680px;
	width: 1000px;
	height: 30px;
	text-align: center;
}