crea/inte-crea/css/ldt-commun.css
author cavaliet
Fri, 13 Jan 2012 16:13:03 +0100
changeset 377 a1f9f7583925
parent 224 a79a94e14d4d
child 450 29f990eb0144
permissions -rw-r--r--
The embed player can now play a youtube video.
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
/* Browser-reset CSS */
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
html, body, div, span, applet, object, iframe,
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
a, abbr, acronym, address, big, cite, code,
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
del, dfn, em, img, ins, kbd, q, s, samp,
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     7
small, strike, strong, sub, sup, tt, var,
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
b, u, i, center,
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
dl, dt, dd, ol, ul, li,
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
fieldset, form, label, legend,
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
table, caption, tbody, tfoot, thead, tr, th, td,
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
article, aside, canvas, details, embed, 
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
figure, figcaption, footer, header, hgroup, 
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
menu, nav, output, ruby, section, summary,
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
time, mark, audio, video {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
	margin: 0;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
	padding: 0;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
	border: 0;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
	font-size: 100%;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
	font: inherit;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
	vertical-align: baseline;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
table {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
    border-collapse: separate; border-spacing: 0;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    28
th, td {
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    29
    vertical-align: top;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    30
}
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    31
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
body {
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    33
	font-family: Helvetica, Arial, sans-serif; color: #484848; background: url(../img/main_bg.png) repeat-x #f8f6f7;
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
}
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
/* usual selectors */
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
a {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
    color: #484848; text-decoration: none;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
a:hover {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
    text-decoration: underline;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    44
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    45
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    46
b {
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    47
    font-weight: 800;
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    48
}
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    49
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    50
h1 {
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    51
    font-family: "DIN-Light", Helvetica, Arial, sans-serif; font-size: 22px;
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    52
}
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    53
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    54
h1 bold {
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    55
    font-family: "DIN-Bold", Helvetica, Arial, sans-serif;
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    56
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    57
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    58
h2 {
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    59
    font-family: "DIN-Light", Helvetica, Arial, sans-serif; font-size: 21px; color: #0068c4; margin: 4px 2px;
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    60
}
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    61
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    62
h3 {
224
a79a94e14d4d Debut integration page Player
veltr
parents: 212
diff changeset
    63
    font-size: 18px; color: #0068c4;
211
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
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    66
h4 {
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    67
    margin: 2px 0; font-size: 15px;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    68
}
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    69
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    70
h5 {
224
a79a94e14d4d Debut integration page Player
veltr
parents: 212
diff changeset
    71
    float: left; clear: left; font-weight: bold; margin: 2px 0; min-width: 70px; font-size: 13px; padding: 0;
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    72
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    73
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    74
p {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    75
    margin: 2px 0; font-size: 13px;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    76
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    77
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    78
p, h2, h3, h4, h5 {
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    79
    text-shadow: 1px 1px 1px #ffffff;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    80
}
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
    81
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    82
/* Frequently-used classes */
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    83
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    84
.highlight {
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
    85
    background: #fff080;
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    86
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    87
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    88
div.pad {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    89
    padding: 10px;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    90
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    91
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    92
ul.floatlist {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    93
    float: left; list-style: none;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    94
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    95
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    96
.floatlist li {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    97
    float: left;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    98
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    99
224
a79a94e14d4d Debut integration page Player
veltr
parents: 212
diff changeset
   100
div.fl, li.fl, p.fl, img.fl {
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   101
    float: left;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   102
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   103
224
a79a94e14d4d Debut integration page Player
veltr
parents: 212
diff changeset
   104
div.fr, li.fr, p.fr, img.fr {
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   105
    float: right;
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   106
}
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   107
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   108
.clear {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   109
    clear: both;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   110
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   111
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   112
.li_h2 {
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   113
    border-bottom: 1px solid #484848; margin: 5px 0;
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   114
}
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   115
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   116
.li_media {
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   117
    margin: 10px;
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
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   120
.img_media {
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   121
    background: #000000; border: 2px solid #ffffff; padding: 1px;
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   122
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   123
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   124
.under, a.under {
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   125
    text-decoration: underline;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   126
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   127
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   128
a.under:hover {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   129
    text-decoration: none;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   130
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   131
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   132
.blue, a.blue {
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   133
    color: #0068c4;
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   134
}
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   135
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   136
.pink, a.pink {
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   137
    color: #ff3b77;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   138
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   139
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   140
.b, a.b {
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   141
    font-weight: bold;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   142
}
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   143
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   144
.bigmargin {
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   145
    margin: 10px 0;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   146
}
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   147
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   148
.bulle_annot, .bulle_people {
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   149
    float: right; width: 18px; height: 10px; font-size: 9px; margin: 3px 0 0; padding: 1px 0 2px 10px; color: #ffffff; text-align: center; overflow: hidden;
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   150
}
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   151
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   152
.bulle_annot {
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   153
    background: url(../img/bulle_annot.png);
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   154
}
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   155
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   156
.bulle_people {
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   157
    background: url(../img/bulle_people.png);
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   158
}
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   159
224
a79a94e14d4d Debut integration page Player
veltr
parents: 212
diff changeset
   160
.font_16 {
a79a94e14d4d Debut integration page Player
veltr
parents: 212
diff changeset
   161
    font-size: 16px;
a79a94e14d4d Debut integration page Player
veltr
parents: 212
diff changeset
   162
}
a79a94e14d4d Debut integration page Player
veltr
parents: 212
diff changeset
   163
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   164
.font_11 {
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   165
    font-size: 11px;
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   166
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   167
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   168
.btn {
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   169
    border: 1px solid #c0c0c0; padding: 5px; font-size: 14px; font-weight: bold;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   170
}
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   171
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   172
.btn a {
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   173
    color: #606060;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   174
}
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   175
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   176
/* General container */
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   177
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   178
#general_container {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   179
    width: 960px; margin: 0 auto;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   180
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   181
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   182
/* Barre de titre */
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
#title_bar {
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents: 211
diff changeset
   185
    font-family: "DIN-Light", Helvetica, Arial, sans-serif; height: 50px; font-size: 22px; margin: 0 0 1px 0;
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   186
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   187
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   188
#title_bar a {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   189
    color: #ffffff;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   190
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   191
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   192
#title_bar li {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   193
    height: 38px; margin: 0; padding: 10px 20px 0; background: url(../img/sep_title.png) right no-repeat;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   194
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   195
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   196
li#li_h1 {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   197
    padding-left: 0; width: 210px;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   198
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   199
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   200
#form_search {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   201
    position: relative; width: 378px; margin: 2px 0; height: 20px; border: 1px solid #000000; background: url(../img/search_icon.png) left no-repeat #ffffff;
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
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   204
#search_text {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   205
    position: absolute; top: 0; left: 25px; width: 250px; height: 20px; border: 0; padding: 0;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   206
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   207
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   208
#search_submit {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   209
    position: absolute; top: 0; right: 0; height: 16px; width: 100px; font-size: 12px; color: #ffffff; background: #0068c4; border: 0; margin: 2px; padding: 0; text-align: center;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   210
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   211
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   212
#annot_icon {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   213
    margin: 3px 10px 0 0;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   214
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   215
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   216
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   217
/* Footer */
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   218
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   219
#footer {
211
7d0146012cd5 Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents: 210
diff changeset
   220
    float: right; list-style: none; border-top: 1px solid #484848; padding: 10px; width: 940px; /* 960 - padding */
210
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   221
}
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   222
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   223
#footer li {
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   224
    font-size: 12px; float: right; padding: 5px 20px; border-right: 1px solid #484848;
76a76267a1c1 Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   225
}