body
{
	background-image: url("../images/bg_petits_carreaux.gif");
	margin-left: 0px;
	margin-top: 0px;
	font-family: "Verdana";
	font-size: 10pt;
	font-color: darkblue;
}
h1
{
	font-family: "Verdana";
	font-size: 12pt;
	font-variant: small-caps;
	font-stretch: narrower;
	color: darkblue;
}
h2
{
	font-family: "Verdana";
	font-size: 10pt;
	color: darkblue;
}
p
{
	font-family: "Verdana";
	font-size: 12pt;
	font-color: darkblue;
}
input
{
	border-style:solid;
	border-color:#88B4D5;
	padding-left: 3pt;
	color:#000000;
	background-color:#ffffff;
	font-size:12px;
	font-family:Verdana;
	font-weight: bold;
}
textarea
{
	border-style:solid;
	border-color:#88B4D5;
	padding-left: 3pt;
	color:#000000;
	background-color:#ffffff;
	font-size:12px;
	font-family:Verdana;
	font-weight: bold;
}
select
{
	border-style:double;
	border-color:#ffcc00;
	padding-left: 3pt;
	color:#000000;
	background-color:#ffffff;
	font-size:12px;
	font-family:Verdana;
	font-weight: bold;
}

/* BLOCS D'AFFICHAGE */
TABLE.bloc
{
	border: 1px solid #88B4D5;
	background-color: #88B4D5;
}
TD.bloc_moyen
{
	background-color: #88B4D5;
	font-family: "Verdana";
   	font-size: 10pt;
   	color: darkblue;
}
TD.bloc_clair
{
	background-color: #EAF5FD;
	font-family: "Verdana";
   	font-size: 10pt;
   	color: darkblue;
}
TD.texture_verticale_claire
{
	background-image: url("../images/fond_cellule1.gif");
	background-color: #FFFFFF;
	font-family: "Verdana";
   	font-size: 10pt;
   	color: darkblue;
}
TD.bloc_medium
{
	background-color: #DEE3E7;
}

/* Listes (tableaux) */
TABLE.liste
{
	background-color: #FFFFFF;
   	cellspacing: 1px;
   	cellpadding: 3px;
}
TH.entete_foncee
   {
   background-image: url("../images/fond_tableau_fonce.gif");
   align: center;
   height:19pt;
   font-family: "Verdana";
   font-size: 10pt;
   color:white;
   }
TH.entete
   {
   background-image: url("../images/fond_tableau_moyen.gif");
   align: center;
   height:19pt;
   font-family: "Verdana";
   font-size: 10pt;
   color: darkblue;
   }
TD.ligne_paire
   {
   height:19pt;
   font-family: "Verdana";
   font-size: 10pt;
   background-color: #EEF2F7;
   color: darkblue;
   }
