/* CSS Document */
a.collection, a.materiau, a.articles {
	display:block;
	margin: 0px;
	height: 110px;
	width: 304px;
	padding: 0px;
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
	color: #204875;
	text-decoration: none;
	background-repeat: no-repeat;
}
a.collection {
	background-image: url(images/produits/collection.jpg);
}
a.collection:hover {
	background-image: url(images/produits/collection_over.jpg);
	background-repeat: no-repeat;
	color: #DB8C4A;
}
a.materiau {
	background-image: url(images/produits/materiau.jpg);
}
a.materiau:hover {
	background-image: url(images/produits/materiau_over.jpg);
	background-repeat: no-repeat;
	color: #DB8C4A;
}
a.articles {
	background-image: url(images/produits/articles.jpg);
}
a.articles:hover {
	background-image: url(images/produits/articles_over.jpg);
	background-repeat: no-repeat;
	color: #DB8C4A;
}
a.info {
   position: relative;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	display: block;
	margin: 0px;
	padding: 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1;
}
a.info span {
	display: none;
}
a.info:hover {
	background: url(images/puce5.gif) no-repeat left center;
	z-index: 50;
	padding-left: 10px;
}
a.info:hover span {
	color: #000;
 	white-space: nowrap; 
	z-index: 500;
   	display: block; 
   	position: absolute;
   	top: 20px; 
   	left: 40px;
   	background:#FFF; 
   	padding: 5px;
   	border: 1px solid #5D779A;
}

