/* #PRODUIRE{fond=css/perso.css}
   md5:5fbb06332e43f5bddc99c33d6b2ef570 */
/* SPIP-STYLE  perso               */
/*  augmentation taille de police initiale = 10/16 soit 0,625            */
/*  à modifier en 0,69 pour 11px  et en 0,75 pour 12px                   */
body {font: 0.69em/1em Arial, 'MS PGothic', Helvetica, Verdana, sans-serif;}
/* Tableaux : hauteur plus grande et milieu de cellule en vertical...... */
table.spip tr.row_first {line-height: 200%; }
table.spip td { padding: 5px;  vertical-align: middle; line-height: 200%; }
.formulaire_spip input.text {background: #ffffff; border: 1px solid #808080;}
.formulaire_spip textarea {background: #ffffff; border: 1px solid #808080;}

.formulaire_spip label {
 padding: 15px 0 0 0;
 }

/* à rajouter pour une police à 0.75 dans le corps de page..... */
.description { font-size: 1.31em;}
/* Popups video des fiches céramiques */
.popup {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 8px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.pop_video {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pop_x {
  cursor: pointer;
  font-size: 1.3em;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 25px;
}
