integration/gabarit.html
author Anthony Ly <anthonyly.com@gmail.com>
Wed, 10 Oct 2012 18:18:39 +0200
changeset 6 a3e60d7addb3
parent 5 16413123bc8c
child 7 3a5423828487
permissions -rw-r--r--
ajout des boutons annotations / montage
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" />
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
    15
        <link rel="stylesheet" href="css/ui-lightness/jquery-ui-1.8.24.custom.css">
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    16
        <script src="js/vendor/modernizr-2.6.1.min.js"></script>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    17
    </head>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    18
    <body>
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
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    22
        <div class="wrap">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    23
            <div class="header">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    24
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    25
                <div class="recherche-wrap">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    26
                    <h1><img src="img/mediapart-by-periplus.jpg" alt="" /></h1>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    27
                    <form action="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    28
                        <p >
5
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
    29
                            <a href="#" class="photo"></a>
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    30
                            <input name="recherche" placeholder="Rechercher" class="input-recherche" type="text" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    31
                            <input type="submit" value="" class="recherche-submit"/>
5
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
    32
                            <a class="plus-button" href="#"> </a>
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    33
                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    34
                    </form>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    35
                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    36
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    37
                <ul class="header-menu">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    38
                    <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
    39
                    <li><a href="#">INTERNATIONAL</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    40
                    <li><a href="#">FRANCE</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    41
                    <li><a href="#">ECONOMIE</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    42
                    <li><a href="#">CULTURE</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    43
                    <li><a href="#">CLUSTER X</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    44
                </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    45
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    46
                <div class="login-wrap">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    47
                    <h2>CONNECTER VOUS</h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    48
                    <form action="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    49
                        <p><input type="text" name="identifiant" placeholder="Identifiant" /></p> 
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    50
                        <p class="submit-wrap">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    51
                            <input class="password" type="password" name="password"/>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    52
                            <input class="submit-button" type="submit" value="OK" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    53
                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    54
                    </form>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    55
                    <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
    56
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    57
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    58
                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    59
                <a href="#" class="dossier-button">DOSSIERS DOCUMENTAIRES</a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    60
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    61
                <div class="dossier-documentaire">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    62
                    <div class="dossier-documentaire-inner">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    63
                        <h2>MES DOSSIERS</h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    64
                        <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    65
                            <li class="clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    66
                                <a href="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    67
                                <img src="img/documentaire-visuel.jpg" alt="" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    68
                                <span class="documentaire-texte">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    69
                                    <h3>Terrorisme</h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    70
                                    <p>relation entre elation entre</p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    71
                                </span>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    72
                                </a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    73
                            </li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    74
                            <li class="clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    75
                                <a href="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    76
                                <img src="img/documentaire-visuel.jpg" alt="" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    77
                                <span class="documentaire-texte">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    78
                                    <h3>Terrorisme</h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    79
                                    <p>relation entre elation entre</p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    80
                                </span>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    81
                                </a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    82
                            </li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    83
                            <li class="clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    84
                                <a href="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    85
                                <img src="img/documentaire-visuel.jpg" alt="" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    86
                                <span class="documentaire-texte">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    87
                                    <h3>Terrorisme</h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    88
                                    <p>relation entre elation entre</p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    89
                                </span>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    90
                                </a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    91
                            </li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    92
                            <li class="clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    93
                                <a href="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    94
                                <img src="img/documentaire-nouveau-dossier.jpg" alt="" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    95
                                <span class="documentaire-texte">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    96
                                    <h3>NOUVEAU DOSSIER</h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    97
                                    <p>Creér un dossier documentaire</p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    98
                                </span>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    99
                                </a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   100
                            </li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   101
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   102
                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   103
                        <a class="documentaire-lien" href="#"></a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   104
                        <h2></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   105
                        <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   106
                            <li class="clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   107
                                <a href="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   108
                                <img src="img/documentaire-visuel.jpg" alt="" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   109
                                <span class="documentaire-texte">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   110
                                    <h3>Terrorisme</h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   111
                                    <p>relation entre elation entre</p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   112
                                </span>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   113
                                </a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   114
                            </li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   115
                            <li class="clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   116
                                <a href="#">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   117
                                <img src="img/documentaire-visuel.jpg" alt="" />
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   118
                                <span class="documentaire-texte">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   119
                                    <h3>Terrorisme</h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   120
                                    <p>relation entre elation entre</p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   121
                                </span>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   122
                                </a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   123
                            </li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   124
                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   125
                        <a class="documentaire-lien" href="#"></a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   126
                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   127
                </div><!--dossier-documentaire-->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   128
            </div><!-- header -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   129
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   130
            <div class="content-wrap clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   131
                <div class="frise">
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   132
                    <div id="slider-range">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   133
                        <div class="voile-left"></div>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   134
                        <div class="voile-right"></div>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   135
                    </div>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   136
                </div><!-- frise -->
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   137
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="content clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   140
                    
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   141
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   142
                    <div class="content-left">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   143
                     
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   144
                        <div class="widget-wrap">
5
16413123bc8c ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents: 2
diff changeset
   145
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   146
                            <div class="widget affichage">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   147
                                <h3><a href="">AFFICHAGE</a></h3>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   148
                                <div class="widget-inner">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   149
                                    
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   150
                                    <ul class="clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   151
                                        <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
   152
                                        <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
   153
                                    </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   154
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   155
                            </div><!-- affichage -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   156
                        </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   157
                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   158
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   159
                    <div class="content-right ">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   160
                        
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   161
                        <div class="articles">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   162
                            <div class="article">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   163
                                <div class="inner-article clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   164
                                    <h2><a href="#"> Affaire Lorem »</a></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   165
                                    <p class="author">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   166
                                        48 articles
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   167
                                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   168
                                    <div class="article-content">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   169
                                        <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
   170
                                    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
   171
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   172
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   173
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   174
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   175
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   176
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   177
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   178
                                                <li><a href="#">Karachi crise</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
                                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   181
                                       
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   182
                                            <ul class="annotations clearfix">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   183
                                               <li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   184
                                                    <a class="comment number" href="#"> 
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   185
                                                        <span class="number-value">354</span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   186
                                                    </a>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   187
                                                </li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   188
                                               <li><a class="comment add" href="#"></a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   189
                                               <li><a class="value plus" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   190
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   191
                                                    <span class="inner-value" style="height:20%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   192
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   193
                                                <li><a class="value moins" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   194
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   195
                                                    <span class="inner-value" style="height:40%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   196
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   197
                                                <li><a class="value egal" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   198
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   199
                                                    <span class="inner-value" style="height:70%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   200
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   201
                                                <li><a class="value unknow" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   202
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   203
                                                    <span class="inner-value" style="height:100%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   204
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   205
                                            </ul>
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   206
                                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   207
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   208
                            </div><!--article -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   209
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   210
                            <div class="article">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   211
                                <div class="inner-article clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   212
                                    <h2><a href="#"> Affaire Lorem »</a></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   213
                                    <p class="author">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   214
                                        48 articles
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   215
                                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   216
                                    <div class="article-content">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   217
                                        <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
   218
                                        <p class="resume">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   219
                                    tempor incididunt ut labore et dolore magna aliqua. 
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   220
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   221
                                        </p>
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
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   224
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   225
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   226
                                                <li><a href="#">Karachi crise</a></li>
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
                                            </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   229
                                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   230
                                       
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   231
                                       <ul class="annotations clearfix">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   232
                                               <li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   233
                                                    <a class="comment number" href="#"> 
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   234
                                                        <span class="number-value">354</span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   235
                                                    </a>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   236
                                                </li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   237
                                               <li><a class="comment add" href="#"></a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   238
                                               <li><a class="value plus" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   239
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   240
                                                    <span class="inner-value" style="height:20%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   241
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   242
                                                <li><a class="value moins" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   243
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   244
                                                    <span class="inner-value" style="height:40%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   245
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   246
                                                <li><a class="value egal" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   247
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   248
                                                    <span class="inner-value" style="height:70%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   249
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   250
                                                <li><a class="value unknow" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   251
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   252
                                                    <span class="inner-value" style="height:100%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   253
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   254
                                            </ul>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   255
2
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
                            <div class="article">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   260
                                <div class="inner-article clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   261
                                    <h2><a href="#"> Affaire Lorem »</a></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   262
                                    <p class="author">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   263
                                        48 articles
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   264
                                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   265
                                    <div class="article-content">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   266
                                        <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
   267
                                    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
   268
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   269
                                        </p>
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
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   272
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   273
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   274
                                                <li><a href="#">Karachi crise</a></li>
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
                                            </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   277
                                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   278
                                       
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   279
                                            <ul class="annotations clearfix">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   280
                                               <li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   281
                                                    <a class="comment number" href="#"> 
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   282
                                                        <span class="number-value">354</span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   283
                                                    </a>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   284
                                                </li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   285
                                               <li><a class="comment add" href="#"></a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   286
                                               <li><a class="value plus" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   287
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   288
                                                    <span class="inner-value" style="height:20%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   289
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   290
                                                <li><a class="value moins" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   291
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   292
                                                    <span class="inner-value" style="height:40%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   293
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   294
                                                <li><a class="value egal" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   295
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   296
                                                    <span class="inner-value" style="height:70%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   297
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   298
                                                <li><a class="value unknow" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   299
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   300
                                                    <span class="inner-value" style="height:100%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   301
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   302
                                            </ul>
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   303
                                    </div>
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><!--article -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   306
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   307
                            <div class="article">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   308
                                <div class="inner-article clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   309
                                    <h2><a href="#"> Affaire Lorem »</a></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   310
                                    <p class="author">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   311
                                        48 articles
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   312
                                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   313
                                    <div class="article-content">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   314
                                        <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
   315
                                        <p class="resume">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   316
                                    tempor incididunt ut labore et dolore magna aliqua. 
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   317
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   318
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   319
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   320
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   321
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   322
                                                <li><a href="#">Karachi crise</a></li>
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
                                            </ul>
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
                                       
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   328
                                       <ul class="annotations clearfix">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   329
                                               <li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   330
                                                    <a class="comment number" href="#"> 
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   331
                                                        <span class="number-value">354</span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   332
                                                    </a>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   333
                                                </li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   334
                                               <li><a class="comment add" href="#"></a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   335
                                               <li><a class="value plus" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   336
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   337
                                                    <span class="inner-value" style="height:20%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   338
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   339
                                                <li><a class="value moins" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   340
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   341
                                                    <span class="inner-value" style="height:40%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   342
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   343
                                                <li><a class="value egal" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   344
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   345
                                                    <span class="inner-value" style="height:70%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   346
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   347
                                                <li><a class="value unknow" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   348
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   349
                                                    <span class="inner-value" style="height:100%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   350
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   351
                                            </ul>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   352
2
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>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   355
                            </div><!--article -->
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
                                        <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
   364
                                    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
   365
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   366
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   367
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   368
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   369
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   370
                                                <li><a href="#">Karachi crise</a></li>
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
                                            </ul>
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
                                       
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   376
                                            <ul class="annotations clearfix">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   377
                                               <li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   378
                                                    <a class="comment number" href="#"> 
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   379
                                                        <span class="number-value">354</span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   380
                                                    </a>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   381
                                                </li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   382
                                               <li><a class="comment add" href="#"></a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   383
                                               <li><a class="value plus" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   384
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   385
                                                    <span class="inner-value" style="height:20%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   386
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   387
                                                <li><a class="value moins" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   388
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   389
                                                    <span class="inner-value" style="height:40%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   390
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   391
                                                <li><a class="value egal" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   392
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   393
                                                    <span class="inner-value" style="height:70%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   394
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   395
                                                <li><a class="value unknow" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   396
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   397
                                                    <span class="inner-value" style="height:100%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   398
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   399
                                            </ul>
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   400
                                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   401
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   402
                            </div><!--article -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   403
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   404
                            <div class="article">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   405
                                <div class="inner-article clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   406
                                    <h2><a href="#"> Affaire Lorem »</a></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   407
                                    <p class="author">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   408
                                        48 articles
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   409
                                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   410
                                    <div class="article-content">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   411
                                        <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
   412
                                        <p class="resume">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   413
                                    tempor incididunt ut labore et dolore magna aliqua. 
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   414
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   415
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   416
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   417
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   418
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   419
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   420
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   421
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   422
                                            </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   423
                                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   424
                                       
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   425
                                       <ul class="annotations clearfix">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   426
                                               <li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   427
                                                    <a class="comment number" href="#"> 
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   428
                                                        <span class="number-value">354</span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   429
                                                    </a>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   430
                                                </li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   431
                                               <li><a class="comment add" href="#"></a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   432
                                               <li><a class="value plus" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   433
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   434
                                                    <span class="inner-value" style="height:20%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   435
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   436
                                                <li><a class="value moins" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   437
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   438
                                                    <span class="inner-value" style="height:40%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   439
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   440
                                                <li><a class="value egal" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   441
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   442
                                                    <span class="inner-value" style="height:70%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   443
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   444
                                                <li><a class="value unknow" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   445
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   446
                                                    <span class="inner-value" style="height:100%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   447
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   448
                                            </ul>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   449
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   450
                                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   451
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   452
                            </div><!--article -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   453
                            <div class="article">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   454
                                <div class="inner-article clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   455
                                    <h2><a href="#"> Affaire Lorem »</a></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   456
                                    <p class="author">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   457
                                        48 articles
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   458
                                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   459
                                    <div class="article-content">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   460
                                        <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
   461
                                    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
   462
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   463
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   464
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   465
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   466
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   467
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   468
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   469
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   470
                                            </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   471
                                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   472
                                       
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   473
                                            <ul class="annotations clearfix">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   474
                                               <li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   475
                                                    <a class="comment number" href="#"> 
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   476
                                                        <span class="number-value">354</span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   477
                                                    </a>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   478
                                                </li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   479
                                               <li><a class="comment add" href="#"></a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   480
                                               <li><a class="value plus" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   481
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   482
                                                    <span class="inner-value" style="height:20%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   483
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   484
                                                <li><a class="value moins" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   485
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   486
                                                    <span class="inner-value" style="height:40%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   487
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   488
                                                <li><a class="value egal" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   489
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   490
                                                    <span class="inner-value" style="height:70%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   491
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   492
                                                <li><a class="value unknow" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   493
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   494
                                                    <span class="inner-value" style="height:100%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   495
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   496
                                            </ul>
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   497
                                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   498
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   499
                            </div><!--article -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   500
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   501
                            <div class="article">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   502
                                <div class="inner-article clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   503
                                    <h2><a href="#"> Affaire Lorem »</a></h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   504
                                    <p class="author">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   505
                                        48 articles
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   506
                                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   507
                                    <div class="article-content">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   508
                                        <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
   509
                                        <p class="resume">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   510
                                    tempor incididunt ut labore et dolore magna aliqua. 
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   511
                       
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   512
                                        </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   513
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   514
                                        <ul class="links">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   515
                                            <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   516
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   517
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   518
                                                <li><a href="#">Karachi crise</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   519
                                            </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   520
                                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   521
                                       
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   522
                                       <ul class="annotations clearfix">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   523
                                               <li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   524
                                                    <a class="comment number" href="#"> 
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   525
                                                        <span class="number-value">354</span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   526
                                                    </a>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   527
                                                </li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   528
                                               <li><a class="comment add" href="#"></a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   529
                                               <li><a class="value plus" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   530
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   531
                                                    <span class="inner-value" style="height:20%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   532
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   533
                                                <li><a class="value moins" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   534
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   535
                                                    <span class="inner-value" style="height:40%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   536
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   537
                                                <li><a class="value egal" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   538
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   539
                                                    <span class="inner-value" style="height:70%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   540
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   541
                                                <li><a class="value unknow" href="#">
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   542
                                                    <span class="inner-signe"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   543
                                                    <span class="inner-value" style="height:100%;"></span>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   544
                                                </a></li>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   545
                                            </ul>
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   546
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   547
                                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   548
                                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   549
                            </div><!--article -->
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   550
                          
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   551
                           
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   552
                        </div><!-- articles -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   553
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   554
                        <div class="pagination">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   555
                            <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
   556
                        </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   557
                        
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   558
                    </div><!-- content-right -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   559
                </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   560
                <div class="footer clearfix">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   561
                    <div class="footer-information">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   562
                        <h2>Information utiles</h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   563
                        <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   564
                            <li>- <a href="#">Mentions légales</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   565
                            <li>- <a href="#">Mentions légales</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   566
                            <li>- <a href="#">Conditions d'utilisations générale</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   567
                            <li>- <a href="#">Le projet Periplus</a></li>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   568
                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   569
                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   570
                    <div class="footer-raccourci">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   571
                        <h2>Raccourcis</h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   572
                        <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   573
                            <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
   574
                            <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
   575
                            <li>- <a href="#">Conditions d'utilisations générale</a>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   576
                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   577
                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   578
                    <div class="footer-partenaire">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   579
                        <h2>Partenaires</h2>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   580
                        <ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   581
                            <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
   582
                            <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
   583
                            <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
   584
                        </ul>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   585
                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   586
                    <div class="footer-texte">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   587
                        <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
   588
                        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
   589
                        quis nostrud exercitation ullamco.
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   590
                    </p>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   591
                    </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   592
                </div><!-- footer -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   593
                
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   594
            </div><!-- content-wrap -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   595
            <div class="copyright">
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   596
                &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
   597
            </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   598
        </div>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   599
        <!-- JavaScript -->
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   600
        <script src="js/vendor/jquery-1.8.0.min.js"></script>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   601
        <script src="js/vendor/jquery-ui-1.8.24.custom.min.js"></script>
6
a3e60d7addb3 ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents: 5
diff changeset
   602
        <script src="js/vendor/dragslider.js"></script>
2
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   603
        <script src="js/plugins.js"></script>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   604
        <script src="js/main.js"></script>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   605
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   606
    </body>
6e47ed0c413c maj periplus front
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   607
</html>