###### tags: `S8` `SI` `Mise en œuvre d'une base de données` <style> .table-center th, .table-center td { text-align: center; } .row-around { display: flex; justify-content: space-around; width: 100%; } </style> # Sécurité des SI ## Maquette <div class="row-around"> <table class="table-center"> <thead> <tr> <th colspan="3">Horaires (h)</th> </tr> <tr> <th>CM</th> <th>TD</th> <th>TP</th> </tr> </thead> <tbody> <tr> <td>4</td> <td>6</td> <td>10</td> </tr> </tbody> </table> <table class="table-center"> <thead> <tr> <th colspan="3">Poids (%)</th> </tr> <tr> <th>UE</th> <th>CC</th> <th>ET</th> </tr> </thead> <tbody> <tr> <td>31</td> <td>100</td> <td>/</td> </tr> </tbody> </table> </div>