(59 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | <!-- Font (police) du site --> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet"> | ||
<style> | <style> | ||
+ | html{ | ||
+ | } | ||
body{ | body{ | ||
background-color: /*#E8E5E5*/white; | background-color: /*#E8E5E5*/white; | ||
− | |||
} | } | ||
.contentEvry{ | .contentEvry{ | ||
width: 80%; | width: 80%; | ||
− | + | height: 130%; | |
+ | |||
margin-left:auto; | margin-left:auto; | ||
margin-right:auto; | margin-right:auto; | ||
margin-top:0%; | margin-top:0%; | ||
− | padding: | + | padding: 100px; |
background-color: white; | background-color: white; | ||
box-shadow: 1px 1px 12px #555; | box-shadow: 1px 1px 12px #555; | ||
} | } | ||
+ | |||
+ | ul li{ | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | .contentEvry p{ | ||
+ | text-align:justify; | ||
+ | } | ||
+ | |||
+ | .contentEvry img{ | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | p{ | ||
+ | font-family: 'Nunito', sans-serif; | ||
+ | font-size: 10px; | ||
+ | text-indent: 40px; | ||
+ | } | ||
+ | |||
+ | .bibliographie{ | ||
+ | font-family: 'Nunito', sans-serif; | ||
+ | font-size: 10px; | ||
+ | text-indent: initial; | ||
+ | } | ||
+ | |||
+ | h1{ | ||
+ | color: #e62b1e; | ||
+ | font-size:30px; | ||
+ | font-weight:1000; | ||
+ | } | ||
+ | |||
+ | h2{ | ||
+ | color: #e62b1e; | ||
+ | font-size:20px; | ||
+ | font-weight:900; | ||
+ | } | ||
+ | |||
+ | |||
+ | h3{ | ||
+ | color: #e62b1e; | ||
+ | font-size:15px; | ||
+ | font-weight:900; | ||
+ | text-align:left; | ||
+ | |||
+ | } | ||
+ | |||
+ | h1,h2,h3{ | ||
+ | font-family: 'Arial Black', sans-serif; | ||
+ | } | ||
+ | |||
+ | #HQ_page table .direction { | ||
+ | border: none; | ||
+ | border-collapse: collapse; | ||
+ | margin-bottom: 5px; | ||
+ | margin-top: 5px; | ||
+ | margin-right: 5px; | ||
+ | margin-left: 5px; | ||
+ | width:80%; | ||
+ | } | ||
+ | |||
+ | #HQ_page .direction th { | ||
+ | background-color: transparent; | ||
+ | padding: 0px; | ||
+ | color: black; | ||
+ | border: none; | ||
+ | border-collapse: collapse; | ||
+ | vertical-align: middle; | ||
+ | text-align: center; | ||
+ | font-size:15px; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</head> | </head> |
Latest revision as of 00:43, 18 October 2018