--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/thd/web/css/.svn/text-base/layout.css.svn-base Tue Sep 22 16:40:38 2009 +0200
@@ -0,0 +1,155 @@
+body {
+ margin:0;
+ padding:0;
+ /*text-align: center; /* pour corriger le bug de centrage IE */ */
+ background: #000000;
+}
+#global-wrapper {
+ width: 100%;
+ background: #000000;
+}
+
+
+/* HEADER ===================== */
+#header {
+ position: relative;
+ width: 100%;
+ height: 120px;
+ background: #000000;
+}
+
+#header #universcinethd {
+ float: left;
+ width: 454px;
+ height: 75px;
+}
+#header #partners {
+ float: left;
+ position: relative;
+ top: 50px;
+}
+
+#logo {
+ display: block;
+ margin: 0;
+ position: absolute;
+ top: 15px;
+ left: 85px;
+ background: transparent url("../images/logos/universcine.png") no-repeat;
+ height: 0 !important;
+ overflow: hidden;
+ padding: 75px 0 0 0;
+ width: 354px;
+ z-index: 10;
+}
+.logo-partner {
+ display: inline;
+ margin: 0;
+}
+
+#header #baseline {
+ clear: both;
+ position: relative;
+ top: 10px;
+ left: 500px;
+ width:300px;
+ font-size: 18px;
+ font-weight:normal;
+ font-family: Georgia, "Times New Roman", Times,serif;
+}
+
+
+/* NAVIGATION====== */
+#navigation {
+position: relative;
+ width: 100%;
+ padding: 5px;
+ top: 10px;
+ background:#000000 url(../img/global/gradient/h80.png) repeat-x;
+ opacity:0.5;
+}
+#navigation:after {
+ content: ".";
+ display: block;
+ height: 0;
+ overflow: hidden;
+ clear: both;
+ visibility: hidden;
+}
+#navigation ul, li {
+ display: inline;
+}
+
+#navigation li {
+ display: inline;
+ color: #ffffff;
+ padding: 0px 6px 10px 10px;
+ background: url("../images/pictos/nav_sep.png") no-repeat 0px 2px;
+}
+
+#navigation #navigation-right {
+ position: relative;
+ left: 400px;
+ margin-left: 20px;
+}
+
+
+/* BODY============== */
+#global {
+ position: relative;
+ width: 100%;
+ background: #000000 url("../images/layout/bg-homepage.jpg") no-repeat;
+}
+#global:after {
+ content: ".";
+ display: block;
+ height: 0;
+ overflow: hidden;
+ clear: both;
+ visibility: hidden;
+}
+#homepage {
+ position: relative;
+ width: 100%;
+ background: #000000 url("../images/layout/bg-homepage.jpg") no-repeat;
+}
+#homepage:after {
+ content: ".";
+ display: block;
+ height: 0;
+ overflow: hidden;
+ clear: both;
+ visibility: hidden;
+}
+
+
+
+/* LEFT HOMEPAGE===== */
+#document-sidebar {
+ float: left;
+ width:380px;
+ padding: 15px;
+}
+
+#search form input.field {
+ padding: 2px;
+ width: 240px;
+ border: 0;
+}
+
+
+
+/* RIGHT HOMEPAGE===== */
+#document {
+ float: left;
+ padding: 15px;
+}
+
+
+/* FOOTER============= */
+#footer {
+ clear:both;
+}
+
+
+