/* Généraux */
* {
  margin: 0;
  padding: 0;
}
html {
  font-family: sans-serif;
  font-size: 16px;
}
body {
  background: #888;
  color: #fff;
}
a {
  text-decoration: none;
}
header {
  color: #fff;
  background: #000;
}
h1 {
  font-size: 1.5em;
}
.entier{
  white-space: nowrap;
}
/* global.php */
.lien {
  display: inline-block;
  margin-left: 2em;
  padding: 0 0.5em;
  background: #fff;
  color: #00f;
}

.col_gauche,
.col_droite {
  display: inline-block;
  vertical-align: top;
}
.sec_liste {
  display: block;
  margin: 0.2em;
  padding: 0.5em;
  background: #fff;
  color: #000;
}
.sec_modif {
  background: #efe;
}
.sec_liste table {
  max-width: 30em;
  margin: 0em 1em;
  border-collapse: collapse;
}
.sec_liste table tr {
  cursor: pointer;
}
.sec_liste table tr:hover {
  background: #eef;
}
.sec_liste table th,
.sec_liste table td {
  border: solid 1px #000;
  padding: 0 0.5em;
}
.sec_liste table th {
  background: #000;
  color: #fff;
}
.sec_liste table tr.tr_no_sel {
  cursor: auto;
}
.sec_liste table tr.tr_no_sel:hover {
  background: #ffd;
}

/* form_* frm_* */
#form {
  margin: 0.5em;
  padding: 0.5em;
  background: #fff;
  color: #000;
}
#form table {
  margin: 0.5em 0;
  border-collapse: collapse;
  color: #000;
}
#form table td {
  padding: 0.5em 0;
}
#form table td:first-child {
  text-align: right;
  padding-right: 1em;
}
#form table input {
  width: 10em;
}
#form table input[type="checkbox"] {
  width: 2em;
}
.a_droite {
  float: right;
}

#cel_participe h3 {
  text-align: center;
}
#cel_participe ul {
  text-align: left;
  height: 5em;
  border: inset 2px #888;
  padding-left: 1.5em;
  overflow: auto;
}
#cel_participe ul li {
  cursor: pointer;
}
#cel_participe ul li:hover {
  background: #eef;
}

#frm_participe {
  position: fixed;
  top:0; left: 0;
  height: 99%; width: 99%;
  background: #fef;
  display: none;
}

