reorganisation des dossiers
[mtweb] / mw / out / default / css / style.css
diff --git a/mw/out/default/css/style.css b/mw/out/default/css/style.css
new file mode 100644 (file)
index 0000000..bf2dbb2
--- /dev/null
@@ -0,0 +1,34 @@
+@import url("general.css");
+@import url("header.css");
+@import url("menu_top.css");
+@import url("main.css");
+@import url("footer.css");
+
+*{
+  margin: 0;
+  padding: 0;
+}
+
+html{
+  height: 100%;
+}
+
+body{
+  text-align: center;
+  height: 100%;
+}
+
+pre, div { text-align: left; }
+
+.content{
+  margin-left: auto;
+  margin-right: auto;
+  width: 800px;
+}
+
+.clear{
+  clear: both;
+  font-size: 0px;
+  line-height: 0px;
+  height: 0px;
+}