*{
	font-family: Arial,sans-serif; font-size: 12px;
	
}


/* Tab1 2 et 3 permettent de gerer les bordures du tableau */
.tab{
	border: 1px solid black;
	border-bottom:none;
	border-top:none;
}

.tab2{
	border-top: 1px solid black;
}

.tabx{
 border-top: 1px solid black;
}


.radio {
	text-align:center;
}

/* Style du champ calcul */
.champcalcul{
	height: 80px;
	width: 100%;
	background-color: #DCDCDC;
	margin-left:5px;
}

/* Style du titre du tableau */
#titre{
	font-family: Arial,sans-serif; 
	font-size: 18px;
	font-weight: bold;
	color: #165672;
	padding-left:5px;
}