/**** PAGE formation.php ****/

DIV.formation {
  margin-top: 25px;
}

DIV.formation P {
  margin: 3px 0px 0px 20px;
}


TABLE.form1_tables {
  border-spacing: 0;
}

TABLE.form1_tables TD {
  font-size: 12px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #aaa;
  padding: 5px;
}


TABLE.form3_cycles {
  border: 1px solid #555;
  border-spacing: 0;
}
TABLE.form3_cycles.mod2_1 {
  margin-bottom: 40px;
}


TABLE.form3_cycles TD {
  font-size: 12px;
  padding: 10px;
  vertical-align: top;
}

TABLE.form3_cycles TD.col1 {
  width: 6em;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
}
TABLE.form3_cycles TD.col2 {
  width: 50em;
  border-top: 1px solid #555;
}

TABLE.form3_cycles div.title1 {
  font-size: 18px;
  font-weight: bold;
}
TABLE.form3_cycles div.title2 {
  font-weight: bold;
}


TABLE.form5_calendrier TD {
  font-size: 12px;
}
TABLE.form5_calendrier TD.col1 {
  width: 6em;
}
TABLE.form5_calendrier TD.col2 {
  width: 10em;
}
TABLE.form5_calendrier TD.col3 {
  width: 15em;
}

