/*
La feuille de style pour la fiche incident
*/

tr.enteteTableauFicheIncident{
	font-family: Tahoma;
	font-size: 13px;
	color: white;
	text-align: left;
	background-color: #4e6c8b;
}

td.styleCelluleMilieuFiche{
	background-color: #ffffff;	
}

td.styleCelluleMilieuFicheBleuClair{
	background-color: #d8e1fe;	
}

td.styleCelluleMilieuFicheBlanc{
	background-color: #ffffff;	
}

td.styleCelluleEnteteTraitement{
	font-family: Tahoma;
	font-size: 13px;
	color: white;
	background-color: #4e6c8b;
}

/*Couleurs de fond de la priorité de l'incident*/
i.stylePrioriteBasse{
	vertical-align: top;
    text-align: center;
	background-color: #faeac9;
}

i.stylePrioriteNormale{
	vertical-align: top;
    text-align: center;
	background-color: #d8e1fe;
}

i.stylePrioriteHaute{
	vertical-align: top;
    text-align: center;
	background-color: #ffba75;
}

i.stylePrioriteCritique{
	vertical-align: top;
    text-align: center;
	background-color: #ff6868;
}

/*Couleur de fond par défaut de la priorite*/
i.stylePrioriteParDefaut{
	vertical-align: top;
    text-align: center;
	background-color: #ffffff;
}

/*Style pour la liste des pièces envoyés au client*/
table.styleTabPiecesEnvoyes{
	width: 100%;
	border-collapse: collapse;
	border: thin solid #6495ed;
	text-align: center;
	background-color: #ffffff;
}

td.styleCellTabPiecesEnvoyes {
	border: thin solid #6495ed;
	width: 50%;
}

/*Style pour la liste des pièces jointes à un traitement*/
table.styleTabPJ{
	width: 100%;
	border-collapse: collapse;
	border: thin solid #6495ed;
	text-align: center;
	background-color: #ffffff;
}

td.styleCellTabPJ{
	border: thin solid #6495ed;
	width: 50%;
}

/*Style tab CheckList*/
table.styleTabCheckList{
	width: 100%;
	border-collapse: collapse;
	border: thin solid #6495ed;
	text-align: center;
	background-color: #ffffff;
}

td.styleCellTabCheckList{
	border: thin solid #6495ed;
	width: 50%;	
}
