/*
#@plugins/spipr-doc/trunk/css/spipr_doc.less
*/
body {
  background-color: #ebebeb;
  width: auto;
}
.page {
  background-color: #ffffff;
}
.navbar-fixed-top {
  margin-bottom: 0;
}
#header {
  position: relative;
  text-align: left;
  padding-top: 66px;
  padding-bottom: 66px;
  background-image: -webkit-linear-gradient(left, #7f0c14 0%, #dd6a14 100%);
  background-image: -o-linear-gradient(left, #7f0c14 0%, #dd6a14 100%);
  background-image: linear-gradient(to right, #7f0c14 0%, #dd6a14 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f0c14', endColorstr='#ffdd6a14', GradientType=1);
  color: #ffffff;
}
#header .container {
  position: relative;
  z-index: 100;
}
#header .container .actions {
  position: absolute;
  bottom: -60px;
  right: -30px;
}
#header:after {
  background: url(//c-real.fr/plugins/spipr-doc/trunk/css/img/bs-docs-masthead-pattern.png) repeat;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 40;
  filter: alpha(opacity=4000);
}
#content,
#aside {
  margin-top: 22px;
}
#content {
  min-height: 660px;
}
#footer {
  border-top: 1px solid #d2d2d2;
  background-color: #ebebeb;
}
#footer .credits {
  margin-bottom: 0;
}
.page .doc-sidebar {
  margin-left: 0;
}
.doc-sidebar.affix {
  top: 60px;
}
.doc-sidenav {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}
.doc-sidenav > li > a {
  border: 1px solid #ebebeb;
  margin-top: -1px;
  padding: 8px 14px;
}
.doc-sidenav li:first-child a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.doc-sidenav li:last-child a {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* contenu */
.article {
  margin-bottom: 44px;
  position: relative;
}
.article.prop {
  opacity: 50;
  filter: alpha(opacity=5000);
}
.article > .article-header {
  color: #555555;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 22px;
}
.article .actions-moderer {
  position: absolute;
  top: 0;
  right: -30px;
}
.placeholder {
  font-size: 30px;
  float: right;
  clear: right;
  margin-right: -30px;
}
.formulaire_crayon .crayon-active {
  min-width: 10em !important;
}
@media (max-width: 767px) {
  #header .container .actions {
    right: -20px;
  }
  .article .actions-moderer {
    right: -20px;
  }
  .placeholder {
    margin-right: -20px;
  }
}
/* home */
.page_sommaire #header {
  padding: 132px 0;
}
.page_sommaire #header .container {
  text-align: center;
}
.page_sommaire #content {
  text-align: center;
}
/* impression : on supprime ce qui ne sert par sur du papier */
@media print {
  #nav,
  #aside,
  #footer,
  .download {
    display: none;
  }
  #content {
    width: 100%;
  }
}
body .spip-admin-float {
  top: 1.5em;
  margin-top: 16px;
}
.spip-admin-float .spip-admin-boutons {
  display: inline-block;
}
