
/**************/
/* FORMATIONS */
/**************/

h3.formations-annee {
	font-family:initial;
	font-weight:600;
}

/* Listes */
.formations-liste li {
    margin-bottom: 0.5em;
}

/* Tableaux */
.formations-tableau {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}
.formations-tableau th,
.formations-tableau td {
    border: 1px solid #ccc;
    padding: 0.5em;
    text-align: left;
}
.formations-tableau th {
    background-color: #f5f5f5;
}
.formations-tableau .date {
    min-width:150px;
}