body {
	/*background-color: #000000;*/
}

.img_photos{
  position:absolute;
  right:30em;
  top:11em;
  background-color:#ffff99;
}

#gallery {
	position: relative;
	margin-left:10px;
	width: 750px;
}

/*-----------largaur et elt flottant bloc des petites photos -------------*/
#thumbs {
	width: 100px;
	/*float: right; */
}

#thumbs p{
	width: 230px;
	/*float: right; */
}
/*-----------------------------------------------------------------*/

#thumbs a {
	display: block;
	/*float: right; */
	/*margin: 0 0 5px 5px;*/
        margin: 10px;
	width: 50px; /*80px;*/
	height: 50px; /*80px;*/
	/*border: 0px solid #000;*/
}
#thumbs a img {
	width: 50px;/*80px;*/
	height: 50px; /*80px;*/
	border: 0;
}
#thumbs a:hover {
	border-color: #ddd;
}

/*--------------------affichage de l'image au centre----------------*/
#thumbs a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	/*right: 18em; */
	left:37em;
	top: 12em;
	border: none; /*1px solid #333;*/
}
/*-------------------------------------------------------------------*/
