web/hdalab/static/hdalab/css/common.css
changeset 132 e6483309fa52
parent 131 9d5d9e6b7fbf
child 207 44ddbffbfea5
--- a/web/hdalab/static/hdalab/css/common.css	Tue Feb 28 18:51:58 2012 +0100
+++ b/web/hdalab/static/hdalab/css/common.css	Wed Feb 29 16:14:01 2012 +0100
@@ -13,6 +13,11 @@
     font-family: "Open Sans"; font-style: italic; src: url(OpenSans-Italic.ttf);
 }
 
+@font-face
+{
+    font-family: "Open Sans"; font-weight: bold; font-style: italic; src: url(OpenSans-BoldItalic.ttf);
+}
+
 /* Browser-reset CSS */
 
 html, body, div, span, applet, object, iframe,
@@ -50,6 +55,10 @@
     vertical-align: top;
 }
 
+img a {
+    border: none;
+}
+
 /* Body */
 
 body {
@@ -70,8 +79,12 @@
 
 /* Main container */
 
+#header {
+    position: relative; width: 960px; margin: 0 auto; height: 65px;
+}
+
 #container {
-    position: relative; width: 960px; margin: 0 auto;
+    position: relative; width: 960px; margin: 0 auto; min-height: 800px;
 }
 
 h1 {
@@ -93,3 +106,27 @@
 #nav a:hover {
     color: #e07000;
 }
+
+#nav a.actif {
+    color: #ffff80;
+}
+
+#footer {
+    width: 100%; float: left; clear: both; background: url(../img/bgdfooter.png) top repeat-x #b1b4c0; padding: 110px 0 20px 0;
+}
+
+#footer-contents {
+    list-style: none; width: 960px; margin: 0 auto; color: #ffffff;
+}
+
+#footer-contents li {
+    float: left; width: 240px;
+}
+
+#footer-contents p {
+    font-size: 13px; margin: 2px 0;
+}
+
+#footer-contents img {
+    display: block; margin: 0 auto;
+}