/**************************************************************
 *  Corps de la page
 */
body {
  background-color: #ebebeb;
  background-image: url('./images/sopro.png');
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 125px;
  font-family: Arial;
  letter-spacing:1px;
}

/**************************************************************
 *  Titres/Images
 */
h1 {
  letter-spacing: 3px;
  color: #606080;
}

h2 {
  letter-spacing: 2px;
  color: #606080;
  text-align: left;
  margin-left: 10px;
  margin-top: 10px;
}

h3 {
  letter-spacing: 2px;
  color: #606080;
}

img {
  border: none;
  vertical-align:middle;
}

/**************************************************************
 *  Liens
 */
a {
  font-size: x-small;
	color:#6f7f83;
}

a:link {font-size: 11px; color: #a080b0;}
a:visited {font-size: 11px; color: #a080b0;}
a:hover {font-size: 11px; color: #a080b0;}
a:active {font-size: 11px; color: #a080b0;}

.lien {
  background-color:#c8d8d8;
  width: 954px;
}

/**************************************************************
 *  Formulaire
 */
form {
  background-color:#c8d8d8;
  width: 954px;
}

li {
  margin-top: 5px;
}

/**************************************************************
 *  Champs de saisie
 */
input {
  width: 180px;
  margin-bottom: 6px;
}

.inputlong {
  width: 494px;
}

.inputcourt {
  margin-right: 3px;
  width: 18px;
  text-transform: uppercase;
}

.inputmoyen {
  margin-right: 3px;
  width: 76px;
  text-transform: uppercase;
}

select {
  margin-bottom: 5px;
}

/**************************************************************
 *  Champs obligatoires
 */
.rouge {
  background-color: #FFB0B0;  
}

.inputlongrouge {
  width: 494px;
  background-color: #FFB0B0;  
}

.inputcourtrouge {
  margin-right: 3px;
  width: 18px;
  text-transform: uppercase;
  background-color: #FFB0B0;  
}

.inputmoyenrouge {
  margin-right: 3px;
  width: 76px;
  text-transform: uppercase;
  background-color: #FFB0B0;  
}

/**************************************************************
 *  Commentaires etc
 */
.commentaire {
  margin-left: 4px;
  font-size: xx-small;
  font-style: italic;
}

.saisie {
  margin-left: 4px;
  font-size: xx-small;
  font-style: italic;
  color: #C00000;
}

.cnil {
  font-size: xx-small;
  font-style: italic;
  color: #404058;
}

/**************************************************************
 *  Affichage de la clé avant mail (manuel)
 */
.cadre {
  border: 3px solid #686890;
}

.cle {
  border: 2px solid #505070;
  background-color: #c0c0e0;
  padding: 2px;
}

/**************************************************************
 *   Statut des pages (automatique)
 */
.status {
  display: none;
}

/**************************************************************
 *  Tableaux (pour adm/stats)
 */
th {
  font-size: small;
  background-color:#c0c0e0;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

td {
  font-size: small;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: top;
}

}