/***************************************************/
/*Sprite appel */
/***************************************************/

.ui-header .logo,
.ui-header #tetiereLogo .lien,
.ui-content .onglet,
.ui-footer li {
    background: url("../images/co-sprite.png") no-repeat scroll transparent;
}

/***************************************************/
/* Couleurs générales */
/***************************************************/

header,
#tetiereLogo,
#navigation-listCommunes ul.navListCommunes,
#navListCommunes {  /* degradé têtière */
  background: #e2001a; /* Old browsers */
  background: -moz-linear-gradient(top, #94211c 0%, #e2001a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94211c), color-stop(100%,#e2001a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #94211c 0%,#e2001a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #94211c 0%,#e2001a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #94211c 0%,#e2001a 100%); /* IE10+ */
  background: linear-gradient(to bottom, #94211c 0%,#e2001a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94211c', endColorstr='#e2001a',GradientType=0 ); /* IE6-9 */
}

#navigation li.selected a,
#navigation li a:active,
#navigation li a:hover,
.ui-footer li a:hover,
ul.breadcrumb li a {
  color: #009EE0 !important; /* bleu clair */
}

.ui-footer.detail li.selected,
.ui-footer li.selected,
.ui-footer li a:active,
.item-comments {
  color: #E2001A; /* Bleu */
}
.ui-header #tetiereLogo a.logo{position: absolute;display:block;text-indent:-90000em;background-position: center -433px;width: 160px;right: 0;height: 46px;}