#contenu h1 {
  MARGIN-top: 0px;
  margin-bottom: 10px;
  FONT-WEIGHT: bold;
  FONT-SIZE: 14px;
  MARGIN-BOTTOM: 15px;
  COLOR: #666666;
  TEXT-ALIGN: left;
  padding-top: 10px;
  padding-left: 10px;
}
#contenu h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #666666;
}
#contenu h2 span {
  display: none;
}
#ariane {
  margin-bottom: 10px;
  margin-top: 10px;
}
#contenu p {
  margin-bottom: 10px;
}
#contenu ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
table.liste,
table.fiche {
  background-color: #FBFBFB;
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;
  border-collapse: collapse;
}
table.liste tr td,
table.fiche tr td {
  padding: 4px;
}
table.liste tr td {
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
table.liste thead tr td,
table.fiche thead tr td,
table.liste tr.titre td,
table.fiche tr.titre td,
table.liste tfoot tr td {
  font-weight: bold;
  color: #666666;
  background-color: #e5e4e2;
  padding: 3px;
  border: 1px solid #dbdbdb;
}
table.liste thead tr.recherche td,
table.fiche thead tr.recherche td,
table.liste thead tr.recherche:hover td,
table.fiche thead tr.recherche:hover td {
  background-color: #dcdedc;
}
table.fiche tr.sousTitre td,
table.liste tr.sousTitre td {
  font-weight: bold;
  color: #333333;
  background-color: #e5e4e2;
  padding: 3px;
}
table.blocGestion tr.sousTitre td {
  font-weight: bold;
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 2px;
  padding-top: 5px;
}
thead td {
  min-height: 30px;
}
thead tr.ordre td p {
  padding-top: 6px;
}
td a:link,
td a:visited {
  color: #333333;
  text-decoration: none;
  margin: 0px;
}
td a:hover {
  color: #249faa;
  text-decoration: none;
}
td a:active {
  color: #249faa;
  text-decoration: none;
}
thead td a:link,
thead td a:visited {
  text-align: center;
  color: #333333;
  margin: 0px;
}
thead td a:hover,
thead td a:active {
  text-decoration: none;
}
.stabylo {
  background-color: #f6f5f3;
}
table.liste tr:hover,
table.liste tr.stabylo:hover {
  background-color: #E3F1BD;
}
table.liste thead tr:hover td,
table.liste tr.titre:hover td {
  background-color: #dcdedc;
}
table.liste tr td p {
  margin-bottom: 10px;
}
table.liste tr td ul,
table.liste tr td ol {
  margin-left: 20px;
  margin-bottom: 10px;
}
table.liste tr td ul li,
table.liste tr td ol li {
  margin-left: 20px;
}
td.actions a img {
  float: right;
  border: none;
  background-color: none;
  margin: 3px;
  padding: 0;
}
td a:hover img {
  background-color: none;
}
td.defaut {
  color: #FF0000;
}
td.choixBase {
  font-weight: bold;
}
span.options {
  float: right;
}
span.options img {
  border: none;
}
span.options a:link,
span.options a:visited,
span.options a:hover {
  background-color: none;
  margin: 0;
  padding: 0;
}
.etiquette {
  float: left;
  width: 300px;
  margin: 10px;
}
div.ongletcadre p {
  margin-bottom: 10px;
}
input.chiffre {
  text-align: right;
}
.attente {
  font-weight: bold;
  color: #FF0000;
}
.rouge {
  font-weight: bold;
  color: #FF0000;
}
.orange {
  font-weight: bold;
  color: #FF9933;
}
.vert {
  color: #00CC00;
}
.cacher {
  display: none;
}
.cacherForce {
  display: none !important;
}
.montrer {
  display: block;
}
span.puce {
  background-color: grey;
  border-radius: 4px;
  color: white !important;
  display: inline;
  float: right;
  padding-left: 2px;
  padding-right: 2px;
}
div#bulleInfo {
  padding: 4px;
  top: 0;
  left: 0;
  color: #000000;
  font-size: 10px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  background-color: #FFFFCC;
  border: 1px solid #666666;
  z-index: 6000;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
}
div#bulleInfo p {
  margin: 0;
  padding: 0 3px;
}
div#bulleInfo strong.titre {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
h4.param,
h4.paramBloc {
  color: #666666;
  background-color: #e5e4e2;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}
div.param {
  padding: 3px;
  background-color: #FFFFFF;
  border: 1px solid #dbdbdb;
  border-top-style: none;
}
.customfile-input {
  position: absolute;
  height: 100px;
  cursor: pointer;
  background: transparent;
  border: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  z-index: 999;
}
.customfile {
  cursor: pointer;
  overflow: hidden;
  padding: 2px;
  border: 1px solid #dbdbdb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin: 2px;
}
.customfile-disabled {
  opacity: .5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  cursor: default;
}
.customfile-feedback {
  display: block;
  margin: 1px;
  font-style: italic;
  padding: 1px;
  float: left;
  margin-left: 5px;
  margin-top: 5px;
}
.customfile-feedback-populated {
  font-style: normal;
  font-weight: bold;
  padding-left: 0px;
}
.customfile-button {
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.customfile-focus .customfile-button {
  outline: 1px dotted #ccc;
}
ul.ongletPro {
  list-style-type: none;
  font-weight: bold;
  font-size: 12px !important;
  margin-top: 10px !important;
  margin-right: 20px !important;
  margin-bottom: -1px !important;
  margin-left: 20px !important;
  padding: 0 !important;
}
ul.ongletPro li {
  list-style-type: none;
  display: inline-block;
  background-color: #F6F5F3;
  color: #8c8b8b;
  margin: 0px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 0px !important;
  background-color: #e5e4e2;
}
ul.ongletPro li.defaut {
  background-color: #ffffff;
  color: #333333;
  font-size: 12px;
  border-bottom: 1px #ffffff solid !important;
}
ul.ongletPro li#ongletAlertes {
  background-color: red !important;
  color: #FFFFFF !important;
}
ul.ongletPro li#ongletAlertes.defaut {
  background-color: #e5e4e2 !important;
  color: red !important;
}
.ongletcadre {
  MARGIN-TOP: 0px;
  MARGIN-BOTTOM: 20px;
  padding: 5px;
  width: 98%;
  border: 1px solid #dbdbdb;
}
div.bordure {
  border: 1px solid #dbdbdb;
}
ol#progression li {
  margin-left: 20px;
}
input.suivant {
  float: right;
  margin-right: 60px;
}
input.precedent {
  float: left;
  margin-left: 60px;
}
input[type="text"],
input[type="password"],
input[type="file"],
textarea,
select {
  FONT-WEIGHT: normal;
  FONT-SIZE: 12px;
  background-color: #fbfbfb;
  border: 1px solid #dbdbdb;
  COLOR: #3c3c3d;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  padding: 3px;
}
input[type='radio'],
input[type='checkbox'] {
  BORDER-TOP-STYLE: none;
  BORDER-RIGHT-STYLE: none;
  BORDER-LEFT-STYLE: none;
  BORDER-BOTTOM-STYLE: none;
}
input.fichierPDF {
  padding-right: 30px !important;
  background-image: url(../../pictos/pdf-icon-bouton.png);
  background-position: right center;
  background-repeat: no-repeat;
}
input.fichierZIP {
  padding-right: 30px !important;
  background-image: url(../../pictos/zip-icon-bouton.png);
  background-position: right center;
  background-repeat: no-repeat;
}
input.envoyerRetour {
  padding-right: 30px !important;
  background-image: url(../../pictos/retour-icon-bouton.png);
  background-position: right center;
  background-repeat: no-repeat;
}
div.fichierPDF {
  line-height: 20px;
}
div.fichierPDF img {
  float: right;
  margin-left: 5px;
}
div.customButton {
  display: inline-block !important;
  padding: 5px 7px !important;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
.customfile-button,
div.customButton {
  background-color: #2a519c;
  border: 1px solid #2a519c;
  color: #FFFFFF;
  padding: 4px 6px;
  margin-top: 1px;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-WEIGHT: normal;
  FONT-SIZE: 12px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.customfile-hover .customfile-button,
div.customButton:hover {
  background-color: #2a519c;
  border: 1px solid #2a519c;
  color: #ffffff;
  cursor: pointer;
}
div.customButton a {
  color: #ffffff !important;
  font-weight: normal !important;
}
input.change,
textarea.change,
select.change {
  background-color: #FFCC66 !important;
}
input.erreur,
textarea.erreur,
select.erreur {
  background-color: #FFCCCC !important;
}
input.calendrier {
  background-image: url(/pictos/input-calendrier.png);
  background-repeat: no-repeat;
  background-position: right;
}
input.calendrier-no-picto {
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: right;
}
fieldset table {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
fieldset.prop label {
  display: block;
  margin-top: 2px;
}
fieldset input,
fieldset select {
  margin-top: 5px;
}
fieldset {
  margin: 10px;
  padding: 10px;
  border: 1px solid #dbdbdb;
}
fieldset legend {
  color: #666666;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
}
label.dateCS {
  font-weight: bold;
  color: red;
}
div.bordure {
  border: 1px solid #dbdbdb;
}
ul.listeInclusif {
  overflow: auto;
  border: 1px solid #dbdbdb;
  padding: 2px !important;
  margin-left: 0 !important;
}
ul.listeInclusif li {
  list-style-type: none;
  margin-left: 0 !important;
}
form.rubanRechercheDossier div.blocChamp {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
form.rubanRechercheDossier div.blocSubmit {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
form.rubanRechercheDossier div.blocChamp label {
  font-size: 9px !important;
  display: block;
  margin-bottom: 2px !important;
}
form.rubanRechercheDossier .clearLeft {
  clear: left;
}
form.rubanRechercheDossier div.blocChamp label#temoinPeriode {
  display: inline !important;
}
div.autocomplete {
  position: absolute;
  width: 250px;
  background-color: #FFFFFF;
  border: 1px solid #888;
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  overflow: auto;
}
div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
div.autocomplete ul li {
  list-style-type: none;
  display: block;
  font-family: sans-serif;
  color: #333333;
  padding: 2px;
  margin: 0;
  line-height: 20px;
  background-position: center;
  height: 20px;
  font-size: 12px;
  cursor: pointer;
}
div.autocomplete div {
  list-style-type: none;
  display: block;
  font-family: sans-serif;
  color: #333333;
  padding: 2px;
  margin: 0;
  line-height: 20px;
  padding-right: 3px;
  padding-left: 3px;
  background-position: center;
  height: 20px;
  font-size: 12px;
  cursor: pointer;
}
div.autocomplete div.selected {
  background-color: #2a519c;
  color: #ffffff;
}
.cke_skin_v2 .cke_top {
  border-color: #dbdbdb !important;
}
.cke_skin_v2 .cke_contents {
  background-color: white;
  border: 1px solid #dbdbdb !important;
}
.cke_skin_v2 .cke_bottom {
  border-color: #dbdbdb !important;
}
div.epingle span.supprimer {
  display: none;
  float: right;
  cursor: pointer;
}
div.epingle:hover span.supprimer {
  display: block;
  float: right;
}
div.epingle {
  width: 33.33333333%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding: 10px 6px;
  height: 120px;
}
div.epingle p.etapeDossier {
  margin: 0 !important;
  padding: 6px;
  font-weight: 600;
  color: #ffffff;
  background-color: #2a519c !important;
}
div.epingle p.nomDossier {
  margin: 0;
  margin-top: 8px !important;
  margin-bottom: 5px !important;
}
div.epingle p.adresseDossier {
  margin-top: 8px;
}
div.epingle span.chiffre {
  background-color: red;
  border-radius: 5px;
  padding: 1px 3px;
  color: #fff;
  display: inline-block;
  margin-right: 4px;
  font-size: 9px;
}
p.infoSQL {
  font-size: 16px;
  color: #006600;
  border-top: 1px solid #000000;
}
p.infoSQL span {
  color: magenta;
}
p.avertissementAttachementGroupe {
  color: black;
  border: solid 1px red;
  padding: 3px;
  vertical-align: middle !important;
  background-color: #FFC7C7;
}
p.avertissementAttachementGroupe span {
  color: red;
}
::-webkit-input-placeholder {
  color: #bbb;
}
:-moz-placeholder {
  color: #bbb;
}
::-moz-placeholder {
  color: #bbb;
}
:-ms-input-placeholder {
  color: #bbb;
}
div.loading {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 200px;
  left: 50%;
  z-index: 4000;
}
div.loading div.double-bounce1,
div.loading div.double-bounce2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: #2b458f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: bounce 2s both infinite;
  -moz-animation: bounce 2s both infinite;
  -ms-animation: bounce 2s both infinite;
  -o-animation: bounce 2s both infinite;
  animation: bounce 2s both infinite;
}
div.loading div.double-bounce2 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -ms-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale3d(0,0,0);
  }
  50% {
    -webkit-transform: scale3d(1,1,1);
  }
}
@-moz-keyframes bounce {
  0%,
  100% {
    -moz-transform: scale3d(0,0,0);
  }
  50% {
    -moz-transform: scale3d(1,1,1);
  }
}
@-o-keyframes bounce {
  0%,
  100% {
    -o-transform: scale3d(0,0,0);
  }
  50% {
    -o-transform: scale3d(1,1,1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale3d(0,0,0);
    -moz-transform: scale3d(0,0,0);
    -ms-transform: scale3d(0,0,0);
    -o-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
  }
  50% {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
span.classement-actif {
  color: red;
}
tbody.classement tr.classement-actif {
  background-color: #fde5ca;
}
tbody.classement tr.ui-sortable-helper {
  display: table;
}
