.uk-list {
    padding-left: 30px;
    list-style: initial;
}
figcaption {
    text-align: center;
}
th {
    text-align: center;
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #008A8C;
}
td {
    text-align: center;
    vertical-align: middle;
    padding: 6px 10px;
    border: 1px solid #008a8c;
}
table {
    border-collapse: collapse;
}
p {
    margin: 4px;
}

/* Ajouts Guillaume */
article p,
article ul {
    margin: 0;
    margin-bottom: 16px;
    /*color: #005B67;*/
    color: #00444D;
}

article blockquote {
    margin: 0;
    margin-bottom: 16px;
    border-left: 0.25em solid #ddd;
    color: #777;
}

article blockquote p {
    color: #005B67;
    font-style: normal;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Karla',Arial,sans-serif;
}

article code {
    background-color: #F4F4F4;
    color: #660C00;
    padding: 0.2em 0.5em;
    border-radius: 3px;
    font-size: 85%;
}

article h1,
article h2,
article h3,
article h3,
article h5 {
    margin-top: 24px;
    margin-bottom: 16px;
}

article h2 {
    padding-bottom: 0.3em;
    font-size: 1.5em;
    /*border-bottom: 1px solid #eee;*/
    border-bottom: 1px solid #00b9c1;
}

article h3 {
    font-size: 1.25em;
}

article img {
    margin: auto;
    display: block;
}

article a {
    color: #007180;
    text-decoration: underline;
}

article a:hover {
    color: #009EB3;
    text-decoration: none;
}

article section.important {
    padding: 1em 1.5em;
    margin: 1em 0;
    background-color: #008A8C;
}

article section.important p,
article section.important ul,
article section.important a {
    color: #fff;
}