@charset "utf-8";
/* CSS Document */

#ligne_diaporama
{
	margin:auto;
	width:900px;
	height:80px;
	background-color:#cccccc;
}

#container_diaporama
{
	width:640px;
	float:right;
	height:80px;
}

#image_gauche,
#image_droite
{
	margin:10px 0px 7px 0px;
	float:left;
	width:48px;
	height:63px;
}

#image_gauche img,
#image_droite img,
#diaporama img
{
	cursor:pointer;
}

#diaporama
{
	float:left;
	width:544px;
	height:80px;
}

.photo
{
	margin:2px 6px 2px 6px;
	padding:4px 3px 3px 3px;
	float:left;
	width:86px;
	height:65px;
	border:2px solid #FFFFFF;
}

.photo:hover
{

	border:2px dotted;
}

