/* .ui-page { background: #ba4a4a;} */

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: 600px;
    height: 430px;
    position: absolute;
    bottom: 0px;
    margin: auto;
    right: 0px;
    left: 0px;
    top: 0px;

  	background-color: white;  
    
/*
    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: 288px;
    height: 288px;
    margin-right: auto;
    margin-bottom: auto;
  	background-color: white;  
}

#simulationVPCanvas {
/*
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
*/
    position: absolute;
    top: 5px;
    right: 5px;
    width: 288px;
    height: 288px;
    margin-right: auto;
    margin-bottom: auto;
    
}

#ContextualText
{
	position: absolute;
    bottom: 5px;
    left: 5px; /*5 + 288 + 30*/
    
    height: 100px;
    width: 288px;
    margin: auto;
    
    text-align: justify;
    font-family: 'Avenir', 'Open Sans', sans-serif;
    font-size: 15px;
    
    background-color: white;
    
/*      border:1px solid #828282; */
}


#ParametersBox {
    border-color: black;
    border-width: 1px;
    position: absolute;
    width: 258px;
    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: 0px;
    line-height: 16px;
    color: rgb(0, 0, 0);
    padding: 5px;
/*     background-color:rgba(0,0,0,0.05) */
}

