/*
Personnalisation : 
- Contour #3A5693
- Couleur bandeau Pied de page #3A5693
- Couleur texte Pied de page #3A5693
- Couleur titre ticket #FF6A00
- div.action h2 Fond Action / Nouveau ticket #FBA61C / Nouveau suivi #FBA61C / Nouvelle tache #3A5693 / Resolution - cloture #6FBE1E

*/

/*CUSTOM */

div.action h2{
   color : #FFF;
   background-color: #FF6A00;
   border: 1px solid #000000;
   font-size: 14px;
   font-weight: bold;
}

div.infoPrincipale {
   font-size: 12px;
}

table.cadre {
   border: 2px solid #3A5693;
}

h2 a {
   color: #3A5693;
   text-decoration: none;
   font-weight: bold;
   font-size: 13px;
}

/* SUIVIS */

div.suivis h2 {
   color: #FBA61C;
   font-weight: bold;
   font-size: 13px;
}

div.nbSuivis {
   color: #FBA61C;
   font-weight: bold;
}

/* TACHES*/

div.taches h2 {
   color: #3A5693;
   font-weight: bold;
   font-size: 13px;
}

div.nbTaches {
   color: #3A5693;
   font-weight: bold;
}

/*SOLUTION*/

div.solutions h2 {
   color: #6FBE1E;
   font-weight: bold;
   font-size: 13px;
}

/* SATISFACTION */

div.satisfactions h2 {
   color: #6FBE1E;
   font-weight: bold;
   font-size: 13px;
}

/* VALIDATION */

div.validations h2 {
   color: #6FBE1E;
   font-weight: bold;
   font-size: 13px;
}

span.orange {
   color: #FF6A00;
   font-weight: bold;
   font-size: 13px;
}

span.red {
   color: #FE1E1E;
   font-weight: bold;
   font-size: 13px;
}

/* SLA */

div.alert {
   color : #FE1E1E;
   font-weight: bold;
}

/* AUTRES INFOS */

div.legende {
   font-size: 13px;
   font-weight: bold;
   color: #3A5693;
}

/* FOOTER */

div.piedPage a {
   color: #FFF;
}


div.piedPage {
   /*color: #FFF;*/
   background: #3A5693;
}

/*END CUSTOM */