thd/web/css/.svn/text-base/layout.css.svn-base
changeset 35 94a1dc255022
equal deleted inserted replaced
34:56befcb22751 35:94a1dc255022
       
     1 body {
       
     2   margin:0;
       
     3   padding:0;
       
     4   /*text-align: center; /* pour corriger le bug de centrage IE */ */
       
     5   background: #000000;
       
     6 }
       
     7 #global-wrapper {
       
     8   width: 100%;
       
     9   background: #000000;
       
    10 }
       
    11 
       
    12 
       
    13 /* HEADER ===================== */
       
    14 #header {
       
    15   position: relative;
       
    16   width: 100%;
       
    17   height: 120px;
       
    18   background: #000000;
       
    19 }
       
    20 
       
    21 #header #universcinethd {
       
    22   float: left;  
       
    23   width: 454px;
       
    24   height: 75px;
       
    25 }
       
    26 #header #partners {
       
    27   float: left;
       
    28   position: relative;
       
    29   top: 50px;
       
    30 }
       
    31 
       
    32 #logo {
       
    33   display: block;
       
    34   margin: 0;
       
    35   position: absolute;
       
    36   top: 15px;
       
    37   left: 85px;
       
    38   background: transparent url("../images/logos/universcine.png") no-repeat;
       
    39   height: 0 !important;
       
    40   overflow: hidden;
       
    41   padding: 75px 0 0 0;
       
    42   width: 354px;
       
    43   z-index: 10;
       
    44 }
       
    45 .logo-partner {
       
    46   display: inline;
       
    47   margin: 0;
       
    48 }
       
    49 
       
    50 #header #baseline {
       
    51   clear: both;
       
    52   position: relative;
       
    53   top: 10px;
       
    54   left: 500px;
       
    55   width:300px;
       
    56   font-size: 18px;
       
    57   font-weight:normal;
       
    58   font-family: Georgia, "Times New Roman", Times,serif;
       
    59 }
       
    60 
       
    61 
       
    62 /* NAVIGATION====== */
       
    63 #navigation {
       
    64 position: relative;
       
    65   width: 100%;
       
    66   padding: 5px;
       
    67   top: 10px;
       
    68   background:#000000 url(../img/global/gradient/h80.png) repeat-x;
       
    69   opacity:0.5;
       
    70 }
       
    71 #navigation:after {
       
    72   content: ".";
       
    73   display: block;
       
    74   height: 0;
       
    75   overflow: hidden;
       
    76   clear: both;
       
    77   visibility: hidden;
       
    78 }
       
    79 #navigation ul, li {
       
    80   display: inline;
       
    81 }
       
    82 
       
    83 #navigation li {
       
    84   display: inline;
       
    85   color: #ffffff;
       
    86   padding: 0px 6px 10px 10px;
       
    87   background: url("../images/pictos/nav_sep.png") no-repeat 0px 2px;
       
    88 }
       
    89 
       
    90 #navigation #navigation-right {
       
    91   position: relative;
       
    92   left: 400px;
       
    93   margin-left: 20px;
       
    94 }
       
    95 
       
    96 
       
    97 /* BODY============== */
       
    98 #global {
       
    99   position: relative;
       
   100   width: 100%;
       
   101   background: #000000 url("../images/layout/bg-homepage.jpg") no-repeat;
       
   102 }
       
   103 #global:after {
       
   104   content: ".";
       
   105   display: block;
       
   106   height: 0;
       
   107   overflow: hidden;
       
   108   clear: both;
       
   109   visibility: hidden;
       
   110 }
       
   111 #homepage {
       
   112   position: relative;
       
   113   width: 100%;
       
   114   background: #000000 url("../images/layout/bg-homepage.jpg") no-repeat;
       
   115 }
       
   116 #homepage:after {
       
   117   content: ".";
       
   118   display: block;
       
   119   height: 0;
       
   120   overflow: hidden;
       
   121   clear: both;
       
   122   visibility: hidden;
       
   123 }
       
   124 
       
   125 
       
   126 
       
   127 /* LEFT HOMEPAGE===== */
       
   128 #document-sidebar {
       
   129   float: left;
       
   130   width:380px;
       
   131   padding: 15px;
       
   132 }
       
   133 
       
   134 #search form input.field {
       
   135 	padding: 2px;
       
   136 	width: 240px;
       
   137 	border: 0;
       
   138 }
       
   139 
       
   140 
       
   141 
       
   142 /* RIGHT HOMEPAGE===== */
       
   143 #document {
       
   144   float: left;
       
   145   padding: 15px;
       
   146 }
       
   147 
       
   148 
       
   149 /* FOOTER============= */
       
   150 #footer {
       
   151   clear:both;
       
   152 }
       
   153 
       
   154 
       
   155