﻿/* ImagesSlideShow */

#Issbloc
{
	width: 306px;	
	height: 326px;
	margin-bottom: 10px;
	position: relative;
}

#Issbloc div.Issfond
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 222px;
	background: black;
}

div.Iss
{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	border: 10px solid #27384a;
	font-size: 1px;
	background-color:White;
}

div.NoIss
{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	border: 10px solid #27384a;
	font-size: 1px;
	background-color:White;
}

div.ongletIss
{
	float: left;
	width: 82px;
	height: 62px;
	border: 10px solid #6e7d90;
	cursor: pointer;
}

div.ongletIss:hover, div.ongletIss.active
{
	background: black;
	border: 10px solid #27384a;
}
