integration/gabarit.html
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 09 Oct 2012 10:45:44 +0200
changeset 3 b5b13ce6935f
parent 2 6e47ed0c413c
child 5 16413123bc8c
permissions -rw-r--r--
ajout de jquery ui
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     1
<!DOCTYPE html>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     2
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     3
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     4
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     5
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     6
    <head>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     7
        <meta charset="utf-8">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     8
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     9
        <title>Gabarit</title>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    10
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    11
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    12
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    13
        <link rel="stylesheet" href="css/reset.css" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    14
        <link rel="stylesheet" href="css/style.css" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    15
        <script src="js/vendor/modernizr-2.6.1.min.js"></script>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    16
    </head>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    17
    <body>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    18
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    19
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    20
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    21
        <div class="wrap">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    22
            <div class="header">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    23
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    24
                <div class="recherche-wrap">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    25
                    <h1><img src="img/mediapart-by-periplus.jpg" alt="" /></h1>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    26
                    <form action="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    27
                        <p >
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    28
                            <input name="recherche" placeholder="Rechercher" class="input-recherche" type="text" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    29
                            <input type="submit" value="" class="recherche-submit"/>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    30
                            <a class="plus-button" href="#"><img src="img/plus-button.jpg" alt=""/> </a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    31
                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    32
                    </form>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    33
                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    34
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    35
                <ul class="header-menu">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    36
                    <li><a href="#"><img src="img/home-button.jpg" alt="" /> </a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    37
                    <li><a href="#">INTERNATIONAL</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    38
                    <li><a href="#">FRANCE</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    39
                    <li><a href="#">ECONOMIE</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    40
                    <li><a href="#">CULTURE</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    41
                    <li><a href="#">CLUSTER X</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    42
                </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    43
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    44
                <div class="login-wrap">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    45
                    <h2>CONNECTER VOUS</h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    46
                    <form action="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    47
                        <p><input type="text" name="identifiant" placeholder="Identifiant" /></p> 
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    48
                        <p class="submit-wrap">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    49
                            <input class="password" type="password" name="password"/>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    50
                            <input class="submit-button" type="submit" value="OK" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    51
                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    52
                    </form>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    53
                    <p class="password-lost"><a  href="">Mot de passe oublié ?</a> </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    54
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    55
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    56
                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    57
                <a href="#" class="dossier-button">DOSSIERS DOCUMENTAIRES</a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    58
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    59
                <div class="dossier-documentaire">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    60
                    <div class="dossier-documentaire-inner">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    61
                        <h2>MES DOSSIERS</h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    62
                        <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    63
                            <li class="clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    64
                                <a href="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    65
                                <img src="img/documentaire-visuel.jpg" alt="" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    66
                                <span class="documentaire-texte">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    67
                                    <h3>Terrorisme</h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    68
                                    <p>relation entre elation entre</p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    69
                                </span>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    70
                                </a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    71
                            </li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    72
                            <li class="clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    73
                                <a href="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    74
                                <img src="img/documentaire-visuel.jpg" alt="" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    75
                                <span class="documentaire-texte">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    76
                                    <h3>Terrorisme</h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    77
                                    <p>relation entre elation entre</p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    78
                                </span>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    79
                                </a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    80
                            </li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    81
                            <li class="clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    82
                                <a href="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    83
                                <img src="img/documentaire-visuel.jpg" alt="" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    84
                                <span class="documentaire-texte">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    85
                                    <h3>Terrorisme</h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    86
                                    <p>relation entre elation entre</p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    87
                                </span>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    88
                                </a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    89
                            </li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    90
                            <li class="clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    91
                                <a href="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    92
                                <img src="img/documentaire-nouveau-dossier.jpg" alt="" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    93
                                <span class="documentaire-texte">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    94
                                    <h3>NOUVEAU DOSSIER</h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    95
                                    <p>Creér un dossier documentaire</p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    96
                                </span>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    97
                                </a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    98
                            </li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    99
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   100
                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   101
                        <a class="documentaire-lien" href="#"></a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   102
                        <h2></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   103
                        <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   104
                            <li class="clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   105
                                <a href="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   106
                                <img src="img/documentaire-visuel.jpg" alt="" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   107
                                <span class="documentaire-texte">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   108
                                    <h3>Terrorisme</h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   109
                                    <p>relation entre elation entre</p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   110
                                </span>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   111
                                </a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   112
                            </li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   113
                            <li class="clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   114
                                <a href="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   115
                                <img src="img/documentaire-visuel.jpg" alt="" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   116
                                <span class="documentaire-texte">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   117
                                    <h3>Terrorisme</h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   118
                                    <p>relation entre elation entre</p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   119
                                </span>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   120
                                </a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   121
                            </li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   122
                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   123
                        <a class="documentaire-lien" href="#"></a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   124
                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   125
                </div><!--dossier-documentaire-->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   126
            </div><!-- header -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   127
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   128
            <div class="content-wrap clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   129
                <div class="frise">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   130
                
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   131
                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   132
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   133
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   134
                <div class="content clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   135
                    
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   136
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   137
                    <div class="content-left">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   138
                     
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   139
                        <div class="widget-wrap">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   140
                            <div class="widget filtre">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   141
                                <h3><a href="">FILTRES</a></h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   142
                                <div class="widget-inner">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   143
                                    <form action="#" class="filtre-date">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   144
                                        <p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   145
                                            <label for="">De :</label>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   146
                                            <input type="text" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   147
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   148
                                        <p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   149
                                            <label for="">à :</label>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   150
                                            <input type="text" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   151
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   152
                                    </form>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   153
                                    <h4>Catégories :</h4>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   154
                                    <form action="#" class="filtre-categorie">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   155
                                        <p><input type="checkbox"> <label for="">International</label> </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   156
                                        <p><input type="checkbox"> <label for="">International</label> </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   157
                                        <p><input type="checkbox"> <label for="">International</label> </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   158
                                    </form>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   159
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   160
                            </div><!-- filtre -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   161
                            <div class="widget links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   162
                                <h3><a href="">DOSSIER ASSOCIES</a></h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   163
                                <div class="widget-inner">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   164
                                    <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   165
                                        <li><a href="#">« Corruption »</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   166
                                        <li><a href="#">« Corruption »</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   167
                                        <li><a href="#">« Corruption »</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   168
                                        <li><a href="#">« Corruption »</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   169
                                    </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   170
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   171
                            </div><!-- links -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   172
                            <div class="widget affichage">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   173
                                <h3><a href="">AFFICHAGE</a></h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   174
                                <div class="widget-inner">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   175
                                    
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   176
                                    <ul class="clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   177
                                        <li><a class="treemap active" href="#"><span class="visuel"></span><span class="fonction">Treemap</span> </a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   178
                                        <li><a class="liste" href="#"><span class="visuel"></span><span class="fonction">Liste</span> </a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   179
                                    </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   180
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   181
                            </div><!-- affichage -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   182
                        </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   183
                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   184
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   185
                    <div class="content-right ">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   186
                        
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   187
                        <div class="articles">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   188
                            <div class="article">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   189
                                <div class="inner-article clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   190
                                    <h2><a href="#"> Affaire Lorem »</a></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   191
                                    <p class="author">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   192
                                        48 articles
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   193
                                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   194
                                    <div class="article-content">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   195
                                        <p class="resume">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   196
                                    tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   197
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   198
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   199
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   200
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   201
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   202
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   203
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   204
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   205
                                            </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   206
                                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   207
                                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   208
                                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   209
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   210
                            </div><!--article -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   211
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   212
                            <div class="article">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   213
                                <div class="inner-article clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   214
                                    <h2><a href="#"> Affaire Lorem »</a></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   215
                                    <p class="author">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   216
                                        48 articles
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   217
                                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   218
                                    <div class="article-content">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   219
                                        <div class="article-visuel-wrap"><img class="article-visuel" src="img/visuel-article.jpg" alt="" /></div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   220
                                        <p class="resume">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   221
                                    tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   222
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   223
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   224
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   225
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   226
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   227
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   228
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   229
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   230
                                            </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   231
                                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   232
                                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   233
                                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   234
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   235
                            </div><!--article -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   236
                            <div class="article">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   237
                                <div class="inner-article clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   238
                                    <h2><a href="#"> Affaire Lorem »</a></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   239
                                    <p class="author">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   240
                                        48 articles
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   241
                                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   242
                                    <div class="article-content">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   243
                                        <p class="resume">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   244
                                    tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   245
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   246
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   247
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   248
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   249
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   250
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   251
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   252
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   253
                                            </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   254
                                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   255
                                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   256
                                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   257
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   258
                            </div><!--article -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   259
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   260
                            <div class="article">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   261
                                <div class="inner-article clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   262
                                    <h2><a href="#"> Affaire Lorem »</a></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   263
                                    <p class="author">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   264
                                        48 articles
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   265
                                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   266
                                    <div class="article-content">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   267
                                        <div class="article-visuel-wrap"><img class="article-visuel" src="img/visuel-article.jpg" alt="" /></div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   268
                                        <p class="resume">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   269
                                    tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   270
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   271
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   272
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   273
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   274
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   275
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   276
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   277
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   278
                                            </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   279
                                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   280
                                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   281
                                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   282
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   283
                            </div><!--article -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   284
                            <div class="article">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   285
                                <div class="inner-article clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   286
                                    <h2><a href="#"> Affaire Lorem »</a></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   287
                                    <p class="author">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   288
                                        48 articles
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   289
                                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   290
                                    <div class="article-content">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   291
                                        <p class="resume">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   292
                                    tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   293
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   294
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   295
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   296
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   297
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   298
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   299
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   300
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   301
                                            </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   302
                                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   303
                                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   304
                                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   305
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   306
                            </div><!--article -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   307
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   308
                            <div class="article">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   309
                                <div class="inner-article clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   310
                                    <h2><a href="#"> Affaire Lorem »</a></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   311
                                    <p class="author">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   312
                                        48 articles
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   313
                                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   314
                                    <div class="article-content">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   315
                                        <div class="article-visuel-wrap"><img class="article-visuel" src="img/visuel-article.jpg" alt="" /></div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   316
                                        <p class="resume">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   317
                                    tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   318
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   319
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   320
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   321
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   322
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   323
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   324
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   325
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   326
                                            </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   327
                                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   328
                                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   329
                                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   330
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   331
                            </div><!--article -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   332
                            <div class="article">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   333
                                <div class="inner-article clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   334
                                    <h2><a href="#"> Affaire Lorem »</a></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   335
                                    <p class="author">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   336
                                        48 articles
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   337
                                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   338
                                    <div class="article-content">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   339
                                        <p class="resume">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   340
                                    tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   341
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   342
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   343
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   344
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   345
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   346
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   347
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   348
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   349
                                            </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   350
                                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   351
                                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   352
                                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   353
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   354
                            </div><!--article -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   355
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   356
                            <div class="article">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   357
                                <div class="inner-article clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   358
                                    <h2><a href="#"> Affaire Lorem »</a></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   359
                                    <p class="author">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   360
                                        48 articles
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   361
                                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   362
                                    <div class="article-content">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   363
                                        <div class="article-visuel-wrap"><img class="article-visuel" src="img/visuel-article.jpg" alt="" /></div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   364
                                        <p class="resume">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   365
                                    tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   366
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   367
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   368
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   369
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   370
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   371
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   372
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   373
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   374
                                            </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   375
                                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   376
                                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   377
                                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   378
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   379
                            </div><!--article -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   380
                           
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   381
                        </div><!-- articles -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   382
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   383
                        <div class="pagination">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   384
                            <a href="#" class="active">1</a>.<a href="#">2</a>.<a href="#">3</a>.<a href="#">Suivants »</a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   385
                        </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   386
                        
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   387
                    </div><!-- content-right -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   388
                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   389
                <div class="footer clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   390
                    <div class="footer-information">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   391
                        <h2>Information utiles</h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   392
                        <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   393
                            <li>- <a href="#">Mentions légales</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   394
                            <li>- <a href="#">Mentions légales</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   395
                            <li>- <a href="#">Conditions d'utilisations générale</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   396
                            <li>- <a href="#">Le projet Periplus</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   397
                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   398
                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   399
                    <div class="footer-raccourci">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   400
                        <h2>Raccourcis</h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   401
                        <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   402
                            <li>- Année <a href="#">2009</a>, <a href="#">2009</a>, <a href="#">2009</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   403
                            <li>- <a href="#">International</a>, <a href="#">International</a>, <a href="#">International</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   404
                            <li>- <a href="#">Conditions d'utilisations générale</a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   405
                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   406
                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   407
                    <div class="footer-partenaire">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   408
                        <h2>Partenaires</h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   409
                        <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   410
                            <li><a href="#"><img src="img/logo-iri.jpg" alt="" /></a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   411
                            <li><a href="#"><img src="img/logo-cea.jpg" alt="" /></a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   412
                            <li><a href="#"><img src="img/logo-alcatel.jpg" alt="" /></a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   413
                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   414
                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   415
                    <div class="footer-texte">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   416
                        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   417
                        tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   418
                        quis nostrud exercitation ullamco.
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   419
                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   420
                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   421
                </div><!-- footer -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   422
                
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   423
            </div><!-- content-wrap -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   424
            <div class="copyright">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   425
                &copy; Mediapart &copy; Periplus | <a href="#">Mention légales</a> | <a href="#">Chartes éditoriale | <a href="#">CGV | <a href="#">Mediapart.fr</a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   426
            </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   427
        </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   428
        <!-- JavaScript -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   429
        <script src="js/vendor/jquery-1.8.0.min.js"></script>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   430
        <script src="js/vendor/jquery-ui-1.8.24.custom.min.js"></script>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   431
        <script src="js/plugins.js"></script>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   432
        <script src="js/main.js"></script>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   433
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   434
    </body>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   435
</html>