/****************************************************************************************
 * On trouvera ici les réglages pour l'édition d'une page
 ****************************************************************************************/

/* Edition text area */

.edit {
  width: 100%;
  height: 500px;
  font-family: 'Lucida Grande', Verdana, Geneva, Lucida, "Courier New", Courier, Monaco, monospace;
  font-size: 10pt;
}

/* Preview alert (in preview). */

table.prev_alert {
  width: 100%;
  border-collapse: collapse;
  background-color: red;
  margin-top: 5px;
  margin-bottom: 5px;
}

table.prev_alert td {
  padding: 2px;
  vertical-align: middle;
}

table.prev_alert td.text {
  color: white;
  font-size: 1.7em;
  font-weight: bold;
}

table.prev_alert td.buttons {
  text-align: right;
}

/* Cheat sheet */

#cheat_sheet {
  color: #444444;
}

#cheat_sheet * {
  font-size: 9pt;
}

#cheat_sheet div#titre {
  text-align: center;
}

#cheat_sheet div#titre span {
  font-size: 10pt;
  font-weight: bold;
}

#cheat_sheet table#cheat_lists {
  width: 100%;
  margin-top: 15px;
}

#cheat_sheet table.cheat_list tr#titres_colonnes {
  text-align: center;
  font-style: italic;
}

#cheat_sheet table.cheat_list td {
  padding: 0 10px;
}
