
/* FICHE */

#kpz-agenda_fiche h2 {
margin: 0;
}

#kpz-agenda_fiche p.date {
margin: 10px 0 0 0;
color: #666;
}

#kpz-agenda_fiche p.categorie {
margin: 0 0 10px 0;
color: #9a141c;
font-weight: bold;
}

#kpz-agenda_fiche a.site {
display: block;
color: #8da10b;
text-decoration: none;
font-weight: normal;
background-color: #fff;
background-position: center right;
background-repeat: no-repeat;
background-image: url(../img/puce_lien.gif);
}

#kpz-agenda_fiche a.site:hover {
text-decoration: underline;
}




/* COMPTEUR */

.kpz-agenda_fiche-compteur {
margin: 10px;
float: right;
}

.kpz-agenda_fiche-compteur p {
float: left;
padding: 0 5px 0 5px;
height: 12px;
line-height: 12px;
color: #cf7f0c;
}

.kpz-agenda_fiche-compteur a.tout {
display: block;
float: left;
margin: 0 15px 0 0;
padding: 0 0 0 18px;
color: #cf7f0c;
height: 12px;
line-height: 12px;
background: transparent url(../../partage/img/fleche_retour.png) no-repeat left top;
}

.kpz-agenda_fiche-compteur a.retour {
display: block;
float: left;
margin: 0 15px 0 0;
padding: 0 0 0 18px;
color: #cf7f0c;
height: 12px;
line-height: 12px;
background: transparent url(../../partage/img/fleche_retour.png) no-repeat left top;
}

.kpz-agenda_fiche-compteur a.tout:hover,
.kpz-agenda_fiche-compteur a.retour:hover
{
background-position: left bottom;
color: #cf7f0c;
text-decoration: underline;
}

.kpz-agenda_fiche-compteur a.precedent,
.kpz-agenda_fiche-compteur a.suivant {
display: block;
float: left;
width: 12px;
height: 12px;
background-color: transparent;
background-repeat: no-repeat;
background-position: center top;
}

.kpz-agenda_fiche-compteur a.precedent {
background-image: url(../../partage/img/fleche_prec.png);
}

.kpz-agenda_fiche-compteur a.suivant {
background: url(../../partage/img/fleche_suiv.png);
}

.kpz-agenda_fiche-compteur a.precedent:hover,
.kpz-agenda_fiche-compteur a.suivant:hover
{
background-position: center bottom;
}