/* ======================================================================
  ======================================================================
        Styles généraux sauf pour
          - le menu (voir menu.css)
          - le bloc central de la page d'accueil (voir alaune.css)
          - l'agenda (voir agenda.css)
          - le forum du site (voir forum.css.html)
          - les styles configurables (voir config.css.html)
  ======================================================================
   ======================================================================*/

/****** taille des caractères en fonction du support ******/
body {
      font-size: 1rem;
      text-align: center;
}
.content {
          font-family: Garamond, Georgia, Times New Roman, serif;
	  text-align: justify;
	  background: #fdfddc;
	  border: 1px solid black;
	  padding: 1em;
	  text-indent: 20px;
}
.spip_code{
	background: #efefef;
	color: black;
	font-size: 80%;
	font-family: Courier, "Courier New", monospace;
}

.spip_cadre, .coloration_code {
	display: inline-block;
	font-size: 80%;
	font-family: Courier, "Courier New", monospace;
	background-position: 2px 50%;
	background-repeat: no-repeat;
	border: none;
	margin: 0 2em 2em 2em;
	min-height: 40px;
	text-align: justify;
	vertical-align: middle;
	width: 100%;
    color: black;
    background-color: #F0F0F0;
	overflow: auto;
}
