/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/
#installations {
	position:relative; 
	width:760px; 
	height:450px; 
}
#installations img{
	border:2px solid #000; 
}
/*#installations .thumbsleft {
	position:absolute;
	top:0px;
	left:0px;
	width:80px; 
}
#installations .thumbsright {
	position:absolute;
	top:0px;
	left:670px;
	width:80px; 
}*/
.thumbsleft {
	position:absolute;
	top:0px;
	left:0px;
	width:80px; 
}
.thumbsright {
	position:absolute;
	top:0px;
	left:670px;
	width:80px; 
}

a.gallery, a.gallery:visited {
	float:left;
	position:relative; 
	display:inline; 
	width:80px;
	height:80px;
	margin:0 0 5px 5px;
	color:#000; 
	text-decoration:none; 
	border:2px solid #000; 
	cursor:default;
}

a.slidea {background:url(images/thumbs/mini/installations.jpg) no-repeat;}
a.slideb {background:url(images/thumbs/mini/installations1.jpg) no-repeat;}
a.slidec {background:url(images/thumbs/mini/installations2.jpg) no-repeat;}
a.slided {background:url(images/thumbs/mini/plan.jpg) no-repeat;}
a.slidee {background:url(images/thumbs/mini/installations3.jpg) no-repeat;}
a.slidef {background:url(images/thumbs/mini/installations4.jpg) no-repeat;}
a.slideg {background:url(images/thumbs/mini/installations5.jpg) no-repeat;}
a.slideh {background:url(images/thumbs/mini/installations6.jpg) no-repeat;}

a.gallery span {
	visibility:hidden;
	display:block; 
	position:absolute; 
	width:500px; 
	height:auto; 
	z-index:100;
	top:0px;
	left:0px;
	color:#000;
	font-size:12px;
	text-align:center;
	text-decoration:none;
}

a.slidea span{
	top:20px;
	left:110px;
}
a.slideb span{
	top:-40px;
	left:110px;
}
a.slidec span{
	top:-180px;
	left:110px;
}
a.slided span{
	top:-240px;
	left:110px;
}

a.slidee span{
	top:20px;
	left:-560px;
}
a.slidef span{
	top:-40px;
	left:-560px;
}
a.slideg span{
	top:-180px;
	left:-560px;
}
a.slideh span{
	top:-240px;
	left:-560px;
}

a.gallery:hover {
	white-space:normal; 
	z-index:100;
}

a.gallery:hover span {
	visibility:visible; 
	z-index:100;
}

a.gallery:hover span img {
	margin:10px; 
	position:relative; 
	z-index:100;
	border:2px solid #000;
}

a.gallery:active, a.gallery:focus {
	border:1px solid #c00; 
	z-index:10;
}

a.gallery:active span, a.gallery:focus span {
	visibility:visible; 
	z-index:10;
}

a.gallery:active span img, a.gallery:focus span img {
	position:relative; 
	margin:10px; 
	z-index:10;
}

.signature{
	clear:both;
}