body{
    background-image: url("gifneige3.gif"); background-repeat: repeat; } 
    margin-top: 40px;
}

.ecrit { 
    color: black;
    width: 20px;
    height: 25px;
    background: transparent;
    transition: all 10s ease-out;
    font-family: 'courier', serif;
    font-size: 12px;
}

p {
    margin: 10px 300px;
}

.ecrit:hover {
	
	opacity: 100;
}









