/* form_livredor.css */
/* Version 1.0 du 19-08-14 Rev 1 */

/* ############################################################ */
/*    css du contenu de la page du livre d'or du site web       */
/* ############################################################ */

#page { 
  background-color: transparent;
  font-family: Verdana, Helvetica, sans-serif; 
  color: #000000; 
  font-size: 90%;
  }

/* cadre et fond du formulaire */       
#form_saisie {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 7px;
  width: 530px;
  height: 370px;
  border: 3px ridge #cccccc;
  background-color: rgb(255,255,255);
  background-color: rgba(255, 255, 255, 0.7);
}

#form_saisie ul { list-style-type: none;
  margin-top: 5px;
  margin-bottom: 10px;
}

#form_saisie ul li { min-height: 25px;
  margin-bottom: 8px;
}

/* labels du formulaire */
.label {
  margin-top: 7px;
  padding-left: 10px;
  width: 155px;
  height: 23px;
  float: left;
  clear: both;
  text-align: left;
  font-weight: bold;
  color: #7a7a7a; /* Couleurs des labels */
}   

/* champs du formulaire */
.champs { margin-top: 2px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  border: 2px inset #ffffff;
  display: block;
  float: left;
  font-style: normal;
  font-size: 100%;
}

#note { margin-left: 10px;
  height: 25px;
}
  
.note {   font-weight: bold;
  color: #777777;
  text-align: left;;
}

.liste {
  margin-top: 5px;
  margin-left: 5px;
  font-style: normal;
  width: 100px;
  display: block;
  float: left;
}

.label_message { margin-bottom: 5px;
  margin-left: 10px;
  float: left;
  clear: both;
  font-weight: bold;
  text-align: left;
  color: #777777;
}

.error { margin-left: 10px;
  margin-bottom: 5px;
  float: left;
  text-align: left;
  color: red;
  font-weight: bold;  
}

/* zone ou le visiteur laisse un commentaire */
.champ_message { margin-left: 10px;
  font-family: Verdana, Helvetica, sans-serif; 
  font-size: 1em;
  border: 2px inset #ffffff;
  width: 505px;
  resize:none;
}

/* zone ou le visiteur laisse un commentaire quand elle a le focus*/
.champ_message focus {
  padding-left: 2px; 
  border: 2px inset #dddddd;
  background-color: #ffffff; 
}

/* ------------------------- CAPTCHA -------------------------- */   

.captcha {
  margin-top: 5px;
}

.img_captcha {
  margin-left: 5px;
  margin-top: 5px;
 }

.label_captcha { 
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
  float: left;
  clear: both;
  font-weight: bold;
  text-align: left;
  color: #777777;
}

.champ_captcha { margin-top: 7px;
  margin-left: 5px;
  margin-right: 170px;
  padding-top: 5px;
  padding-bottom: 2px;
  border: 2px inset #ffffff;
  display: block;
  float: right;
  font-style: normal;
  font-size: 120%;
}


/*-------------------------------------------------------- */
/* Bouton Envoyer */
/*-------------------------------------------------------- */

/* zone du bouton Envoyer */
#bouton {
  text-align: center;
  clear: both;
}

/* zone du bouton Ajouter ce message */
.bt_envoyer {
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 120%;
  height: 25px;
  width: 100px;
  border: 2px outset #ffffff; /* Contour de la zone */
  background-color: #eeeeee;
  color: #000000;   
}
    

/*-------------------------------------------------------- */
/* Zones d'écriture des messages déjà postés         */
/*-------------------------------------------------------- */

#fond_mess {
  margin-bottom: 10px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 1px solid #777777;
  padding: 2px;
  background-color: rgb(255,255,255);
  background-color: rgba(255, 255, 255, 0.6);
}

/* zones ou se trouvent les messages laissés */
.message_visiteur {
  margin-top: 2px;
  margin-bottom: 2px;
  display: block;
  width: 790px;
  border: 1px solid #777777;
  padding: 4px;
  text-align: left;
}

.suppr {
  font-size: 100%;
  font-weight: bold;
}

.pseudo {
  font-weight: bold;
  display:inline-block;
  width: 60%;
  text-align: left;
  color: #774b20;
}

.date {
  width: 40%;
  display:inline-block;
  text-align: right;
  color: #333333;
  color: #774b20;
}

.un_message { margin: 0px;
  padding: 0px;
  text-align: left;
  background-color: rgb(255,255,255);
  background-color: rgba(255, 255, 255, 0);
}


/* ############################################################ */
/*                              FIN                             */
/* ############################################################ */
