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

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

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

.liste {
	margin: 0pt;
	position: relative;
	z-index:3;
	/*width: 100%;*/
	width:620px;
}

.liste img {
	vertical-align: middle;
}

.liste table {
	font-family: inherit;
	font-size: 100%;
	padding: 0px;
	table-layout:auto; /* à  rajouter*/   width: 620px;/* à modifier de100% --> 620px */

}

.liste table th {
	background-color: #f0f0f0;
	color: #000;
	vertical-align: middle;
	font-weight: bold;
	padding: 5pt;
	border-bottom: #000 1px solid;
	font-size: 10px;/* à  rajouter*/
}

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

.liste table td {
	padding: 5pt;
	line-height:1.2em;
	border-bottom: #000 1px solid;
	font-size: 11px; /* à  rajouter*/

	/*vertical-align: top;*/
}

.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: #EEE;
}


.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 -----*/

