/*
maquette.css
version: 2018/05
feuille de style de la maquette et pour l'import d'une typo
*/

/*
Choix de la maquette, suprimer les 2 maquettes non choisies, et compléter les éléments de clorisation fournis dans le fichier excel :
Classique : lignes 26 à 127
Minimaliste : lignes 129 à 215
Originale : lignes 217 à 316

Choix de la typographie, décommenter une des 2 lignes suivantes :
@import "../css/serif.css";
@import "../css/sans-serif.css";

Choix du thème, décommenter une des 3 lignes suivantes :
@import "../css/classique.css";
@import "../css/minimaliste.css";
@import "../css/originale.css";
*/
@import "../css/sans-serif.css";
@import "../css/minimaliste.css";

/* MINIMALISTE ******************************* */

/*FOND-DE-PAGE*/
body {background-color: #fff;}
/* Si la couleur FOND-DE-PAGE est noire ou très sombre, décommenter les 2 lignes suivantes
#footer p, #footer p.first {color: #fff}
#footer a:hover {color: #fff !important}
#footer a {color: #ddd}*/

/*FILET-HAUT-BAS*/
#header, #footer, #nav {border-color: #239ede}
/* si FILET-HAUT-BAS avec plusieurs couleurs :
#header, #footer {position: relative;border-width: 0;}
#header:after, #footer:after {background: linear-gradient(to right, couleur1 positionFin, couleur2 positionDébut, couleur2 positionFin,..., couleurN-1 positionFin, couleurN positionDébut, couleurN); position: absolute; content: ''; right: 0; left: 0;}
#header:after {height: 13px; bottom: 0;}
#footer:after {height: 20px; top: 0;}*/

/* liens */
a,
/*notes*/
a.footnotecall, a.endnotecall, a.FootnoteSymbol, a.footnotedefinition, a.endnotedefinition,
/*page index*/
div.entries h2 a, ul.summary .traduction a:hover, dd.traduction a:hover,
/*titre article traduit */
#docTranslations a:hover,
/* taille du texte courant*/
#widgets a.current:hover,
/*page article*/
/*raccourcis*/
#shortcuts a,
#docURL a
/***********************************/
/*COULEUR DE LIENS À MODIFIER ******/
 {color: #007EB3; text-decoration: none}
/***********************************/
/*LIEN*/
div.textIconAccess a, #search button, #loginbox .cancel, #loginbox .submit, a.go-top {background-color:#007EB3 !important}

/*survol*/
a:hover,
/*pied de page*/
#footer a:hover,
/*page d'accueil*/
#homeSummary h1 a:hover span.number, #news a:hover, #news a.external:hover,
/*onglets*/
div.tabMenu a:hover, div.tabMenu a:focus,
/*page sommaire*/
#docTopParent a:hover, #docTopParent a:hover .number, #docTopParent a:hover span.title, #publiInformation a:hover,
/*page article*/
/*raccourcis*/
#shortcuts a:hover,
/*rubrique*/
#docSubParent a:hover, #docURL a:hover, #docImage a:hover,
/*titre article traduit */
#docTranslations a, ul.summary .traduction a, dd.traduction a,
/*flèche de retour*/
a.go-top:hover, a.go-back:hover,
/*index*/
#entries a:hover,
/*notes*/
a.footnotecall:hover, a.endnotecall:hover, a.FootnoteSymbol:hover, a.footnotedefinition:hover, a.endnotedefinition:hover,
/*page index*/
#alphabet a:hover, #subshortcuts a:hover, div.entries a:hover,
/*paru dans*/
div.in a:hover, dd.in a:hover,
/*page tous les numéros*/
ul.summary.collection a:hover .number, ul.summary.collection a:hover .number,
/*page plan du site */
#siteMap a:hover, #siteMap li li li a:hover,
/* page envoyer */
#main button:hover, #main button:focus
/*********************************************/
/*COULEUR DE LIENS AU SURVOL À MODIFIER ******/
          {color: #488400}
/*********************************************/
/*LIEN-SURVOL*/
/* zoom images : couleur des icônes */
div.textIconAccess a:hover, #search button:hover, #loginbox .cancel:hover, #loginbox .submit:hover, a.go-top:hover  {background-color:#488400 !important}

/*LIEN-SURVOL-MENU*/
/* navigation */
#nav a:hover, #nav a:hover .title, #nav #allIssues a:hover, #loginbox legend span:hover {color:#007EB3;}

/*FILET-SOMMAIRE*/
/* page d'accueil */
#homeSummary h1 span.text,
/* actualités  */
h2.section,
/*page sommaire*/
#publiHeader,
/*page envoyer */
#sendTo  {border-color: #239ede}

/* Hauteur du bandeau */
#siteName a {height:147px; }

/* FIN MINIMALISTE *******************************/
