Skip to content
default.css 7.87 KiB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462
@charset "UTF-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma,'Trebuchet MS',Verdana,Arial,"Lucida-Grande",Sans-serif;
}

body {
    background: #000000;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #CCCCCC;
    font-family: Tahoma,'Trebuchet MS',Verdana,Arial,"Lucida-Grande",Sans-serif;
}

a {
    text-decoration: none;
    color: #cccccc;
}

ul, li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

li {
    display: inline;
}

li a {
    display: inline;
}

img {
    margin: 0 auto;
    padding: 0px;
}

.clr {
    clear: both;
    height: 0px;
}

.copyrights {
    color: #646464;
    font-family: Tahoma,'Trebuchet MS',Verdana,Arial,"Lucida-Grande",Sans-serif;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

/*
** main header body footer container
*/
#main_container {
    position: relative;
    background: #303030;
    /* test background background: #00ff00; */
    top: 0px;
    width: 901px;
    margin: 0 auto;
}

#main_body {
    margin: 0px 0px 0px 0px;
    background: #303030;
    border-left: 1px solid #646464;
    border-right: 1px solid #646464;
}

#main_header_home {
    height: 100px;
    border-left: 1px solid #646464;
    border-right: 1px solid #646464;
    border-bottom: 1px solid #646464;
    background: #003366;
    background: url(../images/jukebox_2.jpg) no-repeat;
}

#main_header_membres {
    height: 249px;
    background: url(../images/nomad_v5_top_membres.png) no-repeat;
}

#main_header_cours {
    height: 249px;
    background: url(../images/nomad_v5_top_cours.png) no-repeat;
}

#main_header_releases {
    height: 249px;
    background: url(../images/nomad_v5_top_releases.png) no-repeat;
}

div.top_box
{
    margin-top: 40px;
    text-align: center;
}

/*
** header/menu class & id
*/
#menu ul, #menu li {
    margin:0;
    padding: 0;
    list-style-type: none;
}

#menu ul {
    position: absolute;
    height: 22px;
    /*width: 334px;*/
    left: 200px;
    top: 101px;
}

#menu li {
    float: left;
}

#menu li a { /* dimensions et définitions des boutons */
    display: block;  /* mise en block de <a> pour lui donner des dimensions */
    height: 22px;
    color: #B8B8B8;
    padding: 8px 0px 0px 0px;
    font-size: 13px;
    font-family: Tahoma,'Trebuchet MS',Verdana,Arial,"Lucida-Grande",Sans-serif;
    text-decoration: none;
    text-align: center;
}

#menu li a:hover { /* dimensions et définitions des boutons */
    display: block;  /* mise en block de <a> pour lui donner des dimensions */
    height: 22px;
    color: #99FF33;
    font-size: 13px;
    font-family: Tahoma,'Trebuchet MS',Verdana,Arial,"Lucida-Grande",Sans-serif;
    text-decoration: none;
    text-align: center;
}

#menu a#tabs_home {
    width: 79px;
    background: transparent url(../images/maquette_decoupe_03.png) top left no-repeat;
}
#menu a#tabs_members {
    width: 83px;
    background: transparent url(../images/maquette_decoupe_05.png) top left no-repeat;
}
#menu a#tabs_cours {
    width: 83px;
    background: transparent url(../images/maquette_decoupe_05.png) top left no-repeat;
}
#menu a#tabs_releases {
    width: 81px;
    background: transparent url(../images/maquette_decoupe_07.png) top left no-repeat;
}

#menu_left {
    position: absolute;
    left: 0px;
    top: 101px;
    height: 30px;
    width: 159px;
}

#menu_right {
    position: absolute;
    right: 0px;
    top: 101px;
    height: 30px;
    width: 163px;
}

/*
** main body
*/

div#newsbox {
    /*width: 530px;*/
    margin: 0px 15px 20px 15px;
}

div#newsbox ul {
    background: #1D1D1D;
    padding: 15px;
}

div#newsbox li {
    display: block;
}

div#newsbox h1 {
    height: 26px;
    font-size: 14px;
    font-family: Tahoma,'Trebuchet MS',Verdana,Arial,"Lucida-Grande",Sans-serif;
    padding: 10px;
    background: #1D1D1D;
    color: #B8B8B8;
    border-bottom: 1px solid #303030;
}

.rightbox a {
    text-decoration: none;
    color: #cccccc;
}

.rightbox a:hover {
    text-decoration: none;
    color: #99FF33;
}

div.rightbox {
    width: 320px;
    margin: 0px 15px 15px 0px;
}

div.rightbox ul {
    background: #1D1D1D;
    padding: 0px;
    width: 320px;
}

div.rightbox li {
    display: block;
    padding: 5px 0px 8px 15px;
    font-size:12px;
    color:#cccccc;
    border-bottom: 1px solid #303030;
}

div.rightbox h1 {
    height: 26px;
    font-size: 14px;
    font-family: Tahoma,'Trebuchet MS',Verdana,Arial,"Lucida-Grande",Sans-serif;
    padding: 10px;
    background: #1D1D1D;
    color: #B8B8B8;
    border-bottom: 1px solid #303030;
}

#all_side {
    float: left;
    padding: 0px;
    margin: 0px;
    background: #303030;
}

#left_side {
    float: left;
    width: 550px;
    padding: 0;
    background: #303030;
}

#newsbox h2 {
    color: #B8B8B8;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    background: url(../images/puce_carre.jpg) left no-repeat;
}

.news_date {
    color: #6D6C6C;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
}

.news_separator {
    margin: 0px 0px 0px -15px;
    padding:0;
}

.news_text {
    font-size: 12px;
    color: #B8B8B8;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 5px 20px;
}

#left_side h3 {
    color: #aaa28b;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
}

#right_side {
    float: right;
    width: 330px;
}

div#menu
{
    float:left;
    margin-bottom: 20px;
    width: 900px;
    height: 130px;
}

/*
  #right_side li a:hover {
  color: #cfc5ab;
  height: 26px;
  font: 10px Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
  text-decoration: none;
  }

#right_side li {
display: block;
list-style-type: none;
padding: 0;
margin: 0;
}

#right_side ul {
margin: 0px 0px 0px 10px;
}

#right_side li a,span{
color: #aaa28b;
height: 26px;
font: 10px Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
text-decoration: none;
}
*/

#right_side h2 {
    color: #aaa28b;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
    font-size: 12px;
    font-family: Tahoma,'Trebuchet MS',Verdana,Arial,"Lucida-Grande",Sans-serif;
}

#right_side h3 {
    color: #aaa28b;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
    font-size: 12px;
    font-family: Tahoma,'Trebuchet MS',Verdana,Arial,"Lucida-Grande",Sans-serif;
}


/*
 ** footer class & id
 */

#main_footer {
    position: relative;
    margin: 0 auto;
    width: 901px;
    height: 47px;
}

#foot_menu {
    background: #303030;
    border-left: 1px solid #646464;
    border-right: 1px solid #646464;
}

#foot_menu ul {
    height: 15px;
    width: 860px;
    margin: 0 auto;
    text-align: center;
}

#foot_menu li {
    display: inline;
    margin: 0 10px;
}

#foot_menu li a {
    color: #B8B8B8;
    font-size: 9px;
    font-family: Tahoma,'Trebuchet MS',Verdana,Arial,"Lucida-Grande",Sans-serif;
    text-decoration: none;
}

#foot_menu li a:hover, a:active {
    color: #B8B8B8;
    font-size: 9px;
    font-family: Tahoma,'Trebuchet MS',Verdana,Arial,"Lucida-Grande",Sans-serif;
    text-decoration: none;
}

#foot_logo {
    float: right;
    position: relative;
    top: 4px;
    right: 20px;
}

#foot_menu img {
    position: relative;
    top: 5px;
    border: 0;
}

.footnoimg {
    background: none;
}

#ft_img_left {
    position: absolute;
    left: 0px;
    height: 19px;
    width: 19px;
    background: url(../images/corner_24.png) no-repeat;
}

#ft_img_mid {
    position: absolute;
    left: 19px;
    height: 18px;
    width: 863px;
    background: #303030;
    border-bottom: 1px solid #646464;

}

#ft_img_right {
    position: absolute;
    right: 0px;
    height: 19px;
    width: 19px;
    background: url(../images/corner_24_r.png) no-repeat;
}

#logo_edito {
    float: left;
}

table a.texte_link,table {
    color: #FFFFFF;
}

a:hover {
    text-decoration: none;
    color: #99FF33;
}

a:active {
    text-decoration: none;
    color: #99FF33;
}

.back_tendu {
    background-color:#460002;
}

.back_private {
    background-color:#990000;
}

img.daily_preview {
    margin-bottom: -5px;
}