#div_resultat
{
	min-height: 95%;
}
#controles
{
	position: absolute;
	width: 100%;
	bottom: 0;
}

#variables, #nombres_depart, #nombre_arrivee
{
	position: relative;
	top: 0;
	left: 0;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
}
#variables
{

}
#variables h5, #nombres_depart h5, #nombre_arrivee h5
{
	font-size: 1.5em;
}
#nombres_depart h5
{
  margin: 0;
  margin-top: 2px;
  margin-bottom: 2px;
}
#nombres_depart
{
  background: #2d407f;
  background: linear-gradient(to bottom, #2d407f 0%,#26366c 44%,#1b2853 100%);
  color: white;
  padding: 2px;
  border-radius: 4px;
  z-index: 1000;
  border: 1px dashed gray;
  /*box-shadow: 0px 0px 2px 2px #aa5555;*/
}
#nombres_depart .variable
{
  background: #2d407f;
  background: linear-gradient(to bottom, #2d407f 0%,#26366c 44%,#1b2853 100%);
  margin-top: 3px;
  display: inline-block;
}
#nombres_depart input
{
display: inline-block;
color: white;
background: none;
border: none;
border-bottom: 1px solid white;
font-size: 1.5em;
width: 3em;
text-align: center;
}
#nombre_arrivee
{
  background: #2d7f40;
  background: linear-gradient(to bottom, #2d7f40 0%,#266c36 44%,#1b5328 100%);
  color: white;
  padding: 2px;
  border-radius: 4px;
  z-index: 1000;
  border: 1px dashed gray;
  /*box-shadow: 0px 0px 2px 2px #aa5555;*/
}
#nombre_arrivee h5
{
  display: inline-block;
  margin-bottom: 1em; 
}
#nombre_arrivee_valeur
{
  margin-left: 1em;
  font-size: 3em;
}