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

.ui-btn-inner {font-size: 0.50em !important;}

body {
    margin: 0px;
    font-family: Helvetica;
    width: auto;
    height: auto;
    min-height: 410px;
    
    background-color: #FFFF00;
}

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

#SimulationBox {
    border-width: 1px;
    border-color: black;
    width: 650px;
    height: 650px;
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom:0px;
    background-color: #FFFFFF;
    
/*
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0.3);
*/
}

#simulationCanvas {
/*
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
*/
    position: absolute;
    top: 5px;
    left: 5px;
    width: 380px;
    height: 380px;
    margin-right: auto;
    margin-bottom: auto;
    
    border-style: solid;
    border-width: 0px;
    border-color: rgba(0,0,0,0.3);
}

#simulationScrollCanvas {
/*
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
*/
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 590px;
    height: 150px;
    margin-right: auto;
    margin-bottom: auto;
    background-color: white;
    border-style: solid;
    border-width: 0px;
    border-color: rgba(0,0,0,0.3);
}


#ParametersBox {
    border-color: black;
    border-width: 1px;
    position: absolute;
    width: 500px;
    height:400px;
    opacity: 1;
/*
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
*/
    right: 5px;
    top: 0px;
    line-height: 16px;
    color: rgb(0, 0, 0);
    padding: 0px;
/*     background-color: #FFFF00; */
}

#StartStopBox 
{
    border-color: black;
    border-width: 1px;
    position: absolute;
    width: 240px;
    height:auto;
    opacity: 1;
/*
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
*/
    left: 5px;
    top: 5px;
    line-height: 16px;
    color: rgb(0, 0, 0);
    padding: 0px;

    
}

#ParametersBox1 {
    border-color: black;
    border-width: 1px;
    position: absolute;
    width: 240px;
    height:auto;
    opacity: 1;
/*
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
*/
    right: 5px;
    top: 5px;
    line-height: 16px;
    color: rgb(0, 0, 0);
    padding: 0px;
/*     background-color: #FFFF00; */
    
}

#ParametersBox2 {
    border-color: black;
    border-width: 1px;
    position: absolute;
    width: 240px;
    height:auto;
    opacity: 1;
/*
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
*/
    right: 5px;
    bottom: 5px;
    line-height: 16px;
    color: rgb(0, 0, 0);
    padding: 0px;
/*     background-color: #FFFF00; */
    
}


