/* _________________________________ Style de l'intro  _________________________________*/

ul.introIcone {
	/*float:left;*/
	padding-top: 55px;
	background-position:center 0px;
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right:auto;
	/*margin-right: 20px;
	text-align: center;
	min-width:55px;*/
	
	text-align:center;
	list-style-type:none;
}


/* _____________________________ Style spécifique de l'intro ______________________________*/
li.introIcone{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	min-width:55px;
	text-align:center;
	padding-top: 55px;
	background-position:center 0px;
	background-repeat:no-repeat;
	margin-left: 20px;
}
li#introIconClient{
	background-image:url(../images/intro/client.png);
}
li#introIconFournisseur{
	background-image:url(../images/intro/fournisseurs.png);
}
li#introIconFactures{
	background-image:url(../images/intro/factures.png);
}

/* ___________________________ Style pour les labels ___________________________*/

label.labelOK{
}
label.labelError{
font-weight:bold;
color:#FF0000;
text-decoration:underline;
}

/* ___________________________ Style pour les Tables et Listes ___________________________*/
td.listHorizHeader{
	font-weight:bold;
	border-bottom:1px solid #000000;
}

td.listOddRow{
	background-color:#CCCCCC;
}
td.listEvenRow{
	background-color:#EEEEEE;
}

td.listOddRow2{
	background-color:#FDE9DB;
}
td.listEvenRow2{
	background-color:#E8AFAF;
}

td.listOddRow3{
	background-color:#defddb;
}
td.listEvenRow3{
	background-color:#afe8c7;
}

td.listRecapRow{
	background-color:#0099ff;
	color: #ffffff;
	font-weight: bold;
}
td.listGlobalRow{
	background-color:#0066CC;
	font-weight:bold;
	color:#FFFFFF;
}

td.subSectionBottom{
	border-top:1px dotted #000066;
}
tr.factureDetailleFileRow{
}
tr.factureDetailleFileRow:hover{
	background-color:#e0e0da;
	border-bottom:1px solid black;
}
.buttonIconRappel{
	background-image:url(../images/icone/rappel.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 26px;	
}