.tableau_liste
{
	padding:5px;
	width:100%;
	color:black;
	background:#fff;
}
.tableau_am
{
	border:1px solid black;
	width:100%;
	color:black;
	background:#cecece;
	padding:10px;
}
.tableau_am .libelle
{
	color:#765;
	font-weight:bold;
}
.tableau_am .erreur
{
	color:red;
	font-weight:bold;
}
.tableau_liste a
{
	color:darkblue;
	text-decoration:none;
}
.tableau_liste th
{
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; 
	font-size: .8em;
	text-align:left;
	white-space:nowrap;
	
}
.tableau_liste td
{
	padding-left:5px;
}
.line1
{
	background:#e3e3e3;
	color:black;
	border-bottom :1px solid white;
	line-height:20px;
}
.line2
{
	background:#f7f7f7;
	color:black;
	border-bottom :1px solid white;
	line-height:20px;

}
.line_over
{
	background:#3d80df;
	color:white;
	border-bottom :1px solid white;	
	line-height:20px;
}
.line1 td
{
	border-bottom :1px solid white;	
}
.line2 td
{
	border-bottom :1px solid white;	
}
.line_over td
{
	border-bottom :1px solid white;	
}