/* encoding="UTF-8"

Thème par défaut de Diple, Bleu
*************************************

[GB] Guillaume Bardet <guillaume.bardet@enc.sorbonne.fr> (créateur, mainteneur)
[VJ] Vincent Jolivet <frederic.glorieux@enc.sorbonne.fr> (contributeur)
[FG] Frédéric Glorieux <frederic.glorieux@enc.sorbonne.fr> (contributeur)

*/


body {
  background:#297788;
  color:#222;
  margin:0;
  padding:0;
  font-family:Palatino,"Georgia","DejaVu Serif",Times,"Times New Roman",serif;
}
/** Disposition des div */

/* [FG] 2010-01 expérience faîte, impossible de virer container pour tirer les bordures.
Si padding pour les bordures ici, ne pas utiliser width:100% pour header et footer en absolute */
#container {
  /*
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left:2.5%;
  margin-right:2.5%;
  width:95%;
  */
  left:2.5%;
  right:2.5%;
  margin: 0 auto 0 auto;
  padding:0 10px;
  position:absolute;
  min-height:100%;
  background: white;
}
#header {
  margin:0;
  padding:0;
  height:60px;
  background-image:none !important;
  /* bandeau en cours de refonte */
  background-image:url('img/bandeau.png') !important;
  background-repeat:no-repeat;
  background-position: right 0 ;
  background-color:#FFFFFF;
  border-bottom:#297788 1px dotted;
  border-top:#297788 1px dotted;
  text-align: left;
}
header {
  border: #297788 1px dotted;
}
#nav {
  float:left; /* [FG 2010-01] pose problèmes avec des clears, mais casse tout*/
  /* position:absolute; [FG] non*/
  clear:none;
  width:259px;
  color:black;
  padding:0 0 1em 0;
  font-family:Arial, sans-serif;
  /* [FG 2010-01] ou taille en pixels ? */
  font-size:90%;
  background-image:url('img/menu-gauche.png');
  background-repeat:repeat-y;
  border-right:1px solid #C9C9C9;
  border-bottom:1px solid #C9C9C9;
  /*bord supérieur droit arrondi : une image serait mieux mais pas de div imposée permettant de construire le design*/
  border-top:1px solid #C9C9C9;
  -moz-border-radius:0 15px 15px 0;
  margin:1ex 0 50px 0;
  /* override for IE */
  filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
/* version du theme où le panneau de navigation est fixé */
body.fixed #nav {
  /*
  box-sizing: border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height:100%;
  */

  margin:0;
  top:0;
  bottom:0;
  z-index:0;
  overflow:auto;
  padding:60px 0 50px 8px;
  position:fixed;
}
#footer {
  position:static;
}

body.fixed #footer {
  position:absolute;
  bottom:0px;
  margin:0;
  left:0;
  right:0;
  /* width:100%;*/
  z-index:10;
}

body.fixed #header {
  position:relative;
  left:0;
  right:0;
  z-index:10;
  margin-left:0;
}
body.fixed #article {
}

/* VJ : si la navigation est insérée dans une iframe */
body.iframe #nav {
  border-right: none;
  width:300px;
  /*padding-top: 50px; //passer l'iframe sous le bandeau*/
}

#article {
  clear:none;
  background:white;
  padding:0;
  margin:3ex 5em 5em 320px;
  font-size:16px;
  min-height:500px;
}


#footer {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  clear:both;
  background-color:#E8E8E8;
  border-top: 1px dotted #297788;
  background-position:left bottom;
  /* height:28px; */
  font-size:14px;
  padding:1px 1em 2px 0;
  margin:0;
  text-align:center;
  left:2.5%;
  right:2.5%;
}


#bord_gauche {
  /* [GB 2009-10] dégradés blanc à gris sur le coté gauche*/
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:11px;
  background-color:#FFFFFF;
  background-image:url('img/bord_gauche.png');
  background-repeat: repeat-y;
  background-position:top left;
  z-index:20;
}

#bord_droit {
  /* [GB 2009-10] dégradés blanc à gris sur le coté droit*/
  position:absolute;
  right:0;
  top:0;
  width:11px;
  height:100%;
  background-image:url('img/bord_droit.png');
  background-repeat: repeat-y;
  background-position:top right;
  z-index:20;
}

#logo {
  position: absolute;
  background-image:url('img/logo.png');
  background-repeat:no-repeat;
  width:184px;
  height:60px;
  margin:0 0 0 4px;
  padding:0;
}


#ariane {
  background-color:#FFF;
  margin-left:0 !important;
  padding:3px 5px 0px 295px;
  font-size:90%;
  line-height:110%;
  color : #5b5b5b;
  border-bottom: 1px dotted #297788;
}
#toolbar {
  background-color:#F7F7F7;
  margin:0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding:5px 10px 5px 10px;
  height:2.5em;
  font-size:100%;
  color : #000000;
  border-bottom:#E8E8E8 1px dotted;
  text-align:right;
}


/** Différentes couleurs et styles pour le HTML simple */

a {
  color : #315ba7;
  border-bottom:none;
}

a:hover {
  border-bottom:#999 1px solid;
  background:none;
}

a:visited {
  color : #2b1476;
}

ul {
  list-style-type:square;
}

li {
  /* color:#297788; */
  /* list-style-position:inside; [FG]  pb avec des p dans des li*/
  line-height:115%;
}

h1 {
  text-align:center;
  margin-bottom:1.5em;
}
h1, big {
  color : #297788;
  text-shadow:1px 1px #DFDFDF;
  font-size:1.5em;
}
h1 a, h1 a:visited {
  color:#315ba7 !important;
}
h2 {
  /* du padding pour laisser de l'espace en cas de saut à l'ancre */
  padding : 1em 0 0 0;
  margin:1ex 0 1ex 0;
  font-size:1.1em;
  color: #297788;
  border:none;
}

h2 a, h2 a:visited {
  color: #297788;
}
h3 {
  font-size:16px;
  color:#999;
  padding : 1em 0 0 1ex;
  margin:1ex 0 1ex 0;
  border-bottom:1px dotted;
}

h3 a, h3 a:visited {
  color:#315ba7;
}
h4 {
  font-size:16px;
  padding : 1em 0 1ex 2ex;
  color : #BBB;
}
hr {
  color:#999;
}
.rubric {
  /* titre rouge d'un manuscrit : http://www.tei-c.org/release/doc/tei-p5-doc/fr/html/ref-rubric.html */
  color:#pink;
}

/**********************
  Différentes images à trouver dans ce dossier
***********************/


/* gestion des puces pour la navigation centrale haute */
.prev a {
  padding-left:20px;
  background-image:url("img/prev.png");
  background-position: left center;
  background-repeat:no-repeat;
}
.next a {
  padding-right:20px;
  background-position: right center;
  background-repeat:no-repeat;
  background-image:url(img/next.png);
}
.nav {
  margin:0;
  padding:0 50px 0 0px;
}

.nav ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}


/** Entête */
#header a {
  color:#FFFFFF;
}
#header h1 {
  margin:25px 2em 0 2em;
  font-size:20px;
  font-family:serif;
  font-weight:normal;
  font-style:italic;
  text-align: left;
  color:#DFDFDF;
  text-shadow:-1px -1px #A73136;
}
#header address {
  margin-top:28px;
  padding-left:30px; /* repousser du bord */
  float:left;
  opacity:0.8;
  filter:alpha(opacity=80);
}
#header address a {
  opacity:1;
  filter:alpha(opacity=100);
  color:#FFF;
  font-size:16px;
  text-shadow:2px 2px #040;
}
/** Habillage du chemin de fer */

#ariane a {
  text-decoration: none;
  border:none;
  color : #5b5b5b;
}

#ariane a:hover {
  border-bottom:1px dotted #5b5b5b;
}


/** Menus gauche, habillages */

#nav a {
  text-decoration: none;
  color : black;
}

#nav a:hover{
  color : #297788;
  text-decoration: none;
}
/*#nav a:active,
#nav a:visited {
  color : #4D4D4D;
}*/
#nav ul,
#nav p {
  margin:5px 15px 0 35px;
  padding:0;
  text-align:left;
}
#nav li {
  list-style-position:inside;
  padding-right:5px;
}
#nav ul.tree {
  margin:0;
  padding:0 0 0 1ex;
}
#nav ul.long li {
  padding:4px 0;
}
#nav address,
#nav address a,
#nav address a:visited,
#nav address a:link {
  color:#297788;
}

#nav address {
  margin:0;
  padding:10px 0 2ex 3ex;
  font-size:13px;
  font-weight:bold;
  font-style:normal;
  text-shadow:1px 1px #FFF;
  border:none;
}
/* cas où la table est inscrite dans une iframe
body.iframe #nav address {
  padding-top: 50px;
}
*/

/* insérer le bord rond en haut de #nav ; dangereux car on peut avoir un autre élément là.
#nav > address:first-child {
  background-image:url('img/menu_gauche_haut.png');
}
*/
#nav strong,
#nav label {
  font-size:13px;
  display:block;
  text-align:right;
  padding:6px 10px 0 10px;
  border:none;
  border-bottom: 1px dotted #297788;
  margin:10px 0 0 15px;
  background:inherit;
  font-weight:normal;
  -webkit-border-radius:0;
     -moz-border-radius:0;
          border-radius:0;
}
#nav hr {
  margin:10px 0 10px 0;
  padding:0;
  width:100%;
  border:0px;
  border-bottom: 1px dotted #297788;
}
#nav .but {
  background-color:#FFF;
}
#nav div.index {
  padding:1ex;
}
.sommaire {
   margin:-5px 0 0 -20px;
   padding:0;
}


/** Classe le menu centre */

#toolbar a {
  text-decoration: none;
  border-bottom:none;
  color : #000000;
}

#toolbar a:hover {
  border-bottom:solid 1px;
}
#toolbar ul {
  padding:0;
  margin:0;
  list-style:none;
  float:none;
  display:inline;
}
#toolbar li {
  margin:0;
  list-style:none;
  line-height:16px;
  display:inline;
}
/** Liens typés avec icones */

a.aide {
  background-image:url('img/aide.png');
  background-repeat:no-repeat;
  background-position:center right;
  padding:0 30px 0 5px;
}
a.doc {
  background-image:url('img/documentation.png');
  background-repeat:no-repeat;
  background-position:center right;
  padding:0 30px 0 5px;
}
a.lab {
  background-image:url('img/lab.png');
  background-repeat:no-repeat;
  background-position:center right;
  padding:0 30px 0 5px;
}
a.telecharger {
  background-image:url('img/outils.png');
  background-repeat:no-repeat;
  background-position:center right;
  padding:0 25px 0 5px;
}
a.presentation {
  background-image:url('img/presentation.png');
  background-repeat:no-repeat;
  background-position:center right;
  padding:0 30px 0 5px;
}

a.historique {
  background-image:url('img/historique.png');
  background-repeat:no-repeat;
  background-position:center right;
  padding:0 30px 0 5px;
}
a.recherche_avancee {
  background-image:url('img/recherche_avancee.png');
  background-repeat:no-repeat;
  background-position:center right;
  padding:0 30px 0 5px;
}
/**********************
Style pour la boite de recherche
***********************/


.rechercher,
input.q {
  float:left;
  background-image:url('img/rechercher_gauche.png');
  background-repeat:no-repeat;
  border:none;
  width:155px;
  height:17px;
  margin:5px 0 0 14px;
  padding:1px 1ex 1px 1ex;
  /* [FG] 2009-09-09 pour mieux voir le mot cherché */
  color:#000;
  font-weight:bold;
  font-size:14px;
}

input.vide {
  float:left;
  color:#7F7F7F;
  font-weight:normal;
  font-style:italic;
}

.soumettre {
  float:left;
  border:0;
  background-image:url('img/rechercher_droit.png');
  background-repeat:no-repeat;
  width:20px;
  height:19px;
  cursor:pointer;
  margin:5px 0 0 0;
  padding:0;
}


/** Classe pour le pied de page */
#footer a {
  text-decoration: none;
  color : #5b5b5b;
  font-size: 90%;

}
#footer a.link {
  padding:1px 1ex;
}
#footer a.link:hover {
  background:#EEEEEE;
}

#footer a img {
  margin-right:2px;
  border:1px solid transparent;
  padding:1px;
}
#footer a:hover img {
  border:1px inset #DDDDDD;
}
/* fond */
.apprdg {
  background:#a4cdd6;
}

.nettoyer {
  clear:both;
}
/* [FG 2010-01] pourquoi tout ça ? */
div.recherche_avancee {
  float:left;
  margin:0;
  padding:7px 5px 5px 5px;
  width:80px
  height:16px;
}

div.historique{
  float:left;
  margin:0;
  padding:7px 5px 5px 5px;
  width:80px
  height:14px;
}

div.telecharger {
  float:left;
  margin:0;
  padding:7px 5px 5px 5px;
  width:80px;
  height:16px;
}
/* Pour une ligne de copyright discrète */
div.rights {
  font-family:Helvetica, Arial, sans-serif;
  font-size:12px;
  color:#999;
}
div.rights a {
  color:#999;
}
/* Bloc étiqueté */
blockquote.label {
  padding:0;
  margin-left:0;
  margin-right:0;
}
blockquote.label label {
  font-weight:bold;
  padding:0 0 0 2em;
}
blockquote.label p {
  margin:1ex 0 1ex 0;
}
blockquote.label ul {
  margin-top:0;
  margin-bottom:0;
}
table.did {
  border:1px solid #CCC;
}
