/* Styles pour les pages d'outils */

.fondTableau {
	width:70%;
}
.fondTableau th, .fondTableau td {
	border:1px solid #dbdbdb;
}
table {
	background-color:#dbdbdb;
	border-collapse:separate;
	border:none;
}
thead th, thead td {
	font-weight:bold;
}
caption, td, th {
	background-color:#FFF;
}
form table.type3 {
	background-color:#FFF;
	width:100%
}
form table.type3 th {
	width:50%;
}
form table.type3 thead th {
	text-align:center;
}
form table.type3 input[type="radio"] {
	width:10%;
}
table.calcul-detaille {
	background-color:#FFF;
}

table.sansBordure { background-color:#FFF;}

fieldset div.informations {
	background:#F7F8FA none repeat scroll 0 0;
	border:1px solid #DDE2E6;
	font-size:0.91em;
	margin-top:3px;
	padding:10px 8px;
	position:absolute;
	right:3%;
	top:0;
	width:27%;
}
