.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

body {
    color: black;
    background-color: rgb(172, 172, 172);
}

table.body {
    background-color: rgb(91, 91, 91);
    width: 100%; 
    height: 100%;
    text-align: left;
    margin-left: auto; 
    margin-right: auto;
    padding: 10px;
    border: 1px solid black;
    border-spacing: 2px;
}

table.main {
    background-color: rgb(255, 220, 171); 
    text-align: left; 
    margin-left: auto; 
    margin-right: auto; 
    height: 100%; 
    width: 100%;
    padding: 10px;
    border: 0px solid black;
    border-spacing: 2px;
}

td.logo {
    text-align: center;
}

td.title {
    text-align: center;
    vertical-align: middle;
}

img.logo_idx_vtr {
	border: 1px solid;
	width: 450px;
}

img.logo_idx_sqr {
	border: 1px solid;
	width: 150px;
}

img.logo_idx_rct {
	border: 1px solid;
	width: 300px;
}

table.section {
	text-align: left; 
    padding: 2px;
}

td.legend {
    vertical-align: middle;
    padding: 5px;
}

td.twistyPuzzle {
    text-align: center; 
    vertical-align: top;
    padding: 5px;
}

a:link {
  color: blue;
} /* Liens non visités */
a:visited {
  color: purple;
} /* Liens visités */
a:active {
  color: blue;
} /* Liens actifs */
  
