/* CSS Document */
/***********************************************/
/* liste.css version 2.0                       */
/* bureau outils intranet asmeg.org            */
/* auteur: Jerome Travers                      */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*********************************/
/*      listes et tableaux       */
/* *******************************/

.liste {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 2px;
	margin-right: 1px;
	position: relative;
	z-index:3;
	/*width: 100%;*/
}

.liste img {
	vertical-align: middle;
}

.liste table {
	font-family: inherit;
	font-size: 100%;
	padding: 0px;
	/*border-collapse: collapse;*/
	width: 100%;
}

.liste table th {
	background-color: #f0f0f0;
	background: url("../images/table_th.gif") repeat-x left bottom;
	color: #000;
	vertical-align: middle;
	font-weight: bold;
	padding: 4px 0 10px 4px;
}

.liste table th a {
	color: #000;
	text-decoration: none;
}

.liste table td {
	padding: 5px;
	line-height:1.2em;
	/*vertical-align: top;*/
	border-bottom: #e4e4e4 1px solid;
}

.liste table tr.blanc {
	background-color: #fff;
}

.liste table tr.gris {
	background-color: #f8f8f8;
}

.liste table td.centre {
	vertical-align: middle;
}

.liste table td.rightalign, .liste table th.rightalign {
	text-align: right;
	padding-right: 0.5em;
}

.liste table th.leftalign {
	text-align: left;
	padding-left: 0.5em;
}


.liste table td.centrer {
	text-align: center;
}

.liste table .bold {
	font-weight: bold;
}


.nom{
	font-weight: bold; 
	color: #000;
	text-align: left;
}

.info{
	color: #FFF;
	font-size: 9px;
	background-color: #555544;
	text-align: center;
}

.date{
	color: #000;
	text-align: center;
}

.euros{
	color: #000;
	text-align: right;
}

.total{
	color: #000;
	text-align: right;
	font-weight: bold;
}

.result{
	background: url("../images/resultat.png") repeat;
}


.liste2 {
	width: 70%;
}

.liste2 table {
	font-family: inherit;
	font-size: inherit;
	padding: 0px;
	border-collapse: collapse;
}

.liste2 table .bold {
	font-weight: bold;
}

.liste2 table td {
	padding: 5px;
}

/*----- fin listes -----*/

