﻿td, body {
	font-family: Arial;	
	font-size : 13px;
	color : #000000;
}
a {	
	font-family: Arial;	
	text-decoration : underline;	
	color : #000000;
	font-weight : bold;	
	font-style: normal;
}
a:Visited  {		
	text-decoration : underline;		
	color : #000000;
	font-weight : bold;	
	font-style: normal;
}
a:Active  {	
	text-decoration : underline;
	color : #000000;	
	font-weight : bold;	
	font-style: normal;
}
a:Hover  {
	color : #000000;
	font-weight : bold;
	font-style: normal;
	text-decoration:none;
}
.AW_Titre  {
	color : #000000;
	font-style : normal;
	font-weight : bold;
	font-size : 15px;
}
/*
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;
}
td.AW_Table_Entete {
	background-color: #BFD7EF;	
	font-weight : bold;
}
td.AW_Table_Ligne1 {
	background-color: #EFF4FA;
}
td.AW_Table_Ligne0 {
	background-color: #FFFFFF;
}

/* Ces 5 classes définissent les couleurs du tableau de la fiche avis*/
.AW_TableM {
	border: 1px solid #000000;
}
.AW_TableM_Entete {
	background-color: #9FA5A8;
	font-weight : bold;
}
.AW_TableM_Bloc1_Clair {
	background-color: #dbdfe0;
	font-weight : normal ;
}

.AW_TableM_Bloc2_Clair {
	background-color: #FFFFFF;
	font-weight : normal;
}
.AW_TableM_Bloc3_Clair {
	background-color: #dbdfe0;
	font-weight : normal;
}