/* ----- GENERAL TAGS */
BODY, P, TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : Black;
}
BODY {
	background-color : #FFFFFF;
}
INPUT, TEXTAREA, SELECT {
	/*background : #FAFAFA;
	*/
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	border : 1px solid Gray;
}

/* ---- CLASS TABLO */
TABLE.tablo {
	background-color : White;
}

TABLE.tablo TH {
	background-color : #056B9E;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : White;
	text-align : left;
}
TABLE.tablo TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
}
TABLE.tablo TD.medium {
	background-color : #FFFFCC;	
}

/* ---- CLASS HEAD entête des chapitres */

TABLE.head TD { /* liseré */
	background-color : #9999ff;
}

TABLE.head TD.ident {
	/* liseré */
	background-color : #D8DFE4;
}

TABLE.head TH {
	background-color : #056B9E;
	font : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	text-align : left;
	font-size : xx-small;
}

/* ----- SPECIAL TAGS */

INPUT.id_input {
	width : 115px;	
}

INPUT.chkbox {
	border : none;
}

.titre {
	font-size : 15px;
	font-weight : bold;
}