/* line 1, ./views/stylesheets/pagination.sass */
.pagination, .filtre {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 1em;
}
/* line 6, ./views/stylesheets/pagination.sass */
.pagination a, .pagination span, .pagination em, .filtre a, .filtre span, .filtre em {
  padding: 0.2em 0.3em;
}
/* line 8, ./views/stylesheets/pagination.sass */
.pagination span.disabled, .filtre span.disabled {
  color: #aaaaaa;
}
/* line 10, ./views/stylesheets/pagination.sass */
.pagination em, .filtre em {
  font-weight: bold;
  background: transparent url(/images/apple-circle.gif) no-repeat 50% 50%;
}
/* line 13, ./views/stylesheets/pagination.sass */
.pagination a, .filtre a {
  text-decoration: none;
  color: black;
}
/* line 16, ./views/stylesheets/pagination.sass */
.pagination a:hover, .pagination a:focus, .filtre a:hover, .filtre a:focus {
  text-decoration: underline;
}

/* line 19, ./views/stylesheets/pagination.sass */
.filtre {
  background: #fcfcfc;
  border: 1px solid #e5e5e5;
  text-align: left;
  margin-top: 0.2em;
  margin-bottom: 1em;
}
/* line 25, ./views/stylesheets/pagination.sass */
.filtre .criteria, .filtre h2 {
  display: block;
  margin-top: 0.4em;
}
/* line 28, ./views/stylesheets/pagination.sass */
.filtre input[type=submit] {
  margin-top: 1em;
  display: block;
  float: right;
}
/* line 32, ./views/stylesheets/pagination.sass */
.filtre option {
  margin-bottom: 0.4em;
  width: 150px;
  margin-left: 10px;
}
/* line 36, ./views/stylesheets/pagination.sass */
.filtre input {
  width: 80px;
}
/* line 38, ./views/stylesheets/pagination.sass */
.filtre h1 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
/* line 41, ./views/stylesheets/pagination.sass */
.filtre h2 {
  font-size: 1.2em;
}

