/**************************************************************
 *  Corps de la page
 */
body {

 /* background-color: #e9e9e9;
  background-image: url('./images/sopro.png');
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 110px;
  font-family: Arial;
  letter-spacing:1px;
  */
  background-color: #FFFFFF;
  background-image: url('./images/sopro2.png');
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 155px;
  font-family: Arial;
  letter-spacing:1px;
}

/**************************************************************
 *  Titres/Images
 */
h1 {
  letter-spacing: 3px;
  color: #606080;
}

h2 {
  letter-spacing: 2px;
  //color: #606080;
  color: #0062b1;
  text-align: left;
  margin-left: 10px;
  margin-top: 10px;
}

h3 {
  letter-spacing: 2px;
 // color: #606080;
 color: #0062b1;
}

img {
 border-radius : 5px;
 // border: none;
  vertical-align:middle;
}

.img_brd {
border-radius : 10px;
box-shadow:0 0 2px 2px #000000;
}

/**************************************************************
 *  Liens
 */
a {
  font-size: x-small;
	//color:#6f7f83;
  color:#0062b1;
}
/*
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;}
*/
a:link {font-size: 11px; color: #0062b1;}
a:visited {font-size: 11px; color: #0062b1;}
a:hover {font-size: 11px; color: #0062b1;}
a:active {font-size: 11px; color: #0062b1;}

.lien {
 // background-color:#c8d8d8;
  background-color :#0062b1;
  width: 954px;
}

/**************************************************************
 *  Formulaire
 */
form {
  
 // background-color:#33b898;
 background-color:#fafaff;
 // background-color: rgba(210,210,255,0.2);
 width: 954px;
 box-shadow:0 0 2px 2px #0062b1;
  
/* background-color:#00C7A7;
 width: 954px; */ 
}

.bandeau_contour
{
background-color:#1AB9DE;
}

.bandeau
{
background-color:#1AB9DE;
}

li {
  margin-top: 5px;
}


/**************************************************************
 *  Champs de saisie
 */
 .button{
  width: 180px;
  margin-bottom: 4px;
  color : #000000;
  //border : 2px;
  box-shadow:1px 1px 2px 2px #0062b1;
 // background: url('./images/degrade_bleu.png')  no-repeat;
 // background-color: rgba(0,160,200,0.8);
 }
input {
  width: 180px;
  margin-bottom: 6px;
  box-shadow:0 0 1px 1px #0062b1;
}

.inputlong {
  width: 494px;
  box-shadow:0 0 1px 1px #0062b1;
}

.inputcourt {
  margin-right: 3px;
  width: 18px;
  text-transform: uppercase;
  box-shadow:0 0 1px 1px #000000;
}

.inputmoyen {
  margin-right: 3px;
  width: 76px;
  text-transform: uppercase;
  box-shadow:0 0 1px 1px #123456;
}

select {
  margin-bottom: 5px;
  box-shadow:0 0 1px 1px #0062b1;
}

/**************************************************************
 *  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;
}

.commentaire_jp {
  margin-left: 4px;
  font-size: x-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;
  border: 3px solid #000000;
}

.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;
}

}