.sol1{
	width:32px;
	height:32px;
	background:url('../img/sol1.png');
}

.vide{
	width:32px;
	height:32px;
	background:black;
}

.corrosion{
	width:32px;
	height:32px;
	background:url('../img/corrosion.png');
}

.trou{
	width:32px;
	height:32px;
	background:url('../img/trou.png');
}

.sang1{
	width:32px;
	height:32px;
	background:url('../img/sang1.png');
}

.sang2{
	width:32px;
	height:32px;
	background:url('../img/sang2.png');
}

.sang3{
	width:32px;
	height:32px;
	background:url('../img/sang3.png');
}

.rouille1{
	width:32px;
	height:32px;
	background:url('../img/rouille1.png');
}

.rouille2{
	width:32px;
	height:32px;
	background:url('../img/rouille2.png');
}

.sol2{
	width:32px;
	height:32px;
	background:url('../img/sol2.png');
}

.sol3{
	width:32px;
	height:32px;
	background:url('../img/sol3.png');
}

.sol4{
	width:32px;
	height:32px;
	background:url('../img/sol4.png');
}

.sol5{
	width:32px;
	height:32px;
	background:url('../img/sol5.png');
}
.mur_c{
	width:32px;
	height:32px;
	background:url('../img/mur_c.png');
}

.mur_h{
	width:32px;
	height:32px;
	background:url('../img/mur_h.png');
}


.mur_v{
	width:32px;
	height:32px;
	background:url('../img/mur_v.png');
}

.porte_gauche_ferme{
	width:32px;
	height:32px;
	background:url('../img/porte_gauche_ferme.png');
	cursor:pointer;
}

.porte_droite_ferme{
	width:32px;
	height:32px;
	background:url('../img/porte_droite_ferme.png');
	cursor:pointer;
}
.porte_haut_ferme{
	width:32px;
	height:32px;
	background:url('../img/porte_haut_ferme.png');
	cursor:pointer;
}

.porte_bas_ferme{
	width:32px;
	height:32px;
	background:url('../img/porte_bas_ferme.png');
	cursor:pointer;
}


.porte_gauche_ouvert{
	width:32px;
	height:32px;
	background:url('../img/porte_gauche_ouvert.png');
	cursor:pointer;
}

.porte_droite_ouvert{
	width:32px;
	height:32px;
	background:url('../img/porte_droite_ouvert.png');
	cursor:pointer;
}
.porte_haut_ouvert{
	width:32px;
	height:32px;
	background:url('../img/porte_haut_ouvert.png');
	cursor:pointer;
}

.porte_bas_ouvert{
	width:32px;
	height:32px;
	background:url('../img/porte_bas_ouvert.png');
	cursor:pointer;
}



.porte_gauche_ferme_possible{
	width:32px;
	height:32px;
	background:url('../img/porte_gauche_ferme_possible.png');
	cursor:pointer;
}

.porte_droite_ferme_possible{
	width:32px;
	height:32px;
	background:url('../img/porte_droite_ferme_possible.png');
	cursor:pointer;
}
.porte_haut_ferme_possible{
	width:32px;
	height:32px;
	background:url('../img/porte_haut_ferme_possible.png');
	cursor:pointer;
}

.porte_bas_ferme_possible{
	width:32px;
	height:32px;
	background:url('../img/porte_bas_ferme_possible.png');
	cursor:pointer;
}


.porte_gauche_ouvert_possible{
	width:32px;
	height:32px;
	background:url('../img/porte_gauche_ouvert_possible.png');
	cursor:pointer;
}

.porte_droite_ouvert_possible{
	width:32px;
	height:32px;
	background:url('../img/porte_droite_ouvert_possible.png');
	cursor:pointer;
}
.porte_haut_ouvert_possible{
	width:32px;
	height:32px;
	background:url('../img/porte_haut_ouvert_possible.png');
	cursor:pointer;
}

.porte_bas_ouvert_possible{
	width:32px;
	height:32px;
	background:url('../img/porte_bas_ouvert_possible.png');
	cursor:pointer;
}

.no_select
{
	cursor:pointer;

}

.select{
	cursor:pointer;
	background:url('../img/select.png');
}

.possible{
	background:url('../img/possible.png');
}

.des{
 background:url('../img/back_des.png') no-repeat black;
 width:157px;
 padding:23px 0 0 27px;
}

.selection{
 background:black;
 width:157px;
 height:200px;
}


