

body  {
background: linear-gradient(to right, #303030 0%,#303030 50%,#eee 50%,#eee 100%); /* W3C */
margin-top:15px;
 margin-left:15px;
 margin-right:15px;
}


#piedgauche  {
    float: left;
    top: 0;
    z-index: 100;
    left: 0;
    background: #303030;
    width: 49%;
    color: #eee;
    outline: 1px solid #303030; /* avoid gap */
    
    }
    
    #pieddroite  {
    float: right;
    top: 0;
    z-index: 100;
    right: 0;
    background: #eee;
        width: 50%;
    color: #303030;
    outline: 1px solid #eee; /* avoid gap */
    }
    
    
    #pied
    
     {
    float: center;
    color: #303030;
    outline: 1px solid #eee; /* avoid gap */
    display: none;
    }
    
#navgauche {
    position: fixed;
    top: 50%;
    left: 10;
    z-index: 400;
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: 1px solid black;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    background-color: #ccc;
    color: #111;
}

#navdroite {
    position: fixed;
    top : 50%;
    right: 10;
    z-index: 400;
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: 1px solid black;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    background-color: #ccc;
    color: #111;
}
    
    #clear {
 clear:both;
}

.recherche  {
    background: #ccc;
    text-align: center;
    z-index:300;
}


/* Sides */


.menugauche {
    float: left;
    top: 0;
    z-index: 100;
    min-height: 100%;
    left: 0;
    background: #303030;
        width: 49%;
    color: #eee;
    font-family: asap, sans-serif; 

    
}

.menudroite {
    float: right;
    top: 0;
    z-index: 100;
    min-height: 100%;
    right: 0;
    background: #eee;
        width: 50%;
    color: #303030;
    font-family: asap, sans-serif; 

}


.lrdf {
    float: left;
    top: 0;
    z-index: 100;
    left: 0;
    background: #303030;
        width: 49%;
    color: #eee;
font-family: 'GaramondPremierPro', Garamond, 'Times New Roman', serif;
font-size: 1.3em;
    
}


.sommaire-lrdf {
    float: left;
    top: 20%;
    position: fixed;
    z-index: 100;
    left: 0;
    background: #303030;
        width: 49%;
    color: #eee;
font-family: 'GaramondPremierPro', Garamond, 'Times New Roman', serif;
font-size: 1.3em;
    
}

.tdm-lrdf {
    float: left;
    top: 0;
    z-index: 100;
    left: 0;
    background: #303030;
        width: 49%;
    color: #eee;
font-family: 'GaramondPremierPro', Garamond, 'Times New Roman', serif;
font-size: 1.3em;
    
}


.citation-gauche {
    float: left;
    z-index: 100;
    position: fixed;
    bottom: 20%;
    left: 15%;
    background: #303030;
        width: 25%;
    color: #eee;
font-family: 'GaramondPremierPro', Garamond, 'Times New Roman', serif;
font-size: 1em;
    
}


.citation-droite {
    float: right;
    z-index: 100;
    position: fixed;
    bottom: 20%;
    right: 15%;
    background: #eee;
        width: 25%;
    color: #303030;
font-family: 'GaramondPremierPro', Garamond, 'Times New Roman', serif;
font-size: 1em;
    
}

#notes {
    float: right;
    top: 0;
    z-index: 100;
    right: 0;
    background: #eee;
        width: 50%;
    color: #303030;
    font-family: 'GaramondPremierPro', Garamond, 'Times New Roman', serif; 
    font-size: 1.1em;
    line-height: 1;
}

#sommaire-notes {
    float: right;
    position: fixed;
    top: 20%;
    z-index: 100;
    right: 0;
    background: #eee;
        width: 50%;
    color: #303030;
    font-family: 'GaramondPremierPro', Garamond, 'Times New Roman', serif; 
    font-size: 1.3em;
}

#tdm-notes {
    float: right;
    top: 0;
    z-index: 100;
    right: 0;
    background: #eee;
        width: 50%;
    color: #303030;
    font-family: 'GaramondPremierPro', Garamond, 'Times New Roman', serif; 
    font-size: 1.3em;
    line-height: 1;
}

.recherche {
    width: 200px;
    text-align: right;
    background: #eee;

}



.titre {
    writing-mode: vertical-lr;
    text-orientation: sideways;
    color: #F60;
    font-family: 'GaramondPremierPro', Garamond, 'Times New Roman', serif; 
    font-size: 5em;
    line-height: 1;
    position: fixed;
    top: 30%;
    right: 47%;
    font-variant: small-caps;


}


.logo {
    position: fixed;
    bottom:5px;
    right: 48.7%;

}

.footer {
    position: static;
    bottom:5px;
    right: 48.7%;
    font-size: 9px;
    color: #F60;

}





p {
 margin: 10px;
 padding: 0px;
 }





.mobile-layout .back { /* fixed positioning will make this not clickable after scrolling on some mobile devices */
    position: absolute;
}


/* Pages */
.page {
    position: relative;
    top: 0;
    overflow: visible;
    min-height: 100%;
    width: 75%;
    height: auto;
    font-size: 1.4em;
    -webkit-backface-visibility: hidden;
}



/* Infobulles */

a.info {
   position: relative;
   color: black;
   text-decoration: none;
   border: 0px solid #111;
   background: none;
}

b {
   color: #F60;
    font-weight: bold;
}

a.info span {
   display: none; /* On masque l'infobulle. */
}
a.info:hover {
   background: none; /* Correction d'un bug d'Internet Explorer. */
   z-index: 500; /* On définit une valeur pour l'ordre d'affichage. */

   cursor: help; /* On change le curseur par défaut par un curseur d'aide. */
}
a.info:hover span {
   display: inline; /* On affiche l'infobulle. */
   position: absolute;
   width: 13em;
    border: 1px solid #111;
    background-color: #111;
    padding: 5px;
    opacity: 0.85;
    font-size: 13px;
    color: #fff;
    z-index: 3000;
    top: 20;
    right: -10;
    

}

/* Media Queries */

@media screen and (max-width: 33em) {
  .lrdf, #notes     { font-size: 60%; position: static; width: 100%; margin: auto; padding-right: 10px; }
   .menugauche { font-size: 60%; position: static; width: 80%; border: none; background: #eee; color: #303030; text-align: center;}
    .menudroite  {   display: none; }
      body  {background: #eee;  }
          
    #pied  {
    display: compact;
    text-align: center;
    }
    
    a.info:hover span  {
   display: inline; /* On affiche l'infobulle. */
   position: absolute;
   width: 9em;
    border: 1px solid #111;
    background-color: #111;
    padding: 5px;
    opacity: 0.85;
    font-size: 13px;
    color: #fff;
    z-index: 3000;
    top: 20;
    right: 0;
    

}
      

}

@media screen and (max-width: 65em) {
 .sommaire-lrdf { font-size: 60%; position: static; float: left; width: 90%; border: none; margin: auto; background-color: #eee; color: #303030; }
    #sommaire-notes { display: none; }
    
    .titre {
              position: fixed;
              top: 15%;
              right: 40%;
    text-align: center;
    }

.citation-droite, .citation-gauche {   display: none; }
}


@media screen and (min-width: 33em) { a.spip_note {
    color: #303030;
    font-size: 0px;

}



a.spip_note:hover {
    color: #303030;
    background: none;
}

.spip_note_ref {
    color: #303030;
    font-size: 0px;
}


/* Liens */

a {
   color: #F60;

}

a:hover {
  background: #F60;
  color: #111;

}

.titre a {
   text-decoration: none;
   background: none;
}

.titre a:hover {
   text-decoration: none;
   background: none;
}