@import "tabs.css";
@import "formfields.css";

Body {
	font-size: 10pt;
	font-family: Verdana;
}
input {
	font-size: 8pt;     
	font-weight: normal;    
}
.titreTab { 
	font-size: 8pt;    
	font-weight: bold;    
	color: #FFFFFF;
}

.txtTab6 { 
	font-size: 6pt;     
	font-weight: normal;    
	color: #000000;
}
.txtTab7 { 
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
}
.txtTab8 {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
.txtTab10 {
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

.txtTab8Bold {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
.txtTab10Bold {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.lien {
	cursor: pointer;
}


.tableFormulaire {
	background:#FBF6BA;
}
.sepFormulaire {
	background:#FEE6B3;
	height:1px;
}
.hautFormulaire {
	background:#D17601;
	height:1px;
}
.basFormulaire {
	background:#EC9B44;
	height:1px;
}
.noteFormulaire {
	background:#FEE6B3;
}
.mrkFormulaire {
	color:#D17601;
}
.rubriqueFormulaire {
	background:#FEE6B3;
}
.tableListe {
	background:#EC9B44;
}
.sepListe {
	background:#D17601;
	height:1px;
}
.titreListe {
	background:#D17601;
}
.totalListe {
	background:#EC9B44;
}
.ligneListe {
	background:#FBF6BA;
}
.ligneListe0 {
	background:#FBF6BA;
}
.ligneListe1 {
	background:#FEE6B3;
}
