

/* NO COMPTEUR */

div.kpz-recherche_resultats-no_compteur {
}



/* COMPTEUR */

div.kpz-recherche_resultats-compteur {
padding: 5px 0 10px 10px;
}

div.kpz-recherche_resultats-compteur p.infos {
padding-bottom: 5px;
font-size: .9em;
color: #666;
}

div.kpz-recherche_resultats-compteur ul.liste_pages {
height: 22px;
}

div.kpz-recherche_resultats-compteur ul.liste_pages li {
float: left;
margin-right: 9px;
width: 29px;
height: 29px;
text-align: center;
}

div.kpz-recherche_resultats-compteur ul.liste_pages li.active,
div.kpz-recherche_resultats-compteur ul.liste_pages li:hover
{
background-position: left bottom;
}

div.kpz-recherche_resultats-compteur ul.liste_pages li a,
div.kpz-recherche_resultats-compteur ul.liste_pages li div.points
{
display: block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
font-size: 1em;
color: #666;
border: 1px solid #666;
}

div.kpz-recherche_resultats-compteur ul.liste_pages li a:hover,
div.kpz-recherche_resultats-compteur ul.liste_pages li.active a
{
color: #fff;
background: #666;
}

div.kpz-recherche_resultats-compteur ul.liste_pages li a.fleche_prec {
background: transparent url(../img/kpz-recherche_resultats-fleche_prec.png) no-repeat center center;
}

div.kpz-recherche_resultats-compteur ul.liste_pages li a.fleche_suiv {
background: transparent url(../img/kpz-recherche_resultats-fleche_suiv.png) no-repeat center center;
}

div.kpz-recherche_resultats-compteur ul.liste_pages li a:hover {
text-decoration: none;
}



/* LISTE */

div#kpz-recherche_resultats h2 {
padding-bottom: 10px;
margin-bottom: 20px;
font-size: 1.4em;
color: #666;
font-weight: normal;
border-bottom: 1px dotted #999;
text-transform: uppercase;
}

div#kpz-recherche_resultats div.element {
padding: 10px 0;
border-bottom: 1px dotted #999;
}

div#kpz-recherche_resultats div.element_last {
border-bottom: none;
}

div#kpz-recherche_resultats div.element h4 {
font-size: 1.4em;
font-weight: normal;
color: #333;
}

div#kpz-recherche_resultats div.element h5 {
display: inline;
font-size: 1em;
font-weight: normal;
color: #333;
}

div#kpz-recherche_resultats div.element img {
float: left;
margin: 5px 5px 0 0;
width: 100px;
}

div#kpz-recherche_resultats div.element p {
padding: 5px 0;
color: #484848;
}

div#kpz-recherche_resultats div.element div.suite {
clear: left;
text-align: right;
}

div#kpz-recherche_resultats div.element div.suite a {
color: #56BA33;
}

