crea/inte-crea/home.html
author Raphael Velt <raph.velt@gmail.com>
Tue, 25 Oct 2011 18:14:00 +0200
changeset 210 76a76267a1c1
child 211 7d0146012cd5
permissions -rw-r--r--
Demarrage integration HTML-CSS
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>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
    <link rel="stylesheet" href="css/ldt-commun.css" type="text-css" />
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     7
</head>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
<body>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
    <div id="general_container">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
<!-- BARRE DE TITRE COMMUNE -->
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
        <ul class="floatlist" id="title_bar">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
            <li id="li_h1">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
                <h1><a href="#"><b>Lignes</b> de temps</a></h1>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
            <li id="li_search">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
                <form id="form_search">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
                    <input id="search_text" name="q" value="" />
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
                    <input id="search_submit" type="submit" value="Rechercher" />
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
                </form>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
            <li id="li_annotation">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
                <div class="fl">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
                    <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
    26
                </div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
                <div class="fl">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
                    <a href="#">Annoter</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
                </div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
            <li id="li_connexion">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
                <a href="#">Connexion</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
        </ul>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
<!-- DERNIERS MEDIAS -->
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
        <ul class="floatlist full_width" id="derniers_medias">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
            <li class="li_h2">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
                <h2>Derniers médias</h2>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
            <li class="cols_4">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
                <img src="img/placeholder.png" width="300" height="225" />
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    44
                <div class="bulle_annot">250</div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    45
                <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
    46
                <p>par <a class="under" href="#">IRI</a> | 1h30</p>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    47
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    48
            <li class="cols_4">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    49
                <img src="img/placeholder.png" width="300" height="225" />
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    50
                <div class="bulle_annot">250</div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    51
                <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
    52
                <p>par <a class="under" href="#">IRI</a> | 1h30</p>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    53
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    54
            <li class="cols_4">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    55
                <img src="img/placeholder.png" width="300" height="225" />
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    56
                <div class="bulle_annot">250</div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    57
                <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
    58
                <p>par <a class="under" href="#">IRI</a> | 1h30</p>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    59
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    60
        </ul>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    61
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    62
<!-- FOOTER COMMUN -->
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    63
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    64
        <ul class="full_width" id="footer">
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    65
            <li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    66
                <a href="#">V.01.15</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    67
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    68
            <li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    69
                <a href="#"> © &nbsp;2011 IRI</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    70
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    71
            <li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    72
                <a href="#">Contact</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    73
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    74
            <li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    75
                <a href="#">A propos</a>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    76
            </li>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    77
        </ul>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    78
        <div class="clear"></div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    79
    </div>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    80
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    81
</body>
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    82
</html>