<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">

  <head>
    <title>Layouts D3.js</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <style type="text/css">
    .rect_svg {
        fill: #fff270;
    }
    .chart {
        stroke: #a70000;
        stroke-width: 5px;
        fill: #e7e7e7;
    }
    .g_top {
        stroke: #005783;
        stroke-width: 5px;
        fill: #e7e7e7;
    }
    .g_left {
        stroke: #005783;
        stroke-width: 5px;
        fill: #e7e7e7;
    }
    .g_right {
        stroke: #005783;
        stroke-width: 5px;
        fill: #e7e7e7;
    }
    .g_bottom {
        stroke: #005783;
        stroke-width: 5px;
        fill: #e7e7e7;
    }
    </style>
  </head>



  <body>
    <!--<script type="text/javascript" src="https://d3js.org/d3.v4.min.js"></script>-->
    <script type="text/javascript" src="../d3.v4.min.js"></script>
    <script type="text/javascript" src="exemple_cours_02.js"></script>
  </body>

</html>