crea/inte-crea/home.html
author verrierj
Thu, 22 Dec 2011 16:24:45 +0100
changeset 296 817d0af48b85
parent 224 a79a94e14d4d
child 450 29f990eb0144
permissions -rw-r--r--
Add icons for permissions
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<!doctype html>
224
a79a94e14d4d Debut integration page Player
veltr
parents: 213
diff changeset
     2
<html lang="fr">
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
<head>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
224
a79a94e14d4d Debut integration page Player
veltr
parents: 213
diff changeset
     5
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
    <title>Plateforme LDT : Home</title>
213
d2e1bc8cf390 Modif compatibilite IE 9
veltr
parents: 212
diff changeset
     7
    <link rel="stylesheet" href="css/ldt-commun.css" type="text/css" />
d2e1bc8cf390 Modif compatibilite IE 9
veltr
parents: 212
diff changeset
     8
    <link rel="stylesheet" href="css/ldt-home.css" type="text/css" />
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
</head>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
<body>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
    <div id="general_container">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
<!-- BARRE DE TITRE COMMUNE -->
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
        <ul class="floatlist" id="title_bar">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
            <li id="li_h1">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
                <h1><a href="#"><b>Lignes</b> de temps</a></h1>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
            <li id="li_search">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
                <form id="form_search">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
                    <input id="search_text" name="q" value="" />
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
                    <input id="search_submit" type="submit" value="Rechercher" />
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
                </form>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
            <li id="li_annotation">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
                <div class="fl">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
                    <a href="#"><img src="img/annot_icon.png" id="annot_icon" /></a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
                </div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
                <div class="fl">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
                    <a href="#">Annoter</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
                </div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
            <li id="li_connexion">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
                <a href="#">Connexion</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
        </ul>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
<!-- DERNIERS MEDIAS -->
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
        <ul class="floatlist full_width" id="derniers_medias">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
            <li class="li_h2">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
                <h2>Derniers médias</h2>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
            </li>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    44
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    45
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="294" height="165" /></a>
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    46
                <div class="bulle_annot">250</div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    47
                <p><a href="#"><b>ENMI 2011 - La confiance : Bernard Stiegler</b></a></p>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    48
                <p>par <a class="under" href="#">IRI</a> | 1h30</p>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    49
            </li>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    50
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    51
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="294" height="165" /></a>
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    52
                <div class="bulle_annot">250</div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    53
                <p><a href="#"><b>ENMI 2011 - La confiance : Bernard Stiegler</b></a></p>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    54
                <p>par <a class="under" href="#">IRI</a> | 1h30</p>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    55
            </li>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    56
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    57
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="294" height="165" /></a>
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    58
                <div class="bulle_annot">250</div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    59
                <p><a href="#"><b>ENMI 2011 - La confiance : Bernard Stiegler</b></a></p>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    60
                <p>par <a class="under" href="#">IRI</a> | 1h30</p>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    61
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    62
        </ul>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    63
        
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    64
<!-- MEDIAS LES PLUS ANNOTÉS -->
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    65
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    66
        <ul class="floatlist" id="plus_annotes">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    67
            <li class="li_h2">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    68
                <h2>Médias les plus annotés</h2>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    69
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    70
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    71
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    72
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    73
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    74
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    75
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    76
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    77
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    78
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    79
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    80
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    81
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    82
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    83
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    84
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    85
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    86
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    87
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    88
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    89
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    90
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    91
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    92
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    93
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    94
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    95
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    96
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    97
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    98
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    99
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   100
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   101
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   102
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   103
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   104
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   105
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   106
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   107
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   108
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   109
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   110
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   111
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   112
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   113
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   114
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   115
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   116
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   117
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   118
        </ul>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   119
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   120
<!-- GROUPES ACTIFS -->
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   121
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   122
        <ul class="floatlist" id="groupes_actifs">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   123
            <li class="li_h2">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   124
                <h2>Groupes actifs</h2>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   125
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   126
            <li class="li_media">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   127
                <div class="img_groupes_actifs">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   128
                    <a href="#"><img class="img_media" src="img/placeholder_4_3.jpg" width="54" height="40" /></a>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   129
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   130
                <div class="txt_groupes_actifs">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   131
                    <div class="bulle_people">57</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   132
                    <div class="bulle_annot">32</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   133
                    <p><a href="#" class="under"><b>Regards sur le numérique</b></a></p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   134
                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod …</p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   135
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   136
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   137
            <li class="li_media">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   138
                <div class="img_groupes_actifs">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   139
                    <a href="#"><img class="img_media" src="img/placeholder_4_3.jpg" width="54" height="40" /></a>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   140
                    <div class="lock_group"></div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   141
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   142
                <div class="txt_groupes_actifs">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   143
                    <div class="bulle_people">57</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   144
                    <div class="bulle_annot">32</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   145
                    <p><a href="#" class="under"><b>Regards sur le numérique</b></a></p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   146
                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod …</p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   147
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   148
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   149
            <li class="li_media">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   150
                <div class="img_groupes_actifs">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   151
                    <a href="#"><img class="img_media" src="img/placeholder_4_3.jpg" width="54" height="40" /></a>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   152
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   153
                <div class="txt_groupes_actifs">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   154
                    <div class="bulle_people">57</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   155
                    <div class="bulle_annot">32</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   156
                    <p><a href="#" class="under"><b>Regards sur le numérique</b></a></p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   157
                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod …</p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   158
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   159
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   160
            <li class="li_media">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   161
                <div class="img_groupes_actifs">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   162
                    <a href="#"><img class="img_media" src="img/placeholder_4_3.jpg" width="54" height="40" /></a>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   163
                    <div class="lock_group"></div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   164
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   165
                <div class="txt_groupes_actifs">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   166
                    <div class="bulle_people">57</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   167
                    <div class="bulle_annot">32</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   168
                    <p><a href="#" class="under"><b>Regards sur le numérique</b></a></p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   169
                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod …</p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   170
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   171
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   172
            <li class="li_media">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   173
                <div class="img_groupes_actifs">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   174
                    <a href="#"><img class="img_media" src="img/placeholder_4_3.jpg" width="54" height="40" /></a>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   175
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   176
                <div class="txt_groupes_actifs">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   177
                    <div class="bulle_people">57</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   178
                    <div class="bulle_annot">32</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   179
                    <p><a href="#" class="under"><b>Regards sur le numérique</b></a></p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   180
                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod …</p>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   181
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   182
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   183
        </ul>
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   184
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   185
<!-- FOOTER COMMUN -->
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   186
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   187
        <ul id="footer">
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   188
            <li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   189
                <a href="#">V.01.15</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   190
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   191
            <li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   192
                <a href="#"> © &nbsp;2011 IRI</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   193
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   194
            <li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   195
                <a href="#">Contact</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   196
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   197
            <li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   198
                <a href="#">A propos</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   199
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   200
        </ul>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   201
        <div class="clear"></div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   202
    </div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   203
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   204
</body>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   205
</html>