.tous {
	border: 1px solid #000000;
	text-align: left;
}
.bas-droite-gauche {
	border-top: 0px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.haut-droite-bas {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px;
}
.haut-droite {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px;
	border-left: 0px;
}
.droite {
	border-right: 1px solid #000000;
	border-bottom: 0px;
	border-left: 0px;
}
.bas-gauche {
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.bas-droite {
	border-top: 1px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px #000000;
}
.bas {
	border-bottom: 1px solid #000000;

}