* {
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
}
body {
  background-color: #efece2;
  font-size: 0.8em;
  height: 100%;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin: 7px 0;
  text-align: justify;
  line-height: normal;
  overflow: auto;
}

h1 {
  margin: 35px 0 10px 0;
  font-size: 2em;
  color: #00659b;
  font-weight: normal;
  text-align: center;
}
.etape {
  font-size: 15px;
  font-weight: bold;
  color: #00517e;
  background-color: white;
  padding: 5px 0px;
  vertical-align: middle;
  text-align: center;
}

h2 {
  margin: 20px 0 0 0;
  height: 35px;
  padding: 5px 0 0 8px;
  font-size: 1.4em;
  border: 0;
  color: #00659b;
  background-image: url(../images/Degrade.jpg);
  background-repeat: repeat-x;
}
h3 {
  margin: 7px 0;
  line-height: normal;
  font-size: 1.1em;
  color: #00659b;
}

tr.hrow td {
  padding: 5px 2px;
}

img {
  border: 0;
}

.va {
  vertical-align: middle;
}
.center {
  text-align: center;
}
.gauche {
  text-align: left;
}
.droite {
  text-align: right;
}

.gras {
  font-weight: bold;
}
.ital {
  font-style: italic;
}

.rouge {
  color: red;
}
.orange {
  color: orange;
}
.vert {
  color: green;
}
.bordeaux {
  color: #b72f38;
}

.clearer {
  clear: both;
}

.remarque {
  font-size: 11px;
  margin: 10px 0 10px 0;
  padding: 0;
  font-style: italic;
}

.remarque2 {
  font-size: 11px;
  margin: 10px 0 10px 0;
  padding: 0;
  font-style: italic;
}

.remarque_important {
  font-size: 14px;
  margin: 10px 0 10px 0;
  padding: 0;
  font-weight: bold;
  color: red;
}

.errR {
  background-color: #ff5b5b;
}
.errL {
  color: red;
  font-weight: bold;
}
.errC {
  background-color: #fff2f2;
  border: red 1px solid;
}

.coche {
  display: none;
}

.mt15px {
  margin-top: 15px;
}
.mt20px {
  margin-top: 20px;
}
.mt25px {
  margin-top: 25px;
}

.avisInspectionEnAttente {
  color: #c90;
  font-weight: bold;
}
.avisInspectionNegatif {
  color: red;
  font-weight: bold;
}
.avisInspectionPositif {
  color: green;
  font-weight: bold;
}

#global {
  position: relative;
  min-height: 100%;
  width: 910px;
  margin: 15px auto;
  padding: 0;
  background: #fff url(../images/fondPage.png) repeat-y center top;
}
#conteneur {
  width: 730px;
  margin: 10px auto 15px auto;
  padding: 0;
}

div#header {
  width: 850px;
  padding: 0;
  margin: 0 auto;
  border: 0;
}

div#navigation {
  overflow: hidden;
  margin: 30px 0 0 0;
  padding-top: 8px;
  height: 60px;
  position: relative;
  text-align: center;
}
#btGauche {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
#btDroit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}

/* ****************************************************** page d'accueil tutac ************************************************** */
#texteAccueil {
  margin: 25px 60px 0 60px;
  padding: 0;
}
#texteAccueil p {
  margin-bottom: 1.2em;
  line-height: 1.5;
}

/* ****************************************************** etape1 tutac ************************************************** */
sup.requis {
  color: #ff0000;
  font-weight: bold;
}

#disclassconf {
  margin: 20px 50px 0 50px;
  border: 0;
}
#disclassconf td {
  text-align: center;
  padding: 5px 0;
}

#dcconf {
  margin: 20px 50px 0 50px;
  border: 0;
  border-collapse: collapse;
}
#dcconf td,
#dcconf th {
  text-align: center;
  padding: 5px 0;
  border: #000000 solid 1px;
}
#dcconf th {
  font-weight: bold;
  background-color: #c1d3eb;
  color: #0178bc;
}

/* *************************************************************** formulaires ******************************************************* */
div.fieldset {
  margin: 40px 0 7px 0;
  padding: 10px;
  border: 1px solid #00659b;
  background: url(../images/fondFdset.jpg) bottom repeat-x white;
  position: relative;
}

div.legend {
  background-color: #0178bc;
  color: white;
  border: 0;
  margin: 0 0 0 5px;
  padding: 1px 5px;
  font-size: 14px;
  position: absolute;
  top: -0.75em;
  left: 0.5em;
}

label {
  font-weight: normal;
  text-align: right;
  font-size: 1em;
  border: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 250px;
}

#groupeChamps2 label {
  width: 120px;
}

#groupeChamps input {
  font-size: 12px;
  margin: 0;
  padding: 0;
  height: 15px;
}
.labelLibre {
  float: none !important;
  display: inline !important;
}
div.champForm {
  margin: 10px 0;
}
div.boutonsForm {
  text-align: right;
  margin: 20px 0px 15px 0px;
}
div.messageErreur {
  color: white;
  font-weight: bold;
  background-color: red;
  margin-bottom: 10px;
  padding: 5px;
}

.surChamp {
  margin: 20px 0 10px 0;
  font-weight: bold;
  color: #00659b;
}

/* ***************************** listes de choix ********************************** */
#lstDis,
#lstRef {
  margin: 15px 0 10px 0;
  list-style: none;
}

#lstDis li,
#lstRef li {
  border-bottom: 1px solid #0178bc;
  padding: 5px 0;
}

/* ***************************** messages d'erreur ********************************* */
#errMsg {
  background-color: #fff2f2;
  border: 1px red solid;
  color: red;
  font-weight: bold;
  margin: 10px 0;
  padding: 10px 10px 10px 30px;
  list-style-position: outside;
}

/* ****************************************************** page d'identification ************************************************** */
#paveIdentification {
  margin: 80px 0 7px 0;
  padding: 10px;
  border: 1px solid #00659b;
  background: url(../images/fondFdset.jpg) bottom repeat-x white;
  position: relative;
}
#titreBoiteIdentif {
  background-color: #0178bc;
  color: white;
  border: 0;
  margin: 0 0 0 5px;
  padding: 1px 5px;
  font-size: 14px;
  position: absolute;
  top: -0.75em;
  left: 0.5em;
}
#texteBoiteIdentif {
  padding: 7px 15px;
}
#formBoiteIdentif {
  padding: 0 15px 12px 15px;
  text-align: center;
}

/* ***************************************************** menu admin *************************************************************** */
div#menu {
  width: 830px;
  padding: 3px 0 3px 20px;
  margin: 0 auto;
  border: 0;
  background-color: #e0e8f5;
}

table#listeInscrits {
  width: 550px;
  border: 0;
  margin: 10px auto;
}

table#listeInscrits th {
  background-color: #0079bc;
  color: white;
  padding: 2px;
}

table#listeInscrits td {
  padding: 5px;
}

.alerte {
  margin-top: 60px;
  font-size: 14px;
  text-align: center;
  color: red;
  font-weight: bold;
}

.messageDoublons {
  margin-top: 60px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.dblCodesafo {
  margin-top: 20px;
  font-size: 12px;
  color: #0079bc;
  font-weight: bold;
}

.dblIdentite {
  margin-left: 20px;
  font-size: 12px;
}

#paveStats {
  margin: 0 auto 0 auto;
  width: 400px;
  padding: 10px;
  border: 1px black solid;
}

#paveStats p {
  font-size: 12px;
}

#paveStats span {
  font-weight: bold;
  color: #07456f;
}

#choixEnvoiMail {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid red;
  text-align: center;
  font-weight: bold;
  color: red;
}

#choixEnvoiMail img {
  border: none;
  vertical-align: middle;
}

/* ********************************************** traitement dossiers ********************************************************** */
label.traitement {
  font-weight: normal;
  text-align: left;
  font-size: 1em;
  border: 0;
  display: block;
  width: 100%;
}

#formTraitement {
  padding: 0 0 10px 0;
  margin: 20px auto 0 auto;
  background-color: #ffffcc;
  width: 450px;
}

.champTraitement {
  padding: 15px 0 0 60px;
}

img.link:hover {
  cursor: pointer;
  border-left-width: 1px;
  border-left-style: dashed;
  border-left-color: grey;
  border-right-width: 1px;
  border-right-style: dashed;
  border-right-color: grey;
}
/* Export XLS */
ul.listeExportXLS li {
  margin: 5px 30px;
}

/* ***************************************************** bouton imprimer ********************************************************* */
.boutonImp {
  overflow: hidden;
  margin-top: 20px;
}

.boutonImp a {
  display: block;
  float: right;
  color: transparent;
}

.boutonImp a:hover {
  background-position: left bottom;
}

a.boutonImp {
  display: none;
}

div.annonce {
  margin: 20px 0 7px 0;
  padding: 0;
  color: #00507d;
}

.print {
  display: none !important;
}

/********* overlay **************** */
.overlay {
  background: transparent url(../images/overlay.png) repeat top left;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
}
.box {
  position: fixed;
  top: -200px;
  left: 30%;
  right: 30%;
  background-color: #fff;
  color: #7f7f7f;
  padding: 20px;
  border: 2px solid #ccc;
  z-index: 101;
}
a.boxclose {
  float: right;
  width: 26px;
  height: 26px;
  background: transparent url(../images/cancel.png) repeat top left;
  margin-top: -30px;
  margin-right: -30px;
  cursor: pointer;
}
#box h1 {
  border-bottom: 1px dashed #7f7f7f;
  margin: -20px -20px 0px -20px;
  padding: 10px;
  background-color: #ffefef;
  color: #ef7777;
}

/*** Font-Awesome ****/
.red {
  color: red;
}
.green {
  color: green;
}
.blue {
  color: blue;
}

.fa-users,
.fa-paper-plane,
.fa-info-circle,
.fa-check-square-o {
  cursor: pointer;
}

.fa-users:hover,
.fa-paper-plane:hover,
.fa-info-circle:hover,
.fa-check-square-o:hover {
  color: grey;
}

.fa-users:active,
.fa-paper-plane:active,
.fa-info-circle:active,
.fa-check-square-o:active {
  color: orange;
}


