/* .ui-page { background: rgb(128,128,128);} */

/* .ui-btn {width:100px; height: 20px; font-size: 8px;  line-height:20% } */

body {
    margin: 0px;
    font-family: Helvetica;
    width: auto;
    height: auto;
    min-height: 0px;
}

#TitreSimulation {
	font-family: HelveticaNeue-UltraLight, Helvetica Neue Ultra Light;
	text-align: center;
	font-size: 2em;
}

#SimulationBox {
    border-width: 1px;
    border-color: black;
    width: 606px;
    height: 645px;
    position: absolute;
    bottom: 0px;
    margin: auto;
    right: 0px;
    left: 0px;
    top: 0px;
    
    background-color:#FFF;
    
/*
    border-style: solid;
    border-width: 1px;

    border-color: rgba(0,0,0,0.3);
*/
/* 	background-color:rgb(1,0,0); */
}


#SimulationCanvas {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 580px;
    height: 580px;
    
    border-style: solid;
    border-width: 0px;
    border-color: rgba(0,0,0,0.3);
}

#SimulationCanvasScroll {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 400px;
    height: 150px;
    
}

#ParametersBox {
    border-color: black;
    border-width: 1px;
    position: absolute;
    width: 596px;
    height:auto;
    opacity: 1;
    left: 5px;
    bottom: 5px;
    color: rgb(0, 0, 0);
/*     background-color:rgba(0,0,0,0.5) */
}

