@charset "utf-8";
/* CSS Document */
Body
{
align: center;	
margin: 0;
padding: 0;
width: 100%;
}

#table {
align: center;
position: relative;
width: 100%;
max-width:800px;

}
#table2 {
align: center;
position: relative;
width: 100%;
max-width:1200px;

}

#button
{
position: absolute;
padding: 5%!important;
bottom: 0px;
left: 0px;

}

#button2
{
position: absolute;
padding-bottom:4%;
bottom: 0px;
right: 0px;
width: 30%;
}

#img2bis 
{

width:70%;

padding:0 0 1% 0;
}

#img2 
{

width:48%;
float: left;
padding: 1%;
}
#img2light
{

width:48%;
float: left;
padding: 1%;
}

#imglight 
{
display: block;
width:100%;
}
#img 
{
display: block;
width:100%;
}

.pointer
{
	cursor: pointer;
}