/* CSS Document */

/*style titre*/
.bigtitle {
	font-size:36px;
	font-weight:bold;
	color:#98B4DE;
	}

/*style du texte remarque de head*/
.headText {
	font-size:18px;
	font-weight:bold;
	color:#797CAA;
	font-style:italic;
	}

/* style de table generale */
#formTable {
	border:1px;
	background-color:#ffffff;
	}
	
#formTable tr {
	background-color:#DAEFF8;
	font-weight:bold;
	}
	
#lastTr td{
	background-color:#DAEFF8;
	}
	
#note {
	font-weight:lighter;
	font-style:italic;
	}
	
/* style de table de traitements */
#traitTable {
	border:0px;
	}
	
#traitTable tr {
	background-color:#B8E0F0;
	font-weight:normal;
	}
	
/*style de la table de head*/
#headTable {
	background-color:#F7F7FD;
	border-color:#E9E9E9;
	}
	

