.numbers {
    border-style: ridge;
    border-width: 2px;
    border-color: #666666;
    background: #222222;
    padding: 2px 0px;
    width: 70px;
    text-align: center; 
    font-family: Arial; 
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
}
.title {
    border: none;    
    padding: 0px;
    width: 55px;
    text-align: center; 
    font-family: Tahoma;
    font-size: 14px; 
    font-weight: normal;
    color: #000;
    background: transparent;
}
#table {
    width: 400px;
    border: none;
    margin: 0px auto;
    position: relative;
    top: 0px;
    left: 0px;
}

div#conteneur{
	
	position:relative;
}
#bloc{	
	position:relative;

}