summaryrefslogtreecommitdiff
path: root/design/design.css
diff options
context:
space:
mode:
Diffstat (limited to 'design/design.css')
-rwxr-xr-xdesign/design.css57
1 files changed, 57 insertions, 0 deletions
diff --git a/design/design.css b/design/design.css
new file mode 100755
index 0000000..9179437
--- /dev/null
+++ b/design/design.css
@@ -0,0 +1,57 @@
+@import url("contenu.css");
+@import url("sommaire.css");
+@import url("confirmation.css");
+@import url("commentaire.css");
+
+@font-face {
+ font-family: 'Noto Serif';
+ font-style: normal;
+ font-weight: 400;
+ src: local('Noto Serif'), local('NotoSerif'), url(../font/notoserif.woff) format('woff') ;
+}
+@font-face {
+ font-family: 'Noto Serif';
+ font-style: normal;
+ font-weight: 700;
+ src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(../font/notoserifbold.woff) format('woff') ;
+}
+@font-face {
+ font-family: 'Noto Serif';
+ font-style: italic;
+ font-weight: 400;
+ src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(../font/notoserifitalic.woff) format('woff') ;
+}
+
+
+
+body
+{
+ font-family: 'Noto Serif', Verdana, sans-serif;
+ width: 100%;
+ margin: 0px;
+ background: #f1f1f1;
+ color: #333333;
+
+}
+#body_c
+{
+ background-repeat:no-repeat;
+ background-position:top left;
+}
+.fr
+{
+ float: right;
+}
+.fl
+{
+ float: left;
+}
+ache {
+ margin-left: auto;
+ margin-right: auto;
+}
+img {
+ display: block;
+ margin: 0 auto;
+ max-width: 100%;
+}