div#contenu .simu {
  border:1px solid #CBDDE9;
  background: #E3F0FE;
  color:#002F61;
  font-family:"Calibri";
  font-size:0.9em;
  width:710px;
  margin-left:12px;
  padding:10px;
  border-radius: 10px;
-moz-border-radius:10px;
}
div#contenu #resultat {
  margin: 10px 0 0 12px;
	padding: 9px;
	width: 710px;
	height: auto;
	background: #E3F0FE;
	border-radius: 10px;
	-moz-border-radius:10px;	
	font-size: 0.85em;
	color: #023262;
	border: 1px solid #CBDDE9;
}
div#contenu table td th {
  padding: 5px;
  border: 0px;
}
input.calculer {
  background: #002F61;
  color: #FFF;
  font-weight: bold;
  border:none;
  margin-top:10px;
}
input.calculer:hover {
  background: #F90;
  color: #FFF;
  font-weight: bold;
  border:none;
}
div#resultat {
  border:none;
}
div#resultat table th td {
  padding: 5px;
  border: 0px;
  text-align:left;
}
.tiny {
  font-size: 0.9em;
}
