.cell_code {
    background-color: white;
    color: blue;
	Width: 80px;
}

.cell_nom {
    background-color: #eeebeb;
    color: blue;
	border-right: none;
}
.cell_titrecode {
    background-color: white;
    color: black;
	Width: 80px;
	Height: 25px;
	font-weight:bold;
	text-align: center;
}

.cell_nbjeux {
    background-color: white;
    color: blue;
	Width: 400px;
	Height: 30px;
	font-weight:bold;
	text-align: left;
}

.cell_titrenom {
    background-color: #eeebeb;
    color: black;
	text-align: center;
	font-weight:bold
}
#table_jeux th {
    border: 1px blue solid;
}

#table_jeux {
border-collapse: collapse;
    width: 100%;
}
#table_titrejeux {
    border-collapse: collapse;
    width: 100%;
}

#table_nbjeux {
    width: 100%;
}


#table_jeux td {
border-bottom: 1px blue solid;
border-left: none;
border-right: 1px blue solid;
border-top:none;
}

#table_titrejeux td {
    border: 1px blue solid;
}

#div_jeux {
    overflow: scroll;
    width:       400px;
    height:      430px;
    margin-left: 130px;
    border-left:      1px blue solid;
	border-top:      1px blue solid;
	border-bottom: 1px blue solid;
	border-right: 1px blue solid;
}

#div_titrejeux {
    width:       400px;
    height:      30px;
    margin-left: 130px;
	border:      1px white solid;
}

#div_nbjeux {
    width:       400px;
    height:      30px;
    margin-left: 130px;
	border:      none
}