html {
    margin: 0px;
    padding: 0px;
    font-family: 'Droid Sans', sans-serif;
    font-size:16px;
    line-height: 1.3;
}

header,section,article,aside,footer{
    display: block;
}

/* http://objetdirect.developpez.com/tutoriels/css/responsive-design/*/
img, object, embed, canvas, video, audio, picture {
    max-width: 100%;
    height: auto;
}

h1 { font-size: xx-large; clear: left; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h4 { font-size: medium; }
h5 { font-size: small; }

@media screen and (max-width: 1119px) {
    aside {
        text-align: center;
    }

    aside div#author ul li {
        display: inline;
        margin-right: 10px;
        margin-left: 10px;
      }

    .article-title {
        text-align: center;
    }

    article p.meta {
        text-align: center;
    }

    hr {
        display:none;
    }
}

@media screen and (min-width: 1120px) {
    aside {
      /*background-color: red;*/
      float: left;
      width: 17%;
      max-width: 250px;
    }

    aside div#author ul li {
        display: block;
      }

    section {
      /*background-color: green;*/
      width: 82%;
      float: left;
      max-width:1024px;
	  margin:0 auto;
	  text-align:justify;
    }

    footer {
      float:right;
      clear:both !important;
      width: 75%;
      max-width: 1024px;
    }
}

footer {
    font-size: small;
    border-top: #eee 1px solid;
}

section {
    margin-left: 10px;
    line-height: 1.4;
}

section 

aside {
    border-right: #eee 1px solid;
    border-bottom: #eee 1px solid;
}

/* Inspired by http://wiki.archlinux.org */
#TableOfContents {
    background-color: #F9FAFF;
    border: 1px solid #D7DFE3;
    display: inline-block;
}

#TableOfContents ul {
    /*padding-left: 1.5em;*/
    padding-right: 1em;
}

#TableOfContents ul li {
    /*margin-top: 3px;*/
}

#TableOfContents > ul {
    /*padding-left: 0;*/
}

#TableOfContents > ul > li > ul {
    padding-left: 10px;
}

hr {
    color: #eee;
    width:50%
}

a {
    color: black;
}

a:hover {
    text-decoration: underline;
}

aside .menu_entry {
    color: #606060;
    font-weight: bold;
    padding: 3px;
    border: 3px solid #eeeeee;
    border-radius: 10px;
}

aside .menu_entry:hover {
    color:white;
    background-color:#08c;
    border: 3px solid #08c;
}

aside div#author {
    padding: 10px;
}

aside div#author a {
    text-decoration: none;
}

aside div#author ul li {
    margin-top:10px;
    padding: 10px 0px 0px 0px;
}

aside div#author ul {
    padding-left: 0px;
}

aside div#social a {
    color: #08c;
    font-size: x-large;
}

aside .title {
    font-size: x-large;
    font-weight:800;
}

aside p {
    margin-top:5px;
    margin-bottom: 0px;
}

section a:hover {
    color: #005580;
}

section a {
    color: #08C;
    text-decoration:none;
}

section p code  {
    padding: 1px;
    font-style: italic
}

section .article_text ul li {
    margin-top:5px
}

section .article_text ul li {
    line-height: 1.375em;
}

section .article_text ul li a {
    text-decoration: none;
}

section .article_text ul li a:hover {
    text-decoration: underline;
}

section .article_text .post_date {
    color: #B2B2CA;
    font-style: italic;
    font-size: 0.875em; /* 14px */
}

footer a {
    text-decoration: none;
}

article {
	/*background-color: orange;*/
  padding: 10px;

}

.article-title
{
    font-size:xx-large; /* 23px */
    font-weight:550;
}


.meta li {
    display: inline
}

.meta li:after {
    content: ",";
}

/* Supprime la derniere virgule de la liste */
.meta li:last-child:after {
    content: "";
}

.post ul li{
    margin-top: 5px
}


.highlight-blue {
    /*font-family: "Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace";*/
    background-color:#e7e5ea;
    padding: 3px;
    font-weight: bold;
    border-radius: 3px;
}

.block-blue {
    background-color:#E0ECF8;
    padding: 2px;
    font-family: monospace;
    overflow-x: auto;
    word-wrap:break-word;
}


.highlight pre {
    font-family: 'Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace';
    overflow-x:auto;
    border:2px solid #d9d9d9;
    padding: 10px;
    line-height:1em;
    margin:0 0 18px;
    word-wrap:break-word;
    font-size:0.938em;
}
/*

pre code {
    width: 100%;
    margin:0 0 18px;
    display:inline-block;
    padding: 5px;
    overflow-x:auto;
}
*/

blockquote p {
    background-color:#E0ECF8;
    margin: 22px 2px 22px 20px;
    padding-left: 20px;
    padding: 5px;
    color: #424242;
    font-style: italic;
}

.warning {
    display:inline-block;
    padding: 1em;
    margin: 0.5em 0px;
    background-color: #FDD;
    border: thin solid #DBB;
    overflow: hidden;
}

.note {
    display:inline-block;
    padding: 1em;
    margin: 0.5em 0px;
    background-color: #E0BEFC;
    border: thin solid #DBB;
    overflow: hidden;
    border-radius: 3px;
}

.img-left-float {
    float:left;
    margin:15px;
}

.img-logo-30pct {
    max-width: 30%;
}

/*! 

Based on

Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
article table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb
}

article caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

article td,
article th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}

article td:first-child,
article th:first-child {
    border-left-width: 0
}

article thead {
    background-color: #E0ECFd;  
    text-align: left;
}

article tr:nth-child(2n-1) td {
    background-color: #f2f2f2
}

article td {
    border-bottom: 1px solid #cbcbc0
}
