@import "grid.css";
/* Spé btn Front */
.grid_header { background-color:#efefef;}
.bloc_gridcontenu {  
	border: solid 2px transparent;
	border-bottom:solid 2px #efefef;
}
.grid_header>a {
	display:block;
	float:left;
	margin:5px 25px 0 25px;
	height:30px;
	width:30px;
	padding:0;
	background-repeat:no-repeat;
	background-position: center center;
}
.grid_header .sortable_handle {
	background-color:#faf56e;
	background-image: url(../img/move.png);
	cursor:move;
}
.grid_header .btn-primary {
	background-color:#55c1b8;
	background-image: url(../img/pencil.png);
}
.grid_header .btn-danger {
	float: right;
	background-color:#e94d08;
	background-image: url(../img/trash.png);
}
.body70 .grid {
	padding-top:60px;
	max-width:880px;
	margin: auto;
}