/* rptexte1 : style de page de texte à lire 
   html5 avec header, footer, article, section, aside
   version: 2015-10-18
   titre principal en bleu Lectoure
   autres titres en noir 
   texte en noir
   marge grise
   #235280 :  bleu Lectoure foncé
   #325D90 : bleu Lectoure foncé
version 2016-11-08 : fonte Roboto
*/
/* Open Sans Light */
/*@font-face {
   font-family: 'Fonte1';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face{ 
	font-family: 'Fonte1';
	src: url('../fonts/Roboto-Regular-webfont.eot');
	src: url('../fonts/Roboto-Regular-webfon.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
	     url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
	     url('../fonts/Roboto-Regular-webfont.svg#webfont') format('svg');
	 font-weight: normal;
    font-style: normal;
}
/* Open Sans Regular */
@font-face {
    font-family: 'Fonte2';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype');
/*         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');*/
    font-weight: normal;
    font-style: normal;
}


body {  
	font-family: 'Fonte1',Verdana, Arial, Helvetica,sans-serif, sans; 
   /*font-size: 100%;   avec opensans-light*/
   font-size: 95%;   /* avec noto-sans  */
	color: #000000;
   background-image: url(../images/fond1.gif);
}

@media screen and (max-width: 768px ){
   body {
      background-image:none;   
   }
}

#titrepage {
margin-bottom: 1em;
clear: both;
}

/*** Manque de contraste
a:link {
	color: #5D7BB5;
}
a:visited {
	color: #83A1DB;
}
a:active {
	color: #FF0000;
}
***/
a:link {
   color:#235280;
}
a:visited {
	color:#555555;
}
a:active {
	color: #FF0000;
}

hgroup {
	min-width:300px;
   width:100%;
	width: 60em;
}

h1, h2, h3 {
	font-family: 'Fonte1',Verdana, Arial, Helvetica, sans-serif, sans;
   color: #235280;
}

h1 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 1.7em;
/*	 color: #336699; */
}

/** auteur du texte et non d un haiku **/
h1 .auteurtexte {
   font-size: 0.8em;
	margin-bottom: 1em;
}

h2 {
/*	font-size: 1.1em;*/
   font-size:1em;
	font-weight: normal;
	margin-top: 2em;
/*	color: #336699; */
	margin-left: 0em;
}

h3 {
/*	font-size: 1em;*/
   font-size: 0.9em;
	font-weight: normal;
/*	margin-top: 2em;*/
   margin-top: 1.5em;
	margin-bottom:0.9em;
/*	color: #336699; */
}

h4 {
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom:0.8em;
}

h2, h3, h4 {
/*   color: #58718F;*/
   color: #222222;
}

p, li {
	font-family: 'Fonte2',Verdana, Arial, Helvetica, sans-serif;    
   font-size: 0.85em;   
   margin-bottom:0.55em;
   color:#111111;
}


b {
	font-weight: bold;
}

/* citation  */
q {
	margin-left: 1em;
	font-style: italic;
}

/* REstreindre la largeur de texte pour faire plus lisible */
#content p {
   max-width: 600px;
   line-height: 1.4em;
}

#content li {
   font-size: 0.78em;
   line-height: 1.35em;   
/*	font-family: serif; */
   max-width: 550px;	
}

#content .haikun {
   font-size: 1.15em;
   font-style: italic;
   margin-left : 1.5em;
}

/* Decalage de bloc */
#content .decalage {
    margin-left: 3em;   
}

#content strong {
	font-weight: bold;
}

/* exemple de haiku  */
#content .exemple {
	margin-left: 1.2em;
}

nav a {
	font-family: 'Fonte2',Verdana, Arial, Helvetica, sans-serif,sans;       
/*   font-size: 0.75em;*/
   font-size: 0.875em;   
	line-height: 1.25em;
	margin-bottom: 2.7em;
}

aside {
	font-size: 0.81em;
}


/* date de mise a jour de la page*/
#datepage {
   font-style: italic;
   margin-top:2em;   
}

#colophon p{
   font-size: 0.75em;
}

/* Nom du site et liens */
#colophon .site {
   font-size: 1.15em;
}


/* Notes du colophon */
#colophon .note {
font-size: 0.625em;
}

pre, .haiku {
	font-family: "Courier New", "Comic Sans MS",Verdana, Helvetica; 
	font-size: 0.9375em;
	margin-left: 3em;
/*	margin-bottom: 2em;*/
  margin-top: 2em;
	color: #333333;
	font-weight: normal;
 }

pre + p.auteur {
   margin-bottom:3em;
}

pre.trans {
	margin-left: 5em;
}

/** auteur du haiku et non du texte ***/
p.auteur {
   margin-left: 3em;
   font-style: italic;
}

/** auteur du texte */
p.auteurtexte {
   font-style: italic;
   font-size:  1em;
}

p.note {
   font-style:italic;
}

/** Note référence de publication **/
p.refpub {
   font-style:italic;
   margin-left: 2em;
   margin-top: 3em;
}

/* fichier en miroir sur TL */
.mirror {
   font-size: 0.75em;   
}