
table {
border-collapse: collapse;
}

td {width: 45px; height: 45px; text-align: center;}
.morpion
{
min-width: 45px;
min-height: 45px;
}
input
{
border : none ;
}
.normal
{
border-bottom: 1px black solid ;
border-right: 1px black solid ;
}

.bordure, .morpion
{
border : 1px black solid;
}

.right
{
	border-right : 3px solid black ; 
	border-bottom: 1px black solid ;
}
.right_no
{
	border-right : 3px solid black ; 
	border-bottom : none ; 
}

.top
{
	 border-top : 3px solid black ; 
}

.no_right
{
	border-right : none;
	border-bottom: 1px black solid ;
}

.no_bottom
{
border-right : 1px black solid;
border-bottom : none ;
}

.nothing
{
border-right : none ;
border-bottom : none ;
}


