a img:hover {
	opacity:0.6;
}

.cursor {
cursor: url("images/pt/detail.png"), pointer;	
}

.legende {
    opacity: 0; /*pour qu'on ne le voit pas, tant que ce n'est pas survollé*/
	align : center;
    transition: all 0.6s ease; /*temps d'apparition au survol*/
}

.survol:hover .legende {
    opacity: 0.9; /*opicité du fond lorsqu'il apparaît, si y a 0.9 c'est qu'il est un peu transparent*/
} 

.textegris, .legende {
    text-align: left;
}

.textegriclair {
	color: #7f7fef;
}


#sidebar {
	float: right;
	line-height: 1.4;
	 font-size: 14px;

  margin-left: 50px;
  list-style: none;
  color: #fff;
  width: 180px;
  font-family: SimplonNormRegular, Helvetica, Arial, sans-serif;
  color: #0000DC;

}

.navigation ul {
	list-style-type: none;
	
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
  text-decoration: underline;
	cursor: pointer;
}
