You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.6 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" >
<title>Tableaux</title>
<link href="../css/MenuHamburger.css" rel="stylesheet" />
<link href="../css/StyleTableaux.css" rel="stylesheet" />
</head>
<body>
<header>
<label>
<input type="checkbox">
<span id="menu"> <span id="hamburger"></span> </span>
<ul>
<li> <a href="../html/Video.html">Video</a> </li>
<li> <a href="../html/Img.html">Image</a> </li>
<li> <a href="../html/Tableaux.html">Tableaux</a> </li>
<li> <a href="../html/Formulaire.html">Formulaire</a> </li>
<li> <a href="../html/Index.html">Index</a> </li>
</ul>
</label>
</header>
<h1 id="title">Tableaux des condamnations</h1>
<section id="liste">
<table id="tab2" >
<tr>
<th>
<td id="td2">année</td>
<td id="td2">accusation</td>
</th>
</tr>
<tr>
<td id="td2">fillon</td>
<td id="td2">2017</td>
<td id="td2">détournement de fonds publics pour l'emploi fictif</td>
</tr>
<tr>
<td id="td2">balkany</td>
<td id="td2">2013</td>
<td id="td2">blanchiment de fraudes fiscales</td>
</tr>
</table>
<h2>Liste de condamnations</h2>
<ol>
<li>Fillon</li>
<ul><li>détournement de fonds publics</li></ul>
<ul><li>complicité d'abus de biens sociaux</li></ul>
<ul><li>quatre de prison dont un an ferme</li></ul>
<li>Balkany</li>
<ul><li>quatre ans de prison dont un avec sursis</li></ul>
<ul><li>fraude fiscale</li></ul>
</ol>
</section>
</body>
</html>