
/* Il est possible de red„finir les balises td a */

body {
	background-color : "#FFFFFF";
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
}
A {
	text-decoration : underline;
	font-size : 8pt;
	color : #000000;
	font-weight : bold;
	font-style: normal;
}

A:Visited  {
	text-decoration : underline;
	font-size : 8pt;
	color : #000000;
	font-weight : bold;
	font-style: normal;
}

A:Active  {
	text-decoration : underline;
	font-size : 8pt;
	color : #000000;
	font-weight : bold;
	font-style: normal;
}

A:Hover  {
	text-decoration : underline;
	font-size : 8pt;
	color : #000000;
	font-weight : bold;
	font-style: normal;
}
.AW_Titre  {
	color : #000000;
	font-family :"Verdana, Arial, Helvetica, sans-serif";
	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 #EFA62C;
}
td.AW_Table_Entete {
	background-color: #EFA62C;
}	
td.AW_Table_Ligne1 {
	background-color: #FFFFFF;
}	
td.AW_Table_Ligne0 {
	background-color: #FAE4BF;	
}



/* Ces 5 classes d„finissent les couleurs du tableau de la fiche avis*/
.AW_TableM {
	border: 1px solid #EFA62C;
}
.AW_TableM_Entete {
	background-color: #EFA62C;
	font-size : 11pt;
}
.AW_TableM_Bloc1_Clair {
	background-color: #FFFFFF;
	font-weight : normal ;
}
.AW_TableM_Bloc2_Clair {
	background-color: #FAE4BF;
	font-weight : normal;
}
.AW_TableM_Bloc3_Clair {
	background-color: #FCEDD5;
	font-weight : normal;
}
.tab {
	border: 1px solid #EFA62C;
}