crea/inte-crea/groupe.html
author veltr
Mon, 07 Nov 2011 13:04:54 +0100
changeset 213 d2e1bc8cf390
parent 212 37dd17a1e48b
child 224 a79a94e14d4d
permissions -rw-r--r--
Modif compatibilite IE 9
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>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
<html>
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" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
    <title>Plateforme LDT : Groupe "Nom du Groupe"</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-groupe.css" type="text/css" />
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
</head>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
<body>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
    <div id="general_container">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
<!-- BARRE DE TITRE COMMUNE -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
        <ul class="floatlist" id="title_bar">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
            <li id="li_h1">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
                <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
    18
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
            <li id="li_search">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
                <form id="form_search">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
                    <input id="search_text" name="q" value="" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
                    <input id="search_submit" type="submit" value="Rechercher" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
                </form>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
            <li id="li_annotation">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
                <div class="fl">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
                    <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
    27
                </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
                <div class="fl">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
                    <a href="#">Annoter</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
                </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
            <li id="li_connexion">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
                <a href="#">Connexion</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
        </ul>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
<!-- MÉDIAS DU GROUPE -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
        <ul class="floatlist" id="medias_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
            <li class="li_h2">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
                <h2>Nom du groupe</h2>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    44
                <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
    45
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    46
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    47
                <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
    48
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    49
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    50
                <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
    51
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    52
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    53
                <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
    54
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    55
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    56
                <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
    57
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    58
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    59
                <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
    60
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    61
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    62
                <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
    63
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    64
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    65
                <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
    66
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    67
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    68
                <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
    69
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    70
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    71
                <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
    72
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    73
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    74
                <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
    75
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    76
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    77
                <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
    78
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    79
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    80
                <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
    81
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    82
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    83
                <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
    84
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    85
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    86
                <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
    87
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    88
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    89
                <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
    90
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    91
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    92
                <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
    93
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    94
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    95
                <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
    96
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    97
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    98
                <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
    99
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   100
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   101
                <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
   102
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   103
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   104
                <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
   105
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   106
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   107
                <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
   108
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   109
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   110
                <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
   111
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   112
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   113
                <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
   114
            </li>
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
                <p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   117
                    <a class="pink" href="#">1</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   118
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   119
                    <a class="blue under" href="#">2</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   120
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   121
                    <a class="blue under" href="#">3</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   122
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   123
                    <a class="blue under" href="#">4</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   124
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   125
                    <a class="blue under" href="#">5</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   126
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   127
                    <a class="blue under" href="#">6</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   128
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   129
                    <a class="blue under" href="#">7</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   130
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   131
                    <a class="blue under" href="#">Suivant</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   132
                </p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   133
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   134
        </ul>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   135
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   136
<!-- COLONNE DROITE -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   137
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   138
        <div id="groupe_droite">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   139
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   140
<!-- MANIFESTE -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   141
            <div class="li_h2">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   142
                <h2>À propos du groupe</h2>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   143
            </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   144
            <p class="bigmargin">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   145
            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
   146
            </p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   147
            
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   148
            <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
   149
            <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
   150
            
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   151
            <p class="clear">&nbsp;</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   152
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   153
<!-- MEMBRES ACTIFS -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   154
            
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   155
            <div class="li_h2">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   156
                <h2>Membres actifs <span class="pink">(27)</span></h2>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   157
            </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   158
            
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   159
            <ul class="floatlist" id="membres_groupes">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   160
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   161
                    <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
   162
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   163
                    <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
   164
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   165
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   166
                    <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
   167
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   168
                    <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
   169
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   170
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   171
                    <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
   172
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   173
                    <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
   174
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   175
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   176
                    <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
   177
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   178
                    <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
   179
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   180
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   181
                    <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
   182
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   183
                    <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
   184
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   185
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   186
                    <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
   187
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   188
                    <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
   189
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   190
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   191
                    <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
   192
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   193
                    <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
   194
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   195
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   196
                    <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
   197
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   198
                    <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
   199
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   200
            </ul>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   201
            
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   202
            <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
   203
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   204
        </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   205
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   206
<!-- FOOTER COMMUN -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   207
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   208
        <ul id="footer">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   209
            <li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   210
                <a href="#">V.01.15</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   211
            </li>
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
                <a href="#"> © &nbsp;2011 IRI</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   214
            </li>
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
                <a href="#">Contact</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   217
            </li>
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
                <a href="#">A propos</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   220
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   221
        </ul>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   222
        <div class="clear"></div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   223
    </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   224
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   225
</body>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   226
</html>