body {
  font-family: monospace;
  line-height:150%;
  margin: 80px 0px;
  background: url("../images/bg.png")
}

strong {
  /* text-transform: uppercase; */
  font-weight: bold;
  font-size: 1em;
  /* text-decoration: underline; */ /* only the link can be underlined */
  /* letter-spacing: 10px; */
  margin-bottom: 10px;
  text-decoration: none;
  text-shadow: 1px 0px 1px #444;
}

.container-lateral {
  /* background: #ffe; */ /* # papier jauni, couleur initiale */
  background: #fff; /* papier blanc pour uniformite avec l'effet polaroid sur ls photos laterales */
  /* background: #888; */ /* page avec fond gris */
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  margin: 20px auto 0; # 100 down to 0 to prevent large margin on top
  /* max-width: 800px; # size on page
  min-height: 300px; */
  padding: 75px; # original value from alixedi - 200px
  position: fixed;
  # width: 80%; # original value from alixedi - 80%
  width: 95%; # size within the container that contains container-x
  height: 95%; # size within the container that contains container-x
  
}

.read-more
{
  margin-bottom: 20px;
  text-align: right;
}

.container-x {
  /* background: #ffe; */ /* # papier jauni, couleur initiale */
  background: #fff; /* papier blanc pour uniformite avec l'effet polaroid sur ls photos laterales */
  /* background: #888; */ /* page avec fond gris */
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  margin: 0px auto 0; # 100 down to 0 to prevent large margin on top
  max-width: 800px; # size on page
  min-height: 300px;
  padding: 75px; # original value from alixedi - 200px
  position: relative;
  # width: 80%; # original value from alixedi - 80%
  width: 95%; # size within the container that contains container-x
  height: 95%; # size within the container that contains container-x
  
}

.container-x:before, .container-x:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.container-x:before {
  /* background: #ffe; */
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  left: -5px;
  top: 4px;
  # transform: rotate(-2.5deg);
  transform: rotate(-5deg) translate(30px,20px); # pour donner plus d'effet a l'impression de desinvolture dans le placement des feuilles
}

.container-x:after {
  /* background: #ffe; */
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  right: -3px;
  top: 1px;
  # transform: rotate(1.4deg);
  transform: rotate(7deg) translate(1px,-10px); # pour donner plus d'effet a l'impression de desinvolture dans le placement des feuilles
}

.carto {
  transform: translate(-100px,-50px); # pour donner l'effet d'envahissement, qu'on etale la carte sur tout le bureau
}
  
/* links */
a:link, a:visited, a:active, a:hover {
  color: #C00;
  text-decoration: underline; # to have better lisibility on the link
}

/* menu */
.page-link-x {
  font-weight: bold;
}

a.page-link-x:hover {
  border-bottom: 4px solid #C00;
}

.navlist-x {
  padding: 0px 0px;
}

.navlist-x > li {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
}

/* style specifique des laterals */
.lateral {
}

.h1_lateral {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  /* text-decoration: underline; */ /* only the link can be underlined */
  /* letter-spacing: 10px; */
  margin-bottom: 10px;
  text-decoration: none;
  text-shadow: 1px 0px 1px #444;
  font-size: 2em;

}

.lateral > h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none
  /* text-decoration: underline; */ /* only the link can be underlined */
}


/* headings */
h2, h3, h4, h5, h6 {
  font-size: 1em;
}


h1 {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: bold;
  /* text-decoration: underline; */ /* only the link can be underlined */
}

.link_standard  {
    text-decoration: underline; /* only the link can be underlined */
}

h2 {
  font-weight: bold;
  /* text-decoration: underline; */ /* only the link can be underlined */
}

h3 {
  font-weight: bold;
}

.header {
  text-align: center;
  margin-bottom: 20px;
}

.header > h1 {
  letter-spacing: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  text-shadow: 1px 0px 1px #444;
}

/* posts */
.post-header > article {
  margin-top: 10px;
  margin-bottom: 10px;
}

.post > article {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* posts */
.posts {
  padding-left: 0px;
}

.posts > li {
  list-style-type: none;
  margin: 80px 0px;
}

/* code blocks */
.highlight, blockquote {
  margin: 40px 0px;
  padding: 0px 20px;
  border-left-style: solid;
}

/* footer */
footer {
  margin-top: 100px;
  text-align: center;
}

/* pagination */
.pagination {
  text-align: center;
}

.pagination > a, .pagination > span {
  margin: 40px 10px;
}

/* continue reading */
.continue {
  text-align: center;
  margin-top: 40px;
}
