@CHARSET "UTF-8";

.boutonconfig {
	text-align: center; 
	width: 30%; 
	display: block;	
	margin-right: 5px;
	margin-bottom: 5px;
}

a.boutonconfig {
	width: 100%;
	
	
}

a.boutonconfig:hover {
	display: inherit;
	border-top:1px #DBDBDB solid;
	border-left:1px #DBDBDB solid;
	border-bottom:1px #868686 solid;
	border-right:1px #868686 solid;
}