

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

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

p {
    margin: 10px 200px;
}

.ecrit:hover {
	
	opacity: 100;
}


img:active
{
   transform: scale(2);
}



