html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
    
}

div{
	float:left;
	width:150px;
	height:150px;
	margin:3%;
	color:white;
	font-size:12px;
	text-align:center;
/*	animation: taille 5s infinit¨*/
}

/*
@-webkit-keyframes taille {
    from {width:150px; height:150px;}
    to {width:50px; height:50px;}
}

@keyframes taille {
    from {width:150px; height:150px;}
    to {width:50px; height:50px;}
}


div:active {
	font-size:24px;
	
}
*/
/*
div:hover{
	display:none;
}
*/
.d1{
	
}
.d2{
	
}
.d3{
	
}