

/* Il est possible de redéfinir les balises td a */


body {
	font-family: Verdana;
	font-size : 10px;
	color : #000000;
	line-height: 14px
}
td {
	font-family: Verdana;
	font-size : 10px;
	color : #000000;
	line-height: 14px
}
A {
	color:#fe9714;
	font-weight: bold;
	text-decoration:none;
}


A:Visited  {
	color:#fe9714;
	font-weight: bold;
	text-decoration:none;
}


A:Active  {

	color:#fe9714;
	font-weight: bold;
	text-decoration: underline;
}


A:Hover  {
	color:#fe9714;
	font-weight: bold;
	text-decoration:none;
}
.AW_Titre  {
	font-family: Verdana;
	font-size: 12px;
	color: #60AA29;
	line-height: 20px;
	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 #fabf48;
	font-family: Verdana;
}
td.AW_Table_Entete {
	background-color: #fabf48;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
	
}	
td.AW_Table_Ligne1 {
	background-color: #fdecc8;
	font-family: Verdana;
}	
td.AW_Table_Ligne0 {
	background-color: #ffffff;
	font-family: Verdana;
}


/* Ces 5 classes définissent les couleurs du tableau de la fiche avis*/
.AW_TableM {
	border: 1px solid #fabf48;
	font-family: Verdana;
}
.AW_TableM_Entete {
	background-color: #fabf48;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
}
.AW_TableM_Bloc1_Clair {
	background-color: #ffffff;
	font-weight : normal ;
	font-family: Verdana;
}
.AW_tableM_Bloc1_Fonce {
	background-color: #fdecc8;
	font-weight : normal ;
	font-family: Verdana;
}
.AW_TableM_Bloc2_Clair {
	background-color: #fdecc8;
	font-weight : normal;
	font-family: Verdana;
}
.AW_TableM_Bloc3_Clair {
	background-color: #ffead0;
	font-weight : normal;
	font-family: Verdana;
}
.tab {
	border: 1px solid #fabf48;
	font-family: Verdana;
}