﻿/* CSS Document liens texte et photo*/
a span {
	display: none;
}
a:hover {
	background: none;
}
a:hover span {
	display: inline;
	position: absolute;
	left: 450px;
	width:auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: #660000;
	padding: 10px 20px 20px 20px;
}
