#formulaire_reservation{
	display:none;
}

#b_repertoire_2{
	margin:0px 0px 10px 0px;
}
#t_facture td:first-child{
	width:120px;
}

/* Tableaux Prestations / Encaissements */
#facture h2{
	margin: 30px auto 10px auto;
	padding:5px;
	border: 1px solid black;
	color:#FFF;
	background: #AAA;
	border-radius:5px;	
}
#t_prestation,#t_encaissement{
	width:100%;
}
#t_prestation th,#t_encaissement th{
	font-size : 12px;
}
#t_prestation thead th,#t_encaissement thead th{
	border-bottom : 1px solid black;
}
#t_prestation td,#t_encaissement td{
	background : #EEE;
	text-align:center;
	border-bottom : 1px solid black;
}
#t_prestation tfoot th:nth-child(2),#t_encaissement tfoot th:nth-child(3){
	text-align:right;
}

.ligne_infos_cheque{
	display:none;
}

#facture_pdf{
	position:relative;
	top:10px;
	width:30px;
}