body {
	padding: 1em 1em 15em 5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #000;
}

#logo-accueil
{
	position: absolute;
	top: 110px;
	right: 0px;
}
#entrer
{
	position: absolute;
	top: 250px;
	right: 0px;
}

#divmain {
	position: relative;
	width: 800px;
	height: 400px;
}

#diapo1 {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000;
}

#diapo2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #000;
}

#diapo3 {
	position: absolute;
	top: 130px;
	left: 150px;
	background-color: #000;
}

#diapo4 {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #000;
}

#diapo5 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #000;
}

a
{
	text-decoration: none;
	color: white;
	background: transparent;
}


a:hover
{
	color: #ccc;
}

