.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#documents_portfolio li {
  list-style: none;
  float: left;
  padding: 6px;
}
.container {
  background: #fff;
}
.footer {
  margin-top: 10px;
  box-shadow: 0 0 6px #aaaaaa inset;
}
.menu_articles li {
  clear: both;
  margin-bottom: 1.5em;
  list-style: none;
}
.menu_articles li h3,
.menu_articles li h2 {
  margin: 0;
}
.menu_articles li p {
  margin: 0;
}
.menu_articles li small {
  font-style: italic;
}
.menu_articles li .enclosures {
  float: right;
  text-align: right;
  max-width: 60%;
  margin: 0;
}
.spip_logos {
  border: 4px solid #FFFFFF;
  margin: 10px;
  box-shadow: 0 0 5px 1px #CFCFCF;
}
.spip_logos_right {
  width: 24%;
  float: right;
  border: 4px solid #FFFFFF;
  margin: 0 0 10px 24px;
  box-shadow: 0 0 5px 1px #CFCFCF;
}
#nav {
  margin: 5px 10px;
}
.nav-article {
  padding: 15px;
  margin-bottom: 0;
  font-family: "pt_sans_narrowregular", "univers condensed", "arial narrow", arial, sans-serif;
}
.nav-article > li > a,
.nav-article .nav-header {
  font-size: 18px;
  margin-left: -15px;
  margin-right: -15px;
}
.nav-article > li > a {
  margin-top: 6px;
}
.nav-article > li > a:hover {
  text-decoration: underline;
}
.nav-article > .active > a:before,
.nav-article > .active > a:hover:before,
.nav-article > .active > a:focus:before {
  content: '\2665';
}
.nav-article > .active > a:after,
.nav-article > .active > a:hover:after,
.nav-article > .active > a:focus:after {
  content: '\2665';
}
.cycle-slideshow {
  width: 100%;
  min-width: 200px;
  max-width: 1200px;
  margin: 0;
  padding: 0;
  position: relative;
}
/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img {
  /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
}
/* in case script does not load */
.cycle-slideshow img:first-child {
  position: static;
  z-index: 100;
}
.cycle-header {
  min-height: 320px;
}
