body{
	background-color: white;
	margin-top: 40px;
}

.ecrit { 
	color: black;
	width: 20px;
	height: 25px;
	background: transparent;

	font-family: Courier New
}

.ecrit:hover {
	
	opacity: 100;
}




 
.effet:hover {
    opacity: 0.9; /* opacite au survol */
    -ms-filter:"prodig:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* Hack IE 8 */
    filter: alpha(opacity = 90); /* Hack IE 5-7 */
}

