crea/inte-crea/groupe.html
author veltr
Mon, 14 Nov 2011 18:11:13 +0100
changeset 224 a79a94e14d4d
parent 213 d2e1bc8cf390
child 348 d211a78da395
permissions -rw-r--r--
Debut integration page Player
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
212
37dd17a1e48b Integration de la page groupes
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">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
<head>
37dd17a1e48b Integration de la page groupes
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" />
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
    <title>Plateforme LDT : Groupe "Nom du Groupe"</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-groupe.css" type="text/css" />
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
</head>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
<body>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
    <div id="general_container">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
<!-- BARRE DE TITRE COMMUNE -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
        <ul class="floatlist" id="title_bar">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
            <li id="li_h1">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
                <h1><a href="#"><b>Lignes</b> de temps</a></h1>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
            <li id="li_search">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
                <form id="form_search">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
                    <input id="search_text" name="q" value="" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
                    <input id="search_submit" type="submit" value="Rechercher" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
                </form>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
            <li id="li_annotation">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
                <div class="fl">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
                    <a href="#"><img src="img/annot_icon.png" id="annot_icon" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
                </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
                <div class="fl">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
                    <a href="#">Annoter</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
                </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
            <li id="li_connexion">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
                <a href="#">Connexion</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
        </ul>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
<!-- MÉDIAS DU GROUPE -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
        <ul class="floatlist" id="medias_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
            <li class="li_h2">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
                <h2>Nom du groupe</h2>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    44
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    45
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    46
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    47
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    48
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    49
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    50
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    51
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    52
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    53
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    54
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    55
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    56
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    57
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    58
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    59
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    60
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    61
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    62
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    63
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    64
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    65
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    66
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    67
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    68
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    69
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    70
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    71
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    72
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    73
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    74
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    75
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    76
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    77
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    78
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    79
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    80
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    81
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    82
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    83
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    84
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    85
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    86
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    87
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    88
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    89
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    90
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    91
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    92
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    93
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    94
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    95
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    96
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    97
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    98
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    99
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   100
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   101
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   102
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   103
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   104
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   105
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   106
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   107
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   108
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   109
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   110
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   111
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   112
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   113
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   114
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   115
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   116
            <li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   117
                <p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   118
                    <a class="pink" href="#">1</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   119
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   120
                    <a class="blue under" href="#">2</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   121
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   122
                    <a class="blue under" href="#">3</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   123
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   124
                    <a class="blue under" href="#">4</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   125
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   126
                    <a class="blue under" href="#">5</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   127
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   128
                    <a class="blue under" href="#">6</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   129
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   130
                    <a class="blue under" href="#">7</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   131
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   132
                    <a class="blue under" href="#">Suivant</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   133
                </p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   134
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   135
        </ul>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   136
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   137
<!-- COLONNE DROITE -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   138
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   139
        <div id="groupe_droite">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   140
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   141
<!-- MANIFESTE -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   142
            <div class="li_h2">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   143
                <h2>À propos du groupe</h2>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   144
            </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   145
            <p class="bigmargin">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   146
            Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem …
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   147
            </p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   148
            
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   149
            <div class="btn fl"><a href="#">+ d'infos…</a></div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   150
            <div class="btn fr" id="embed_search"><a href="#">Recherche embarquée</a></div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   151
            
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   152
            <p class="clear">&nbsp;</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   153
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   154
<!-- MEMBRES ACTIFS -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   155
            
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   156
            <div class="li_h2">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   157
                <h2>Membres actifs <span class="pink">(27)</span></h2>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   158
            </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   159
            
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   160
            <ul class="floatlist" id="membres_groupes">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   161
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   162
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   163
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   164
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   165
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   166
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   167
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   168
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   169
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   170
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   171
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   172
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   173
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   174
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   175
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   176
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   177
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   178
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   179
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   180
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   181
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   182
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   183
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   184
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   185
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   186
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   187
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   188
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   189
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   190
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   191
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   192
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   193
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   194
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   195
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   196
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   197
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   198
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   199
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   200
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   201
            </ul>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   202
            
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   203
            <p class="bigmargin fr"><a class="blue under">+ Voir tous les membres</a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   204
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   205
        </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   206
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   207
<!-- FOOTER COMMUN -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   208
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   209
        <ul id="footer">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   210
            <li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   211
                <a href="#">V.01.15</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   212
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   213
            <li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   214
                <a href="#"> © &nbsp;2011 IRI</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   215
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   216
            <li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   217
                <a href="#">Contact</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   218
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   219
            <li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   220
                <a href="#">A propos</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   221
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   222
        </ul>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   223
        <div class="clear"></div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   224
    </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   225
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   226
</body>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   227
</html>