BODY {
	COLOR: #003399;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-STYLE: normal;
}
A, vlink{COLOR: #0033FF; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; FONT-STYLE: normal; TEXT-DECORATION: none} 
A:hover , alink{FONT-FAMILY:Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; FONT-STYLE:normal; TEXT-DECORATION: underline}
/**** identique à .txt et plus standard ! ****/
p 
{
	COLOR: #003399;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-STYLE: normal;
} 

.ref {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #0033cc;
	/* remplacé color  #000099 par 	#0033cc */
}
a.ref, a.ref:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: bold; font-weight: normal} 
a:hover.ref { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color: #0000cc} 
a:hover.menu-item { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color: #0000cc} 

.encadré {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	background-color: #F4FAFD;
	border: 1px dotted;





}
.syntaxe {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #003399;
	background-color: #F3F3F3;
	border: 1px dotted;


}
.tableau-entete {

	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #6699CC;
	font-size: 12px;
	font-weight: normal;
}
.tableau-ligne1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003399;
	background-color: #FFFFFF;
}
.tableau-ligne2 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003399;
	background-color: #F4FAFD;
}

h1 {
font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #93ABFF; font-weight: bold;FONT-STYLE: normal;
}
/**** modifié la couleur color: #ADB8Db ***/
h2 {

COLOR: #990033; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 13pt; FONT-WEIGHT: bold
}
/**** identique à titre-rouge et plus standard ! ****/

h3 {
	COLOR: #003399;FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px; FONT-WEIGHT: bold
}
h4 {

	COLOR: #003399; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px
}
h5 {

	COLOR: #003399; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	list-style-position: outside;
	list-style-image:  url(../Data/puce2.gif); /*** déplacé depuis body ***/
	list-style-type: square;
	color: #003399;
	line-height: normal;
	text-transform: none;
	display: list-item;
	border: none;
	background-repeat: no-repeat;
}
ul ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	list-style-position: outside;
	color: #003399;
	line-height: normal;
	text-transform: none;
	display: list-item;
	border: none;
	background-repeat: no-repeat;
	list-style-image:  url(../Data/puce1.gif);
	list-style-type: circle;
	margin-left:1.25cm;
}

.commande {
	font-family: "Arial Narrow";
	font-size: 10.0pt;
	font-style: normal;
	font-weight: bold;
	color : #003399;
}
.programlisting {

	font-family: "Courier New", Courier, mono;
	font-size: 11pt;
	color : #003399;
	line-height:normal;
}

