| Line 142: |
Line 142: |
| | Prochaines étapes | | Prochaines étapes |
| | |} | | |} |
| | + | |
| | + | {{#css: |
| | + | h2 { |
| | + | |
| | + | text-align: left; |
| | + | |
| | + | font-size: 30px; |
| | + | |
| | + | font-family:'Lato', sans-serif; |
| | + | |
| | + | color: #282840; |
| | + | |
| | + | } |
| | + | |
| | + | p { |
| | + | text-align: left; |
| | + | |
| | + | font-size: 16px; |
| | + | font-family:'Lato', sans-serif; |
| | + | |
| | + | color: black; |
| | + | |
| | + | } |
| | + | ul { |
| | + | text-align: left; |
| | + | |
| | + | font-size: 16px; |
| | + | |
| | + | font-family: 'Lato', sans-serif; |
| | + | |
| | + | color: black; |
| | + | |
| | + | } |
| | + | |
| | + | .FCK__ShowTableBorders a:link { |
| | + | text-decoration: none; |
| | + | color: white; |
| | + | } |
| | + | |
| | + | .FCK__ShowTableBorders a:visited { |
| | + | text-decoration: none; |
| | + | color: white; |
| | + | } |
| | + | |
| | + | |
| | + | .FCK__ShowTableBorders a:hover { |
| | + | text-decoration: underline; |
| | + | color: white; |
| | + | } |
| | + | |
| | + | .FCK__ShowTableBorders a:active { |
| | + | text-decoration: underline; |
| | + | color: white; |
| | + | } |
| | + | |
| | + | |
| | + | |
| | + | #content h3 { |
| | + | |
| | + | font-size: 16px; |
| | + | |
| | + | font-family:'Lato', sans-serif; |
| | + | |
| | + | font-color: white; |
| | + | |
| | + | text-align: left; |
| | + | } |
| | + | |
| | + | table { |
| | + | width: 100%; |
| | + | } |
| | + | |
| | + | img { |
| | + | width: 100%; |
| | + | height: auto; |
| | + | } |
| | + | |
| | + | #agenda { |
| | + | width: 70%; |
| | + | font-size: 16px; |
| | + | font-family:'Lato', sans-serif; |
| | + | } |
| | + | |
| | + | @media screen and (max-width: 800px) { |
| | + | #agenda { |
| | + | width: 100%; |
| | + | } |
| | + | } |
| | + | |
| | + | }} |