/*
Theme Name: Perso JMC
//Theme URI: https://wordpress.org/themes/...
Author: JMC
//Author URI: https://wordpress.org/...
Description: Thème vide
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jmc
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
//This theme, like WordPress, is licensed under the GPL.
//Use it to make something cool, have fun, and share what you've learned with others.
*/
/*
https://developer.wordpress.org/themes/basics/main-stylesheet-style-css/
*/

* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #00f;
}
html {
	/* margin: 0 !important; */
	font-family: sans-serif;
  /*
	line-height: 1.2em;
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
  */
}

body {
  position: absolute;
  top: 0; left: 0; right: 0;
  background: #444;
}

header, main, footer, aside, nav, article, section {
  margin: 0.2em;
  padding: 1em;
	display: block;
}
header {
  position: fixed;
  top: 0; left: 0; right: 0;
  margin: -5px;
  z-index: 1;
}
header {
  background: #ccc;
  padding-bottom: 0;
}
main {
  position: absolute;
  top: 7em; left: 2%;
  width: 90%;
  background: #ddd;
  z-index: 0;
}
#content {
  background: #eee;
  width: 70%;
  float: left;
}
.contenu {
  width: 90%;
  background: #fff;
  margin-bottom: 1em;
  padding: 1em;
  word-wrap: break-word;
}
.wp-caption {
  max-width: 100%;
}
.contenu img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

aside, footer {
  border: solid 1px #000;
}
aside {
  width: 22%;
  float: right;
}
#delimiter {
  clear: both;
  height: 2em;
}

.alignnone {
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
  margin: auto;
}

.menu-menugen-container {
  margin: 0 -1em;
  background: #000;
}
.menu-menugen-container ul {
  list-style-type: none;
}
.menu-menugen-container a {
  color: inherit;
}
.menu-menugen-container > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 1em;
  background: #666;
  color: #ccf;
  height: 1em;
  overflow-y: hidden;
}
.menu-menugen-container ul li:hover {
  height: auto;
}
.menu-menugen-container .sub-menu {
  margin-left: 1em;
  margin-top: 0.2em;
}

.postmetadata {
  font-style: italic;
}
