@charset "utf-8";
/* CSS Document */

body {
	font-family: verdana, Arial, sans-serif,
}
* {
	font-size:13px;
}
.titre{
clear:both;
font: verdana;
font-size: 13px;
text-align:center;
font-weight:bold;
margin: 5px;
}
a.photo {
position: relative;
text-decoration: none;
color: black;
}
a.photo span {
display: none;
}
a.photo:hover {
	background: none; /* correction d'un bug IE */
	z-index: 100;
	color: #009fe3;
	}
a.photo:hover span {
display: inline;
position: absolute;
color: red;
}
