

/* Il est possible de redéfinir les balises td a */

body {
	font-family: Arial, Helvetica, sans-serif;;
	font-size : 8pt;
	color : #000000;
	scrollbar-face-color:#7fc31c;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF ;
	scrollbar-3dlight-color: #7fc31c;
	scrollbar-darkshadow-color: #7fc31c;
}
td {
	font-family: Arial, Helvetica, sans-serif;;
	font-size : 8pt;
	color : #000000;
}
A {
	text-decoration : underline;
	font-size : 8pt;
	color : #6d9d26;
	font-style: normal;
}


A:Visited  {
	text-decoration : underline;
	font-size : 8pt;
	color : #6d9d26;
	font-style: normal;
}


A:Active  {
	text-decoration : underline;
	font-size : 8pt;
	color : #6d9d26;
	font-style: normal;
}



A:Hover  {
	text-decoration : underline;
	font-size : 8pt;
	color : #6d9d26;
	font-style: normal;
}
.AW_Titre  {
	color : #000000;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
}


/*
Les 4 classes suivante concernent les tableau de listes des avis.
Par exemple lorsque on affiche la liste des avis en cours 
*/
table.AW_Table {
	border: 1px solid #000000;
	font-size : 8pt;
}
td.AW_Table_Entete {
	background-color: #bfe18d;
	font-size : 8pt;
	font-weight: bold;
	color: #000000;
	
}	
td.AW_Table_Ligne1 {
	background-color: #eeeeee;
	font-size : 8pt;
}	
td.AW_Table_Ligne0 {
	background-color: #FFFFFF;
	font-size : 8pt;
}






/* Ces 5 classes définissent les couleurs du tableau de la fiche avis*/
.AW_TableM {
	border: 1px solid #000000;
	font-size : 8pt;
}
.AW_TableM_Entete {
	background-color: #bfe18d;
	font-size : 8pt;
	font-weight: bold;
	color: #000000;
}
.AW_TableM_Bloc1_Clair {
	background-color: #eeeeee;
	font-weight : normal ;
	font-size : 8pt;
}
.AW_TableM_Bloc1_Fonce {
	background-color: #FFFFFF;
	font-weight : normal ;
	font-size : 8pt;
}
.AW_TableM_Bloc2_Clair {
	background-color: #eeeeee;
	font-weight : normal;
	font-size : 8pt;
}
.AW_TableM_Bloc3_Clair {
	background-color: #f1cc85;
	font-weight : normal;
	font-size : 8pt;
}
.tab {
	border: 1px solid #000000;
	font-size : 8pt;
}
