 .vignette
{
	float:left;
	width:250px;
	height:300px;
	border:1px solid #2ecc71;
	margin-right:30px;
	margin-top:30px;
	margin-bottom:30px;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
	background:url('../images/background2.png');

}
.first-vignette
{
	margin-left:60px;
}
.vignette:hover
{
	
	background:#2ecc71;
	color:#fff;
	


}
.txt 
{
	
	width:200px;
	height:50px;
	margin:40px auto 0 auto;
	text-align: center;
}



.btn 
{
	width:175px;
	height:28px;
	margin:0px auto 0 auto;
	background:#fff;
	text-align: center;
	padding-top:7px;
	color:black;
	border:1px solid #2ecc71;
	/*-webkit-transition: background .3s ease-in;
    -moz-transition: background .3s ease-in;
    -o-transition: background .3s ease-in;
    transition: background .3s ease-in;*/
    
    cursor: pointer;
}
.btn:hover
{
	background:#fff;
	color:black;
	border:1px solid #ffffff;
}
.btn a 
{
	text-decoration:none;
	color:#000;
}
.img_he
{
	width:110px;
	height:110px;
	text-align: center;
	margin:0px auto 40px auto;

}
.img_he img
{
	max-width:110px;
	max-height:110px;
	
}