

A  {
	font-family : Arial;
	text-decoration : underline;
	font-size : 8pt;
	color : #999808;
	font-weight : bold;
	}


A:Visited  {
	text-decoration : underline;
	font-family : Arial;
	font-size : 8pt;
	color : #999808;
	font-weight : bold;
	}


A:Active  {
	text-decoration : underline;
	font-family : Arial;
	font-size : 8pt;
	color : #999808;
	font-weight : bold;
	}


A:Hover  {
	text-decoration : none;
	font-family : Arial;
	font-size : 8pt;
	color : #999808;
	font-weight : bold;
	}


BODY  {
	font-family : Arial;
	font-size : 8pt;
	color : #000000;
}


td  {
	font-size : 8pt;
	font-family : Arial;
	color : #000000;
}
.titrepage {
	color : #3CA41D;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;

	font-size : 9pt;
	text-transform: uppercase;
}
.AW_Titre  {
	color : #5A342B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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 #E99C10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
td.AW_Table_Entete {
	background-color: #E99C10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	color: #000000;
	
}	
td.AW_Table_Ligne1 {
	background-color: #FBEBCF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}	
td.AW_Table_Ligne0 {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}






/* Ces 5 classes définissent les couleurs du tableau de la fiche avis*/
.AW_TableM {
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
.AW_TableM_Entete {
	background-color: #CCD44A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	color: #000000;
}
.AW_TableM_Bloc1_Clair {

	background-color: #FBEBCF;
	font-weight : normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
.AW_TableM_Bloc2_Clair {
	background-color: #FDF5E7;
	font-weight : normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
.AW_TableM_Bloc3_Clair {
	background-color: #E2F1AE;
	font-weight : normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
.tab {
	border: 1px solid solid #E99C10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}