crea/inte-crea/home.html
author verrierj
Thu, 10 Nov 2011 12:59:41 +0100
changeset 223 31cb29055591
parent 213 d2e1bc8cf390
child 224 a79a94e14d4d
permissions -rw-r--r--
HTML tags deletion in project description works with multiple paragraphs
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>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
<html>
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" />
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
    <title>Plateforme LDT : Home</title>
213
d2e1bc8cf390 Modif compatibilite IE 9
veltr
parents: 212
diff changeset
     6
    <link rel="stylesheet" href="css/ldt-commun.css" type="text/css" />
d2e1bc8cf390 Modif compatibilite IE 9
veltr
parents: 212
diff changeset
     7
    <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
     8
</head>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
<body>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
    <div id="general_container">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
<!-- BARRE DE TITRE COMMUNE -->
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
        <ul class="floatlist" id="title_bar">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
            <li id="li_h1">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
                <h1><a href="#"><b>Lignes</b> de temps</a></h1>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
            <li id="li_search">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
                <form id="form_search">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
                    <input id="search_text" name="q" value="" />
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
                    <input id="search_submit" type="submit" value="Rechercher" />
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
                </form>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
            <li id="li_annotation">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
                <div class="fl">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
                    <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
    27
                </div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
                <div class="fl">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
                    <a href="#">Annoter</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
                </div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
            <li id="li_connexion">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
                <a href="#">Connexion</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
        </ul>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
<!-- DERNIERS MEDIAS -->
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
        <ul class="floatlist full_width" id="derniers_medias">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
            <li class="li_h2">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
                <h2>Derniers médias</h2>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
            </li>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    43
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    44
                <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
    45
                <div class="bulle_annot">250</div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    46
                <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
    47
                <p>par <a class="under" href="#">IRI</a> | 1h30</p>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    48
            </li>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    49
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    50
                <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
    51
                <div class="bulle_annot">250</div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    52
                <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
    53
                <p>par <a class="under" href="#">IRI</a> | 1h30</p>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    54
            </li>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    55
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    56
                <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
    57
                <div class="bulle_annot">250</div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    58
                <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
    59
                <p>par <a class="under" href="#">IRI</a> | 1h30</p>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    60
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    61
        </ul>
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    62
        
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    63
<!-- MEDIAS LES PLUS ANNOTÉS -->
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    64
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    65
        <ul class="floatlist" id="plus_annotes">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    66
            <li class="li_h2">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    67
                <h2>Médias les plus annotés</h2>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    68
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    69
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    70
                <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
    71
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    72
                <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
    73
                <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
    74
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    75
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    76
                <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
    77
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    78
                <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
    79
                <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
    80
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    81
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    82
                <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
    83
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    84
                <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
    85
                <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
    86
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    87
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    88
                <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
    89
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    90
                <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
    91
                <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
    92
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    93
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    94
                <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
    95
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    96
                <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
    97
                <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
    98
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    99
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   100
                <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
   101
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   102
                <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
   103
                <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
   104
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   105
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   106
                <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
   107
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   108
                <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
   109
                <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
   110
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   111
            <li class="li_media">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   112
                <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
   113
                <div class="bulle_annot">120</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   114
                <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
   115
                <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
   116
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   117
        </ul>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   118
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   119
<!-- GROUPES ACTIFS -->
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   120
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   121
        <ul class="floatlist" id="groupes_actifs">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   122
            <li class="li_h2">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   123
                <h2>Groupes actifs</h2>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   124
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   125
            <li class="li_media">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   126
                <div class="img_groupes_actifs">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   127
                    <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
   128
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   129
                <div class="txt_groupes_actifs">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   130
                    <div class="bulle_people">57</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   131
                    <div class="bulle_annot">32</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   132
                    <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
   133
                    <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
   134
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   135
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   136
            <li class="li_media">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   137
                <div class="img_groupes_actifs">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   138
                    <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
   139
                    <div class="lock_group"></div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   140
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   141
                <div class="txt_groupes_actifs">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   142
                    <div class="bulle_people">57</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   143
                    <div class="bulle_annot">32</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   144
                    <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
   145
                    <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
   146
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   147
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   148
            <li class="li_media">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   149
                <div class="img_groupes_actifs">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   150
                    <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
   151
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   152
                <div class="txt_groupes_actifs">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   153
                    <div class="bulle_people">57</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   154
                    <div class="bulle_annot">32</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   155
                    <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
   156
                    <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
   157
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   158
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   159
            <li class="li_media">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   160
                <div class="img_groupes_actifs">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   161
                    <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
   162
                    <div class="lock_group"></div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   163
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   164
                <div class="txt_groupes_actifs">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   165
                    <div class="bulle_people">57</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   166
                    <div class="bulle_annot">32</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   167
                    <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
   168
                    <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
   169
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   170
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   171
            <li class="li_media">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   172
                <div class="img_groupes_actifs">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   173
                    <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
   174
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   175
                <div class="txt_groupes_actifs">
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   176
                    <div class="bulle_people">57</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   177
                    <div class="bulle_annot">32</div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   178
                    <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
   179
                    <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
   180
                </div>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   181
            </li>
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   182
        </ul>
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   183
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   184
<!-- FOOTER COMMUN -->
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   185
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   186
        <ul id="footer">
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   187
            <li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   188
                <a href="#">V.01.15</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   189
            </li>
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
                <a href="#"> © &nbsp;2011 IRI</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   192
            </li>
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
                <a href="#">Contact</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   195
            </li>
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
                <a href="#">A propos</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   198
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   199
        </ul>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   200
        <div class="clear"></div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   201
    </div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   202
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   203
</body>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   204
</html>